![]() |
VR-Forces 5.0.1 Developer's Guide
|

Classes | |
| struct | SubMenuPathBuilder |
Public Member Functions | |
| DtSubMenuPath (const makVrv::DtMenuPath &p) | |
| DtSubMenuPath (const std::string &p) | |
| DtSubMenuPath & | operator= (const DtSubMenuPath &rhs) |
| DtSubMenuPath & | operator= (const SubMenuPathBuilder &rhs) |
| DtSubMenuPath & | operator= (const std::string &rhs) |
| const std::string & | path () const |
| void | strip (const std::string &str1, const std::string &str2) |
Public Member Functions inherited from makVrv::DtMenuPath | |
| DtMenuPath () | |
| DtMenuPath (const MenuPathBuilder &builder) | |
| DtMenuPath (const DtMenuPath ©) | |
| const std::string & | path () const |
| DtMenuPath | menuPart () const |
| DtMenuPath | parentMenu () const |
| DtMenuPath | rootParentMenu () const |
| std::string | name () const |
| bool | isEmpty () const |
| bool | isAbsolutePath () const |
| bool | isMainMenu () const |
| bool | isPopupPath () const |
| bool | isMenu () const |
| bool | isItem () const |
| bool | isChildOf (const DtMenuPath &parent) const |
| bool | isDescendant (const DtMenuPath &ancestor) const |
| bool | isSiblingOf (const DtMenuPath &sibling) const |
| bool | isSeparator () const |
| bool | operator== (const DtMenuPath &other) const |
| bool | operator< (const DtMenuPath &other) const |
| bool | operator!= (const DtMenuPath &other) const |
Static Public Member Functions | |
| static SubMenuPathBuilder | path (const makVrv::DtMenuPath &p) |
| static SubMenuPathBuilder | path (const std::string &p) |
Static Public Member Functions inherited from makVrv::DtMenuPath | |
| static DtMenuPath | empty () |
| static DtMenuPath | root () |
| static DtMenuPath | popup () |
| static MenuPathBuilder | mainMenu (const std::string &name) |
| static MenuPathBuilder | popupMenu (const std::string &name) |
| static MenuPathBuilder | menu (const std::string &name) |
Additional Inherited Members | |
Protected Member Functions inherited from makVrv::DtMenuPath | |
| DtMenuPath (const std::string &path) | |
Protected Attributes inherited from makVrv::DtMenuPath | |
| std::string | myPath |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References makVrv::DtMenuPath::path().
|
inlinestatic |
References makVrv::DtMenuPath::path().
|
inlinestatic |
|
inline |
Referenced by makVrf::DtSubMenuConfiguration::convert().