VR-Forces 4.6 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
vrfGuiCoreQt
vrfObjectListPanelPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfObjectListPanelPageCreator.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrvCoreQt/DtPage.h
>
18
19
namespace
makVrv
20
{
21
class
DtDe;
22
}
23
24
namespace
makVrf
25
{
26
class
DtVrfObjectListPanel;
27
28
class
DtVrfObjectListPanelPageInterface
29
{
30
31
public
:
32
33
virtual
~DtVrfObjectListPanelPageInterface
();
34
35
virtual
void
setupUi
(QWidget* p) = 0;
36
};
37
39
class
DT_DLL_VRFGUICOREQT
DtVrfObjectListPanelPage
:
public
makVrv::DtPage
,
40
public
DtVrfObjectListPanelPageInterface
41
{
42
43
public
:
44
46
DtVrfObjectListPanelPage
(
makVrv::DtDe
& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
47
49
virtual
~
DtVrfObjectListPanelPage
();
50
51
protected
:
52
53
makVrv::DtDe
&
myDe
;
54
55
};
56
57
class
DT_DLL_VRFGUICOREQT
DtVrfObjectListPanelPageCreator
58
{
59
public
:
60
61
DtVrfObjectListPanelPageCreator
();
62
63
virtual
~
DtVrfObjectListPanelPageCreator
();
64
65
virtual
DtVrfObjectListPanelPage
* create(
makVrv::DtDe
& de, DtVrfObjectListPanel* p) = 0;
66
};
67
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)