Convenience class UIEntity offers access to shared functionality of uiAction and uiObject, given their base class CallBacker. Since toolbar buttons are no longer uiToolButtons but uiActions, unspecified UI objects have to be passed as CallBackers.
More...
Convenience class UIEntity offers access to shared functionality of uiAction and uiObject, given their base class CallBacker. Since toolbar buttons are no longer uiToolButtons but uiActions, unspecified UI objects have to be passed as CallBackers.
<>
◆ UIEntity()
CmdDrive::UIEntity::UIEntity |
( |
const CallBacker * |
| ) |
|
◆ action()
const uiAction* CmdDrive::UIEntity::action |
( |
| ) |
const |
|
inline |
◆ childList()
◆ isValid()
bool CmdDrive::UIEntity::isValid |
( |
| ) |
const |
|
inline |
◆ menu()
const uiMenu* CmdDrive::UIEntity::menu |
( |
| ) |
const |
◆ name()
const char* CmdDrive::UIEntity::name |
( |
| ) |
const |
◆ object()
const uiObject* CmdDrive::UIEntity::object |
( |
| ) |
const |
|
inline |
◆ parent()
const uiParent* CmdDrive::UIEntity::parent |
( |
| ) |
const |
◆ sensitive()
bool CmdDrive::UIEntity::sensitive |
( |
| ) |
const |
◆ toolTip()
const char* CmdDrive::UIEntity::toolTip |
( |
| ) |
const |
◆ visible()
bool CmdDrive::UIEntity::visible |
( |
| ) |
const |
◆ uiact_
const uiAction* CmdDrive::UIEntity::uiact_ |
|
protected |
◆ uiobj_
const uiObject* CmdDrive::UIEntity::uiobj_ |
|
protected |