LibreOffice Module svx (master)
1
|
#include <InspectorTextPanel.hxx>
Public Member Functions | |
virtual | ~InspectorTextPanel () override |
virtual void | dispose () override |
InspectorTextPanel (vcl::Window *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame) | |
void | updateEntries (const std::vector< TreeNode > &rStore) |
![]() | |
PanelLayout (vcl::Window *pParent, const OString &rID, const OUString &rUIXMLDescription, const css::uno::Reference< css::frame::XFrame > &rFrame) | |
virtual | ~PanelLayout () override |
virtual Size | GetOptimalSize () const override |
virtual void | GetFocus () override |
virtual void | setPosSizePixel (tools::Long nX, tools::Long nY, tools::Long nWidth, tools::Long nHeight, PosSizeFlags nFlags=PosSizeFlags::All) override |
virtual void | queue_resize (StateChangedType eReason=StateChangedType::Layout) override |
virtual bool | EventNotify (NotifyEvent &rNEvt) override |
Static Public Member Functions | |
static VclPtr< vcl::Window > | Create (vcl::Window *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame) |
Private Attributes | |
std::unique_ptr< weld::TreeView > | mpListBoxStyles |
Additional Inherited Members | |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
VclPtr< vcl::Window > | m_xVclContentArea |
std::unique_ptr< weld::Container > | m_xContainer |
weld::Widget * | m_pInitialFocusWidget |
Definition at line 44 of file InspectorTextPanel.hxx.
|
overridevirtual |
Definition at line 161 of file InspectorTextPanel.cxx.
svx::sidebar::InspectorTextPanel::InspectorTextPanel | ( | vcl::Window * | pParent, |
const css::uno::Reference< css::frame::XFrame > & | rxFrame | ||
) |
Definition at line 50 of file InspectorTextPanel.cxx.
References PanelLayout::m_pInitialFocusWidget, and mpListBoxStyles.
|
static |
Definition at line 37 of file InspectorTextPanel.cxx.
References VclPtr< reference_type >::Create().
Reimplemented from PanelLayout.
Definition at line 163 of file InspectorTextPanel.cxx.
References PanelLayout::dispose(), and mpListBoxStyles.
Definition at line 136 of file InspectorTextPanel.cxx.
References weld::TreeView::all_foreach(), weld::TreeView::expand_row(), svx::sidebar::FillBox_Impl(), and mpListBoxStyles.
|
private |
Definition at line 59 of file InspectorTextPanel.hxx.
Referenced by dispose(), InspectorTextPanel(), and updateEntries().