VR-Forces 4.8 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
/******************************************************************************
6
** $RCSfile: DtInterfaceLayoutEditorWidget.h,v $ $Revision: 1.12 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCoreQt/vrvCoreQt.h
>
16
#include <
vrvCoreQt/DtInterfaceLayoutEditorWidgetInterface.h
>
17
18
#include <QtWidgets/QWidget>
19
20
class
QLabel
;
21
class
QVBoxLayout;
22
23
namespace
makVrv
24
{
25
class
DtDe;
26
29
class
DT_DLL_VRVCOREQT
DtInterfaceLayoutEditorWidget
:
public
QWidget,
30
public
DtInterfaceLayoutEditorWidgetInterface
31
{
32
Q_OBJECT
33
34
public
:
35
37
DtInterfaceLayoutEditorWidget
(
DtDe
& de, QWidget* parent = 0, Qt::WindowFlags flags = 0 );
38
40
virtual
~
DtInterfaceLayoutEditorWidget
();
41
42
protected
:
43
44
void
setupGui();
45
46
protected
:
47
48
DtDe
&
myDe
;
49
QLabel
*
myDescription
;
50
QVBoxLayout*
myMainLayout
;
51
52
};
53
}
makVrv::DtInterfaceLayoutEditorWidget::myMainLayout
QVBoxLayout * myMainLayout
Definition:
DtInterfaceLayoutEditorWidget.h:50
makVrv::DtInterfaceLayoutEditorWidget
A widget class for additional settings related to the GUI layout.
Definition:
DtInterfaceLayoutEditorWidget.h:29
QLabel
makVrv::DtInterfaceLayoutEditorWidgetInterface
Abstract interface for GUI layout editor widgets.
Definition:
DtInterfaceLayoutEditorWidgetInterface.h:21
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:49
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:48
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)