List of all members.
Detailed Description
Stores the id of the item in Qt and has a messenger, so Qt's signals can be relayed.
Constructor & Destructor Documentation
| uiMenuItem::uiMenuItem |
( |
const char * |
nm, |
|
|
const char * |
pmnm = 0 | |
|
) |
| | |
| uiMenuItem::uiMenuItem |
( |
const char * |
nm, |
|
|
const CallBack & |
cb, |
|
|
const char * |
pixmapnm = 0 | |
|
) |
| | |
| uiMenuItem::~uiMenuItem |
( |
|
) |
|
Member Function Documentation
| int uiMenuItem::beginCmdRecEvent |
( |
const char * |
msg = 0 |
) |
|
| void uiMenuItem::endCmdRecEvent |
( |
int |
refnr, |
|
|
const char * |
msg = 0 | |
|
) |
| | |
| int uiMenuItem::id |
( |
|
) |
const [inline] |
| bool uiMenuItem::isCheckable |
( |
|
) |
const |
| bool uiMenuItem::isChecked |
( |
|
) |
const |
| bool uiMenuItem::isEnabled |
( |
|
) |
const |
| const QAction* uiMenuItem::qAction |
( |
|
) |
const [inline] |
| void uiMenuItem::setAction |
( |
QAction * |
act |
) |
[inline, protected] |
| void uiMenuItem::setCheckable |
( |
bool |
|
) |
|
| void uiMenuItem::setChecked |
( |
bool |
|
) |
|
- Note:
- Should be set after object is given to it's parent, since parent will overwrite this setting.
| static void uiMenuItem::setCmdRecorder |
( |
const CallBack & |
|
) |
[static] |
| void uiMenuItem::setEnabled |
( |
bool |
|
) |
|
- Note:
- Should be set after object is given to it's parent, since parent will overwrite this setting.
| void uiMenuItem::setId |
( |
int |
newid |
) |
[inline, protected] |
| void uiMenuItem::setMenu |
( |
uiMenuItemContainerBody * |
mb |
) |
[inline, protected] |
| void uiMenuItem::setPixmap |
( |
const char * |
|
) |
|
| void uiMenuItem::setPixmap |
( |
const ioPixmap & |
|
) |
|
| void uiMenuItem::setShortcut |
( |
const char * |
|
) |
|
| void uiMenuItem::setText |
( |
const wchar_t * |
|
) |
|
| void uiMenuItem::setText |
( |
const char * |
|
) |
|
sets a new text 2b displayed
| const char* uiMenuItem::text |
( |
|
) |
const |
| void uiMenuItem::translate |
( |
|
) |
|
| void uiMenuItem::trlReady |
( |
CallBacker * |
|
) |
[protected] |
| static void uiMenuItem::unsetCmdRecorder |
( |
|
) |
[static] |
Friends And Related Function Documentation
friend class uiMenuItemContainerBodyImpl [friend] |
Member Data Documentation