LibreOffice Module cui (master) 1
|
#include <headertablistbox.hxx>
Public Member Functions | |
MacroEventListBox (std::unique_ptr< weld::TreeView > xTreeView) | |
void | set_sensitive (bool bSensitive) |
void | show () |
weld::TreeView & | GetListBox () |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xTreeView |
Definition at line 24 of file headertablistbox.hxx.
MacroEventListBox::MacroEventListBox | ( | std::unique_ptr< weld::TreeView > | xTreeView | ) |
Definition at line 52 of file macropg.cxx.
References HID_MACRO_HEADERTABLISTBOX, and m_xTreeView.
|
inline |
Definition at line 34 of file headertablistbox.hxx.
References m_xTreeView.
|
inline |
Definition at line 31 of file headertablistbox.hxx.
References m_xTreeView.
|
inline |
Definition at line 32 of file headertablistbox.hxx.
References m_xTreeView.
|
private |
Definition at line 27 of file headertablistbox.hxx.
Referenced by GetListBox(), MacroEventListBox(), set_sensitive(), and show().