LibreOffice Module svx (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
svx::sidebar::StylesPropertyPanel Class Reference

#include <StylesPropertyPanel.hxx>

Inheritance diagram for svx::sidebar::StylesPropertyPanel:
[legend]
Collaboration diagram for svx::sidebar::StylesPropertyPanel:
[legend]

Public Member Functions

virtual ~StylesPropertyPanel () override
 
 StylesPropertyPanel (weld::Widget *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame)
 
- Public Member Functions inherited from PanelLayout
 PanelLayout (weld::Widget *pParent, const OUString &rID, const OUString &rUIXMLDescription)
 
void SetPanel (sfx2::sidebar::Panel *pPanel)
 
virtual ~PanelLayout ()
 
Size get_preferred_size () const
 
void queue_resize ()
 

Static Public Member Functions

static std::unique_ptr< PanelLayoutCreate (weld::Widget *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame)
 

Private Attributes

std::unique_ptr< weld::Toolbarm_xFontStyle
 
std::unique_ptr< ToolbarUnoDispatcherm_xFontStyleDispatch
 
std::unique_ptr< weld::Toolbarm_xStyle
 
std::unique_ptr< ToolbarUnoDispatcherm_xStyleDispatch
 

Additional Inherited Members

- Protected Member Functions inherited from PanelLayout
virtual void DataChanged (const DataChangedEvent &rEvent)
 
virtual void DumpAsPropertyTree (tools::JsonWriter &)
 
virtual weld::WindowGetFrameWeld () const
 
- Protected Attributes inherited from PanelLayout
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 
sfx2::sidebar::Panelm_pPanel
 

Detailed Description

Definition at line 16 of file StylesPropertyPanel.hxx.

Constructor & Destructor Documentation

◆ ~StylesPropertyPanel()

svx::sidebar::StylesPropertyPanel::~StylesPropertyPanel ( )
overridevirtual

Definition at line 41 of file StylesPropertyPanel.cxx.

References m_xFontStyle, m_xFontStyleDispatch, m_xStyle, and m_xStyleDispatch.

◆ StylesPropertyPanel()

svx::sidebar::StylesPropertyPanel::StylesPropertyPanel ( weld::Widget pParent,
const css::uno::Reference< css::frame::XFrame > &  rxFrame 
)

Definition at line 32 of file StylesPropertyPanel.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< PanelLayout > svx::sidebar::StylesPropertyPanel::Create ( weld::Widget pParent,
const css::uno::Reference< css::frame::XFrame > &  rxFrame 
)
static

Definition at line 20 of file StylesPropertyPanel.cxx.

Member Data Documentation

◆ m_xFontStyle

std::unique_ptr<weld::Toolbar> svx::sidebar::StylesPropertyPanel::m_xFontStyle
private

Definition at line 19 of file StylesPropertyPanel.hxx.

Referenced by ~StylesPropertyPanel().

◆ m_xFontStyleDispatch

std::unique_ptr<ToolbarUnoDispatcher> svx::sidebar::StylesPropertyPanel::m_xFontStyleDispatch
private

Definition at line 20 of file StylesPropertyPanel.hxx.

Referenced by ~StylesPropertyPanel().

◆ m_xStyle

std::unique_ptr<weld::Toolbar> svx::sidebar::StylesPropertyPanel::m_xStyle
private

Definition at line 22 of file StylesPropertyPanel.hxx.

Referenced by ~StylesPropertyPanel().

◆ m_xStyleDispatch

std::unique_ptr<ToolbarUnoDispatcher> svx::sidebar::StylesPropertyPanel::m_xStyleDispatch
private

Definition at line 23 of file StylesPropertyPanel.hxx.

Referenced by ~StylesPropertyPanel().


The documentation for this class was generated from the following files: