VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiObjectInformationQt
DtInformationPagePath.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: $ $Revision: 97812 $ $State: $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
15
#include <
vrvCore/DtPagePath.h
>
16
17
namespace
makVrf
18
{
19
class
DtVrfStateViewCollectionManager;
20
21
namespace
makVrfGuiObjectInformationQt
22
{
29
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtInformationPagePath
:
public
makVrv::DtPagePath
30
{
31
public
:
32
33
//Internal class which is used to ensure that it is not possible to incorrectly
34
//build a menu path.
35
struct
DT_DLL_VRFGUIOBJECTINFORMATIONQT
InformationPagePathBuilder
:
public
PagePathBuilder
36
{
37
public
:
38
friend
class
DtInformationPagePath
;
39
42
InformationPagePathBuilder
page(
const
std::string& name)
const
;
43
45
DtInformationPagePath
informationItem(
const
std::string& name)
const
;
46
47
protected
:
48
49
InformationPagePathBuilder
(
const
std::string& name);
50
};
51
53
DtInformationPagePath
();
54
56
DtInformationPagePath
(
const
InformationPagePathBuilder
& builder);
57
59
DtInformationPagePath
(
const
DtInformationPagePath
& copy);
60
62
DtInformationPagePath
(
const
DtPagePath& copy);
63
64
//Start a main menu.
65
static
InformationPagePathBuilder
page(
const
std::string& name);
66
67
bool
isInformationItem()
const
;
68
69
std::string name()
const
;
70
71
protected
:
73
DtInformationPagePath
(
const
std::string& path);
74
};
75
}
76
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)