|
LibreOffice Module cui (master) 1
|
#include <treeopt.hxx>
Public Member Functions | |
| OptionsLeaf (OUString aLabel, OUString aPageURL, OUString aEventHdl, OUString aGroupId, sal_Int32 nGroupIndex) | |
Public Attributes | |
| OUString | m_sLabel |
| OUString | m_sPageURL |
| OUString | m_sEventHdl |
| OUString | m_sGroupId |
| sal_Int32 | m_nGroupIndex |
Definition at line 57 of file treeopt.hxx.
|
inline |
Definition at line 65 of file treeopt.hxx.
References aLabel.
| sal_Int32 OptionsLeaf::m_nGroupIndex |
Definition at line 63 of file treeopt.hxx.
| OUString OptionsLeaf::m_sEventHdl |
Definition at line 61 of file treeopt.hxx.
Referenced by lcl_insertLeaf().
| OUString OptionsLeaf::m_sGroupId |
Definition at line 62 of file treeopt.hxx.
| OUString OptionsLeaf::m_sLabel |
Definition at line 59 of file treeopt.hxx.
Referenced by lcl_insertLeaf().
| OUString OptionsLeaf::m_sPageURL |
Definition at line 60 of file treeopt.hxx.
Referenced by lcl_insertLeaf().