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

#include <SmElementsPanel.hxx>

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

Public Member Functions

 SmElementsPanel (weld::Widget &rParent, const SfxBindings &rBindings)
 
 ~SmElementsPanel ()
 
- 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 SfxBindings &rBindings)
 

Private Member Functions

 DECL_LINK (CategorySelectedHandle, weld::ComboBox &, void)
 
 DECL_LINK (ElementClickHandler, OUString, void)
 
SmViewShellGetView () const
 

Private Attributes

const SfxBindingsmrBindings
 
std::unique_ptr< weld::ComboBoxmxCategoryList
 
std::unique_ptr< SmElementsControlmxElementsControl
 

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 35 of file SmElementsPanel.hxx.

Constructor & Destructor Documentation

◆ SmElementsPanel()

sm::sidebar::SmElementsPanel::SmElementsPanel ( weld::Widget rParent,
const SfxBindings rBindings 
)

◆ ~SmElementsPanel()

sm::sidebar::SmElementsPanel::~SmElementsPanel ( )

Definition at line 60 of file SmElementsPanel.cxx.

References mxCategoryList, and mxElementsControl.

Member Function Documentation

◆ Create()

std::unique_ptr< PanelLayout > sm::sidebar::SmElementsPanel::Create ( weld::Widget rParent,
const SfxBindings rBindings 
)
static

Definition at line 36 of file SmElementsPanel.cxx.

◆ DECL_LINK() [1/2]

sm::sidebar::SmElementsPanel::DECL_LINK ( CategorySelectedHandle  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/2]

sm::sidebar::SmElementsPanel::DECL_LINK ( ElementClickHandler  ,
OUString  ,
void   
)
private

◆ GetView()

SmViewShell * sm::sidebar::SmElementsPanel::GetView ( ) const
private

Member Data Documentation

◆ mrBindings

const SfxBindings& sm::sidebar::SmElementsPanel::mrBindings
private

Definition at line 48 of file SmElementsPanel.hxx.

Referenced by GetView().

◆ mxCategoryList

std::unique_ptr<weld::ComboBox> sm::sidebar::SmElementsPanel::mxCategoryList
private

Definition at line 50 of file SmElementsPanel.hxx.

Referenced by SmElementsPanel(), and ~SmElementsPanel().

◆ mxElementsControl

std::unique_ptr<SmElementsControl> sm::sidebar::SmElementsPanel::mxElementsControl
private

Definition at line 51 of file SmElementsPanel.hxx.

Referenced by SmElementsPanel(), and ~SmElementsPanel().


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