VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
DtVrfGuiConfiguration.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfGuiConfiguration.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
9
10
#pragma once
11
12
#include <
vrvCore/DtVrvApplicationConfiguration.h
>
13
14
#include <
vrvUtil/DtDeInitializer.h
>
15
#include <
vrvUtil/DtDeConfiguration.h
>
16
17
namespace
makVrv
18
{
19
class
DtGuiConfiguration;
20
class
DtMenuConfiguration;
21
class
DtDisplayConfiguration;
22
class
DtToolbarConfiguration;
23
}
24
25
namespace
makVrf
26
{
27
class
DtVrfEditManager;
28
35
class
DtVrfGuiConfiguration
:
public
makVrv::DtVrvApplicationConfiguration
36
{
37
public
:
38
40
DtVrfGuiConfiguration
();
41
43
virtual
~DtVrfGuiConfiguration
();
44
45
protected
:
46
52
void
createVrfGui
(
makVrv::DtPageConfiguration
&)
const
;
53
59
void
createVrfGuiToolbars
(
makVrv::DtToolbarConfiguration
&)
const
;
60
65
void
createVrfGuiMenus
(
makVrv::DtMenuConfiguration
&)
const
;
66
};
67
68
}
69
70
#define DtVrfGuiConfiguration_H_
71
#include <vrfGuiCore/DtVrfGuiConfiguration.inl>
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)