Eneboo - Documentación para desarrolladores
|
#include <menubareditor.h>
Métodos públicos | |
MenuBarEditorItem (PopupMenuEditor *menu, MenuBarEditor *bar, QObject *parent=0, const char *name=0) | |
MenuBarEditorItem (QActionGroup *actionGroup, MenuBarEditor *bar, QObject *parent=0, const char *name=0) | |
MenuBarEditorItem (MenuBarEditorItem *item, QObject *parent=0, const char *name=0) | |
~MenuBarEditorItem () | |
PopupMenuEditor * | menu () |
void | setMenuText (const QString t) |
QString | menuText () |
void | setVisible (bool enable) |
bool | isVisible () |
void | setRemovable (bool enable) |
bool | isRemovable () |
bool | isSeparator () |
Métodos protegidos | |
void | setSeparator (bool enable) |
Amigas | |
class | MenuBarEditor |
MenuBarEditorItem::MenuBarEditorItem | ( | PopupMenuEditor * | menu, |
MenuBarEditor * | bar, | ||
QObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
MenuBarEditorItem::MenuBarEditorItem | ( | QActionGroup * | actionGroup, |
MenuBarEditor * | bar, | ||
QObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
MenuBarEditorItem::MenuBarEditorItem | ( | MenuBarEditorItem * | item, |
QObject * | parent = 0 , |
||
const char * | name = 0 |
||
) |
MenuBarEditorItem::~MenuBarEditorItem | ( | ) | [inline] |
bool MenuBarEditorItem::isRemovable | ( | ) | [inline] |
bool MenuBarEditorItem::isSeparator | ( | ) | [inline] |
bool MenuBarEditorItem::isVisible | ( | ) | [inline] |
PopupMenuEditor* MenuBarEditorItem::menu | ( | ) | [inline] |
QString MenuBarEditorItem::menuText | ( | ) | [inline] |
void MenuBarEditorItem::setMenuText | ( | const QString | t | ) | [inline] |
void MenuBarEditorItem::setRemovable | ( | bool | enable | ) | [inline] |
void MenuBarEditorItem::setSeparator | ( | bool | enable | ) | [inline, protected] |
void MenuBarEditorItem::setVisible | ( | bool | enable | ) | [inline] |
friend class MenuBarEditor [friend] |