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