|
LibreOffice Module sc (master) 1
|
#include <checklistmenu.hxx>
Public Member Functions | |
| MenuItemData () | |
Public Attributes | |
| bool | mbEnabled:1 |
| std::shared_ptr< Action > | mxAction |
| std::unique_ptr< ScListSubMenuControl > | mxSubMenuWin |
Definition at line 97 of file checklistmenu.hxx.
| ScCheckListMenuControl::MenuItemData::MenuItemData | ( | ) |
Definition at line 45 of file checklistmenu.cxx.
| bool ScCheckListMenuControl::MenuItemData::mbEnabled |
Definition at line 99 of file checklistmenu.hxx.
Referenced by ScListSubMenuControl::addItem(), ScCheckListMenuControl::addMenuItem(), ScCheckListMenuControl::addSubMenuItem(), and ScCheckListMenuControl::executeMenuItem().
| std::shared_ptr<Action> ScCheckListMenuControl::MenuItemData::mxAction |
Definition at line 100 of file checklistmenu.hxx.
Referenced by ScListSubMenuControl::addItem(), and ScCheckListMenuControl::addMenuItem().
| std::unique_ptr<ScListSubMenuControl> ScCheckListMenuControl::MenuItemData::mxSubMenuWin |
Definition at line 101 of file checklistmenu.hxx.
Referenced by ScCheckListMenuControl::addSubMenuItem(), and ScCheckListMenuControl::executeMenuItem().