Menu item interface.
Public Member Functions | |
| virtual iWidgetMenu * | GetMenu () const =0 |
| Get the item's menu. {Property}. More... | |
| virtual tBool | SetName (const achar *aVal)=0 |
| Set the item's name. {Property}. More... | |
| virtual const achar * | GetName () const =0 |
| Get the item's name. {Property}. More... | |
| virtual tBool | SetID (iHString *aVal)=0 |
| Set the item's ID. {Property}. More... | |
| virtual iHString * | GetID () const =0 |
| Get the item's ID. {Property}. More... | |
| virtual tBool | SetFlags (tWidgetMenuItemFlags aVal)=0 |
| Set the item's flags. {Property}. More... | |
| virtual tWidgetMenuItemFlags | GetFlags () const =0 |
| Get the item's flags. {Property}. More... | |
| virtual tBool | SetIcon (iOverlay *aVal)=0 |
| Set the item's icon {Property}. More... | |
| virtual iOverlay * | GetIcon () const =0 |
| Get the item's icon {Property}. More... | |
| virtual tBool | SetSubmenu (iHString *aVal)=0 |
| Set the item's submenu ID. {Property}. More... | |
| virtual iHString * | GetSubmenu () const =0 |
| Get the item's submenu ID. {Property}. More... | |
| virtual tBool | SetSelected (tBool aVal)=0 |
| Set the item's selected status. {Property}. More... | |
| virtual tBool | GetSelected () const =0 |
| Get the item's selected status. {Property}. More... | |
| virtual tBool | SetGroupID (iHString *aVal)=0 |
| Set the item's group id. {Property}. More... | |
| virtual iHString * | GetGroupID () const =0 |
| Get the item's group id. {Property}. More... | |
| virtual tBool | SetKey (eKey aVal)=0 |
| Set the item's key shortcut. {Property}. More... | |
| virtual eKey | GetKey () const =0 |
| Get the item's key shortcut. {Property}. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
|
pure virtual |
Get the item's menu. {Property}.
|
pure virtual |
Get the item's name. {Property}.
|
pure virtual |
Get the item's ID. {Property}.
|
pure virtual |
Set the item's flags. {Property}.
|
pure virtual |
Get the item's flags. {Property}.
|
pure virtual |
Get the item's icon {Property}.
|
pure virtual |
Get the item's submenu ID. {Property}.
|
pure virtual |
Get the item's selected status. {Property}.
|
pure virtual |
Get the item's group id. {Property}.
|
pure virtual |
Get the item's key shortcut. {Property}.
1.8.7