VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfMakRadioQt
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
8
#include <
vrfMakRadioQt/vrfMakRadioQt.h
>
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
26
class
VRFMAKRADIOQT_DLL
DtRadioPage
:
public
makVrv::DtPage
27
{
28
Q_OBJECT
29
30
public
:
31
DtRadioPage
(
makVrv::DtDe
& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
32
virtual
~
DtRadioPage
()
override
;
33
34
virtual
QIcon icon()
override
;
35
38
virtual
makVrv::DtQIconConfigurations
qIconConfigurations()
const override
;
39
40
virtual
QString title()
override
;
41
43
virtual
const
std::string& pageClassName()
const override
;
44
46
virtual
void
activate()
override
;
47
49
virtual
void
deactivate()
override
;
50
52
static
const
std::string& thePageClassName();
53
54
protected
:
55
57
void
setupUi(QWidget* p);
58
59
public
:
60
DtVrfRadioStackWidget
*
myRadioStack
;
61
};
62
63
class
VRFMAKRADIOQT_DLL
DtMakRadioMenuItem
:
public
makVrv::DtMenuItem
64
{
65
Q_OBJECT
66
public
:
67
//CTOR
68
DtMakRadioMenuItem
(
makVrv::DtDe
& de);
69
70
//DTOR
71
virtual
~
DtMakRadioMenuItem
()
override
;
72
74
virtual
QAction
* createAction(
makVrv::DtDe
&, QWidget* parent)
override
;
75
76
static
void
showSettingsPage(
makVrv::DtDe
&);
77
78
protected
:
79
virtual
void
on_triggered()
override
;
80
81
protected
:
82
makVrv::DtDe
&
myDe
;
83
};
84
85
typedef
makVrv::DtPageCreatorTemplate<DtRadioPage>
86
DtRadioPageCreator
;
87
}
makVrv::DtMenuItem
Builder for menu items.
Definition:
DtMenuItem.h:23
DtPage.h
Contains makVrv::DtPage class declaration.
makVrf::DtRadioPage::myRadioStack
DtVrfRadioStackWidget * myRadioStack
Definition:
radioPage.h:60
makVrf::DtMakRadioMenuItem::myDe
makVrv::DtDe & myDe
Definition:
radioPage.h:82
makVrv::DtPageCreatorTemplate
Definition:
DtPage.h:181
vrfMakRadioQt.h
makVrf::DtVrfRadioStackWidget
Definition:
vrfRadioStackWidget.h:42
makVrv::DtPage
The page is a single widget component which is viewed in a page collection.
Definition:
DtPage.h:51
DtMenuItem.h
makVrf::DtRadioPage
Definition:
radioPage.h:26
makVrf::DtRadioPageCreator
makVrv::DtPageCreatorTemplate< DtRadioPage > DtRadioPageCreator
Definition:
radioPage.h:86
makVrf::DtMakRadioMenuItem
Definition:
radioPage.h:63
makVrv::DtDe
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:76
makVrv::DtQIconConfigurations
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition:
DtQIconConfiguration.h:131
QAction
VRFMAKRADIOQT_DLL
#define VRFMAKRADIOQT_DLL
Definition:
vrfMakRadioQt.h:14
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)