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

#include <SmPropertiesPanel.hxx>

Inheritance diagram for sm::sidebar::SmPropertiesPanel:
[legend]
Collaboration diagram for sm::sidebar::SmPropertiesPanel:
[legend]

Public Member Functions

 SmPropertiesPanel (weld::Widget &rParent, const css::uno::Reference< css::frame::XFrame > &xFrame)
 
 ~SmPropertiesPanel ()
 
- 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 &rParent, const css::uno::Reference< css::frame::XFrame > &xFrame)
 

Private Member Functions

 DECL_LINK (ButtonClickHandler, weld::Button &, void)
 

Private Attributes

css::uno::Reference< css::frame::XFrame > mxFrame
 
std::unique_ptr< weld::ButtonmpFormatFontsButton
 
std::unique_ptr< weld::ButtonmpFormatFontSizeButton
 
std::unique_ptr< weld::ButtonmpFormatSpacingButton
 
std::unique_ptr< weld::ButtonmpFormatAlignmentButton
 
std::map< weld::Button *, OUString > maButtonCommands
 

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 31 of file SmPropertiesPanel.hxx.

Constructor & Destructor Documentation

◆ SmPropertiesPanel()

sm::sidebar::SmPropertiesPanel::SmPropertiesPanel ( weld::Widget rParent,
const css::uno::Reference< css::frame::XFrame > &  xFrame 
)

Definition at line 42 of file SmPropertiesPanel.cxx.

References mpFormatFontsButton, and xFrame.

◆ ~SmPropertiesPanel()

sm::sidebar::SmPropertiesPanel::~SmPropertiesPanel ( )

Definition at line 74 of file SmPropertiesPanel.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< PanelLayout > sm::sidebar::SmPropertiesPanel::Create ( weld::Widget rParent,
const css::uno::Reference< css::frame::XFrame > &  xFrame 
)
static

Definition at line 36 of file SmPropertiesPanel.cxx.

References xFrame.

◆ DECL_LINK()

sm::sidebar::SmPropertiesPanel::DECL_LINK ( ButtonClickHandler  ,
weld::Button ,
void   
)
private

Member Data Documentation

◆ maButtonCommands

std::map<weld::Button*, OUString> sm::sidebar::SmPropertiesPanel::maButtonCommands
private

Definition at line 49 of file SmPropertiesPanel.hxx.

◆ mpFormatAlignmentButton

std::unique_ptr<weld::Button> sm::sidebar::SmPropertiesPanel::mpFormatAlignmentButton
private

Definition at line 47 of file SmPropertiesPanel.hxx.

◆ mpFormatFontsButton

std::unique_ptr<weld::Button> sm::sidebar::SmPropertiesPanel::mpFormatFontsButton
private

Definition at line 44 of file SmPropertiesPanel.hxx.

Referenced by SmPropertiesPanel().

◆ mpFormatFontSizeButton

std::unique_ptr<weld::Button> sm::sidebar::SmPropertiesPanel::mpFormatFontSizeButton
private

Definition at line 45 of file SmPropertiesPanel.hxx.

◆ mpFormatSpacingButton

std::unique_ptr<weld::Button> sm::sidebar::SmPropertiesPanel::mpFormatSpacingButton
private

Definition at line 46 of file SmPropertiesPanel.hxx.

◆ mxFrame

css::uno::Reference<css::frame::XFrame> sm::sidebar::SmPropertiesPanel::mxFrame
private

Definition at line 42 of file SmPropertiesPanel.hxx.


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