![]() |
VR-Forces 4.2 Class Documentation
|
A page path is the location of a page based upon it's parents. More...

Classes | |
| struct | InformationPagePathBuilder |
Public Member Functions | |
| DtInformationPagePath () | |
| DtInformationPagePath Needed for serialization. | |
| DtInformationPagePath (const InformationPagePathBuilder &builder) | |
| CTOR. | |
| DtInformationPagePath (const DtInformationPagePath ©) | |
| Copy CTOR. | |
| DtInformationPagePath (const DtPagePath ©) | |
| Copy CTOR. | |
| bool | isInformationItem () const |
| std::string | name () const |
Static Public Member Functions | |
| static InformationPagePathBuilder | page (const std::string &name) |
Protected Member Functions | |
| DtInformationPagePath (const std::string &path) | |
| Protected CTOR, use the static PagePage function to start a path. | |
A page path is the location of a page based upon it's parents.
A page path usually only consists of a Collection class name and a Page class name. Information collections can also contain items that are placed on the page. This could be in addition to other data items that might be placed on the page by default
| makVrf::DtInformationPagePath::DtInformationPagePath | ( | ) |
DtInformationPagePath Needed for serialization.
| makVrf::DtInformationPagePath::DtInformationPagePath | ( | const InformationPagePathBuilder & | builder | ) |
CTOR.
| makVrf::DtInformationPagePath::DtInformationPagePath | ( | const DtInformationPagePath & | copy | ) |
Copy CTOR.
| makVrf::DtInformationPagePath::DtInformationPagePath | ( | const DtPagePath & | copy | ) |
Copy CTOR.
|
protected |
Protected CTOR, use the static PagePage function to start a path.
|
static |
| bool makVrf::DtInformationPagePath::isInformationItem | ( | ) | const |
| std::string makVrf::DtInformationPagePath::name | ( | ) | const |