![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtHla13ConnectionPage.h,v $ $Revision: 1.11 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 #include <vrvHla13Qt/vrvHla13Qt.h> 00015 #include <vrvVrlQt/DtBaseConnectionPage.h> 00016 00017 namespace makVrv 00018 { 00019 class DtHla13ConnectionWidget; 00020 00023 class DT_DLL_VRVHLA13QT DtHla13ConnectionPage : public DtBaseConnectionPage 00024 { 00025 Q_OBJECT; 00026 public: 00028 DtHla13ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0); 00029 00031 virtual ~DtHla13ConnectionPage(); 00032 00034 virtual QIcon icon(); 00035 00037 virtual QString title(); 00038 00040 virtual const std::string& pageClassName() const; 00041 00043 static const std::string& thePageClassName(); 00044 00045 protected: 00046 00048 void setupGui(); 00049 00051 virtual void onInstancesChanged(); 00052 00054 virtual void onCurrentInstanceChanged(QString definition); 00055 00056 protected: 00057 00058 00059 DtHla13ConnectionWidget* myConnectionWidget; 00060 }; 00061 00064 typedef DtPageCreatorTemplate<DtHla13ConnectionPage> 00065 DtHla13ConnectionPageCreator; 00066 }