LibreOffice Module cui (master)
1
|
#include <treeopt.hxx>
Public Member Functions | |
OptionsLeaf (const OUString &rLabel, const OUString &rPageURL, const OUString &rEventHdl, const OUString &rGroupId, sal_Int32 nGroupIndex) | |
Public Attributes | |
OUString | m_sLabel |
OUString | m_sPageURL |
OUString | m_sEventHdl |
OUString | m_sGroupId |
sal_Int32 | m_nGroupIndex |
Definition at line 56 of file treeopt.hxx.
|
inline |
Definition at line 64 of file treeopt.hxx.
sal_Int32 OptionsLeaf::m_nGroupIndex |
Definition at line 62 of file treeopt.hxx.
OUString OptionsLeaf::m_sEventHdl |
Definition at line 60 of file treeopt.hxx.
Referenced by lcl_insertLeaf().
OUString OptionsLeaf::m_sGroupId |
Definition at line 61 of file treeopt.hxx.
OUString OptionsLeaf::m_sLabel |
Definition at line 58 of file treeopt.hxx.
Referenced by lcl_insertLeaf().
OUString OptionsLeaf::m_sPageURL |
Definition at line 59 of file treeopt.hxx.
Referenced by lcl_insertLeaf().