Searched defs:rtti (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp478 AbstractItem::ItemType RootItem::rtti() const function in class:RootItem
541 AssertMsg (mParent->rtti() == AbstractItem::Type_RootItem, ("Incorrect parent type!\n"));
666 AbstractItem::ItemType ControllerItem::rtti() const function in class:ControllerItem
735 AssertMsg (mParent->rtti() == AbstractItem::Type_ControllerItem, ("Incorrect parent type!\n"));
913 AbstractItem::ItemType AttachmentItem::rtti() const function in class:AttachmentItem
1059 if (item->rtti() == AbstractItem::Type_ControllerItem)
1132 result.setValue (item->rtti());
1138 return item->rtti() == AbstractItem::Type_ControllerItem;
1144 return item->rtti() == AbstractItem::Type_AttachmentItem;
1192 if (item->rtti()
[all...]

Completed in 92 milliseconds