LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
sw::sidebar::PageSizeControl Class Referencefinal

#include <PageSizeControl.hxx>

Inheritance diagram for sw::sidebar::PageSizeControl:
[legend]
Collaboration diagram for sw::sidebar::PageSizeControl:
[legend]

Public Member Functions

 PageSizeControl (PageSizePopup *pControl, weld::Widget *pParent)
 
virtual void GrabFocus () override
 
virtual ~PageSizeControl () override
 
- Public Member Functions inherited from WeldToolbarPopup
 WeldToolbarPopup (css::uno::Reference< css::frame::XFrame > xFrame, weld::Widget *pParent, const OUString &rUIFile, const OUString &rId)
 
virtual ~WeldToolbarPopup ()
 
weld::ContainergetTopLevel ()
 
weld::ContainergetContainer ()
 
void AddStatusListener (const OUString &rCommandURL)
 
virtual void statusChanged (const css::frame::FeatureStateEvent &Event)
 
virtual void GrabFocus ()=0
 

Private Member Functions

 DECL_LINK (ImplSizeHdl, ValueSet *, void)
 
 DECL_LINK (MoreButtonClickHdl_Impl, weld::Button &, void)
 

Static Private Member Functions

static void ExecuteSizeChange (const Paper ePaper)
 

Private Attributes

std::unique_ptr< weld::ButtonmxMoreButton
 
std::unique_ptr< weld::MetricSpinButtonmxWidthHeightField
 
std::unique_ptr< svx::sidebar::ValueSetWithTextControlmxSizeValueSet
 
std::unique_ptr< weld::CustomWeldmxSizeValueSetWin
 
rtl::Reference< PageSizePopupmxControl
 
std::vector< PapermaPaperList
 

Additional Inherited Members

- Protected Attributes inherited from WeldToolbarPopup
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xTopLevel
 
std::unique_ptr< weld::Containerm_xContainer
 
css::uno::Reference< css::frame::XFrame > m_xFrame
 
rtl::Reference< svt::FrameStatusListenerm_xStatusListener
 

Detailed Description

Definition at line 38 of file PageSizeControl.hxx.

Constructor & Destructor Documentation

◆ PageSizeControl()

sw::sidebar::PageSizeControl::PageSizeControl ( PageSizePopup pControl,
weld::Widget pParent 
)
explicit

◆ ~PageSizeControl()

sw::sidebar::PageSizeControl::~PageSizeControl ( )
overridevirtual

Definition at line 185 of file PageSizeControl.cxx.

Member Function Documentation

◆ DECL_LINK() [1/2]

sw::sidebar::PageSizeControl::DECL_LINK ( ImplSizeHdl  ,
ValueSet ,
void   
)
private

◆ DECL_LINK() [2/2]

sw::sidebar::PageSizeControl::DECL_LINK ( MoreButtonClickHdl_Impl  ,
weld::Button ,
void   
)
private

◆ ExecuteSizeChange()

void sw::sidebar::PageSizeControl::ExecuteSizeChange ( const Paper  ePaper)
staticprivate

◆ GrabFocus()

void sw::sidebar::PageSizeControl::GrabFocus ( )
overridevirtual

Implements WeldToolbarPopup.

Definition at line 180 of file PageSizeControl.cxx.

References mxSizeValueSet.

Member Data Documentation

◆ maPaperList

std::vector<Paper> sw::sidebar::PageSizeControl::maPaperList
private

Definition at line 53 of file PageSizeControl.hxx.

Referenced by PageSizeControl().

◆ mxControl

rtl::Reference<PageSizePopup> sw::sidebar::PageSizeControl::mxControl
private

Definition at line 51 of file PageSizeControl.hxx.

◆ mxMoreButton

std::unique_ptr<weld::Button> sw::sidebar::PageSizeControl::mxMoreButton
private

Definition at line 46 of file PageSizeControl.hxx.

Referenced by PageSizeControl().

◆ mxSizeValueSet

std::unique_ptr<svx::sidebar::ValueSetWithTextControl> sw::sidebar::PageSizeControl::mxSizeValueSet
private

Definition at line 49 of file PageSizeControl.hxx.

Referenced by GrabFocus(), and PageSizeControl().

◆ mxSizeValueSetWin

std::unique_ptr<weld::CustomWeld> sw::sidebar::PageSizeControl::mxSizeValueSetWin
private

Definition at line 50 of file PageSizeControl.hxx.

◆ mxWidthHeightField

std::unique_ptr<weld::MetricSpinButton> sw::sidebar::PageSizeControl::mxWidthHeightField
private

Definition at line 48 of file PageSizeControl.hxx.

Referenced by PageSizeControl().


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