RadarFX API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
radarFxServerPage.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/DtPage.h>
13 
14 #include "radarFxServer/radarFxSettingsWidget.h"
15 
16 class QVBoxLayout;
17 
18 namespace makRadarFx
19 {
20 class DT_DLL_RFXSERVER DtRadarFxServerPage : public makVrv::DtPage
21 {
22  public:
23 
25  DtRadarFxServerPage(makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
26 
28  virtual ~DtRadarFxServerPage();
29 
31  virtual QIcon icon();
32 
34  virtual QString title();
35 
37  virtual const std::string& pageClassName() const;
38 
40  static const std::string& thePageClassName();
41 
42  protected:
43 
46  void setupGui();
47 
49  virtual void activate();
50 
52  virtual void deactivate();
53 
54  protected:
55 
56  DtRadarFxSettingsWidget* myWidget;
57  QVBoxLayout* myMainLayout;
58  QVBoxLayout* myContentsLayout;
59 };
60 
63 typedef makVrv::DtPageCreatorTemplate<DtRadarFxServerPage> DtRadarFxServerPageCreator;
64 
65 }

Document ID: 1.0
Copyright © 2017 VT MAK Inc. All Rights Reserved (www.mak.com)