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
vrfGuiCore
informationPagePath.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
#include <
vrfGuiCore/vrfGuiCore.h
>
12
#include <
vrvCore/DtPagePath.h
>
13
14
#include <set>
15
16
namespace
makVrf
17
{
23
class
DT_DLL_VRFGUICORE
DtInformationPagePath
:
public
makVrv::DtPagePath
24
{
25
public
:
26
27
//Internal class which is used to ensure that it is not possible to incorrectly
28
//build a menu path.
29
struct
DT_DLL_VRFGUICORE
InformationPagePathBuilder
:
public
PagePathBuilder
30
{
31
public
:
32
friend
class
DtInformationPagePath
;
33
34
InformationPagePathBuilder
() :
PagePathBuilder
(
""
) {};
35
36
InformationPagePathBuilder
(
const
std::string& name);
37
39
DtInformationPagePath
informationItem(
const
std::string& name)
const
;
40
41
//Start main page.
42
InformationPagePathBuilder
page(
const
std::string& name);
43
44
//Start main section
45
InformationPagePathBuilder
section(
const
std::string& name);
46
47
};
48
50
DtInformationPagePath
(
const
std::string& path);
51
53
DtInformationPagePath
();
54
56
DtInformationPagePath
(
const
InformationPagePathBuilder& builder);
57
59
DtInformationPagePath
(
const
DtInformationPagePath
& copy);
60
62
DtInformationPagePath
(
const
DtPagePath& copy);
63
64
//Start main page.
65
static
InformationPagePathBuilder collection(
const
std::string& name);
66
67
//Start main page.
68
static
InformationPagePathBuilder page(
const
std::string& name);
69
70
//Start main page.
71
static
InformationPagePathBuilder section(
const
std::string& name);
72
73
bool
isInformationItem()
const
;
74
75
bool
isPage()
const
;
76
77
bool
isSection()
const
;
78
79
void
variables(std::set<std::string>&)
const
;
80
81
std::string name()
const
;
82
virtual
bool
isChildOf(
const
DtInformationPagePath
& parent )
const
;
83
86
DtInformationPagePath
parentPath()
const
;
87
DtInformationPagePath
collectionPart()
const
;
88
};
89
}
DtPagePath.h
Contains makVrv::DtPagePath class.
makVrf::DtInformationPagePath::InformationPagePathBuilder
Definition:
informationPagePath.h:29
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
makVrv::DtPagePath::PagePathBuilder
Internal class used to ensure that it is not possible to incorrectly build a menu path...
Definition:
DtPagePath.h:30
makVrf::DtInformationPagePath::InformationPagePathBuilder::InformationPagePathBuilder
InformationPagePathBuilder()
Definition:
informationPagePath.h:34
makVrv::DtPagePath
A page path is the location of a page based upon its parents.
Definition:
DtPagePath.h:24
makVrf::DtInformationPagePath
A page path is the location of a page based upon it's parents.
Definition:
informationPagePath.h:23
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
)