VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radioPage.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <vrvCoreQt/DtMenuItem.h>
11 
12 #include <vrvCoreQt/DtPage.h>
13 
14 #include <QtWidgets/QWidget>
15 
16 namespace makVrv
17 {
18  class DtDe;
19 }
20 
21 namespace makVrf
22 {
23  class DtVrvRadioManager;
24  class DtVrfRadioStackWidget;
25 
27  {
28  Q_OBJECT
29 
30  public:
31  DtRadioPage(makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
32  virtual ~DtRadioPage();
33 
34  virtual QIcon icon();
35 
38  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
39 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  virtual void activate();
47 
49  virtual void deactivate();
50 
52  static const std::string& thePageClassName();
53 
54  protected:
55 
57  void setupUi(QWidget* p);
58 
59  public:
61  };
62 
64  {
65  Q_OBJECT
66  public:
67  //CTOR
69 
70  //DTOR
71  virtual ~DtMakRadioMenuItem();
72 
74  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
75 
76  static void showSettingsPage(makVrv::DtDe&);
77 
78  protected:
79  virtual void on_triggered();
80 
81  protected:
83  };
84 
87 }
Builder for menu items.
Definition: DtMenuItem.h:23
Contains makVrv::DtPage class.
DtVrfRadioStackWidget * myRadioStack
Definition: radioPage.h:60
makVrv::DtDe & myDe
Definition: radioPage.h:82
Definition: DtPage.h:150
Definition: vrfRadioStackWidget.h:42
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Definition: radioPage.h:26
makVrv::DtPageCreatorTemplate< DtRadioPage > DtRadioPageCreator
Definition: radioPage.h:86
Definition: radioPage.h:63
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
#define VRFMAKRADIOQT_DLL
Definition: vrfMakRadioQt.h:14

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)