VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtInterfaceLayoutEditorWidget.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
#include <
vrvCoreQt/DtInterfaceLayoutEditorWidgetInterface.h
>
14
15
#include <QtWidgets/QWidget>
16
17
class
QLabel
;
18
class
QVBoxLayout;
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
26
class
DT_DLL_VRVCOREQT
DtInterfaceLayoutEditorWidget
:
public
QWidget,
27
public
DtInterfaceLayoutEditorWidgetInterface
28
{
29
Q_OBJECT
30
31
public
:
32
34
DtInterfaceLayoutEditorWidget
(
DtDe
& de, QWidget* parent = 0, Qt::WindowFlags flags = 0 );
35
37
virtual
~
DtInterfaceLayoutEditorWidget
();
38
39
protected
:
40
41
void
setupGui();
42
43
protected
:
44
45
DtDe
&
myDe
;
46
QLabel
*
myDescription
;
47
QVBoxLayout*
myMainLayout
;
48
49
};
50
}
makVrv::DtInterfaceLayoutEditorWidget::myMainLayout
QVBoxLayout * myMainLayout
Definition:
DtInterfaceLayoutEditorWidget.h:47
makVrv::DtInterfaceLayoutEditorWidget
A widget class for additional settings related to the GUI layout.
Definition:
DtInterfaceLayoutEditorWidget.h:26
QLabel
makVrv::DtInterfaceLayoutEditorWidgetInterface
Abstract interface for GUI layout editor widgets.
Definition:
DtInterfaceLayoutEditorWidgetInterface.h:18
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
vrvCoreQt.h
Contains DLL export macros.
DtInterfaceLayoutEditorWidgetInterface.h
Contains makVrv::DtInterfaceLayoutEditorWidgetInterface class.
makVrv::DtInterfaceLayoutEditorWidget::myDescription
QLabel * myDescription
Definition:
DtInterfaceLayoutEditorWidget.h:46
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
makVrv::DtInterfaceLayoutEditorWidget::myDe
DtDe & myDe
Definition:
DtInterfaceLayoutEditorWidget.h:45
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)