VR-Forces 5.0.2 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
examples
exampleDialogPage
DtExampleWidget.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2019 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include "
exampleDialogPagePlugin.h
"
13
14
#include "DtExampleWidgetUI.hpp"
15
#include "
DtExampleInterface.h
"
16
17
#include <QtWidgets/QWidget>
18
19
namespace
makVrv
20
{
21
25
class
DT_DLL_EXAMPLEDIALOGPAGE
DtExampleWidget
26
:
public
QWidget ,
public
Ui::DtExampleWidgetUI
27
,
public
DtExampleInterface
28
{ Q_OBJECT;
29
public
:
30
32
DtExampleWidget
( QWidget* parent = 0, Qt::WindowFlags f = Qt::Widget );
33
35
virtual
~
DtExampleWidget
();
36
38
virtual
void
setInt(
int
val );
39
40
public
slots:
41
42
void
slot_onIntChanged();
43
44
protected
:
45
46
};
47
48
}
DtExampleInterface.h
Contains the makVrv::DtExampleInterface class declaration.
DT_DLL_EXAMPLEDIALOGPAGE
#define DT_DLL_EXAMPLEDIALOGPAGE
Definition:
exampleDialogPagePlugin.h:19
exampleDialogPagePlugin.h
Contains DLL export macros.
makVrv::DtExampleWidget
Example Widget that is part of the example page. Based on the humble dialog pattern.
Definition:
DtExampleWidget.h:25
makVrv::DtExampleInterface
Example Interface (based on the humble dialog pattern).
Definition:
DtExampleInterface.h:21
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
)