LibreOffice Module svx (master) 1
|
#include <TextColumnsPropertyPanel.hxx>
Public Member Functions | |
TextColumnsPropertyPanel (weld::Widget *pParent, SfxBindings *pBindings) | |
virtual | ~TextColumnsPropertyPanel () override |
virtual void | NotifyItemUpdate (const sal_uInt16 nSId, const SfxItemState eState, const SfxPoolItem *pState) override |
virtual void | GetControlState (const sal_uInt16, boost::property_tree::ptree &) override |
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 () |
Public Member Functions inherited from sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface | |
virtual void | NotifyItemUpdate (const sal_uInt16 nSId, const SfxItemState eState, const SfxPoolItem *pState)=0 |
virtual void | GetControlState (const sal_uInt16 nSId, boost::property_tree::ptree &rState)=0 |
virtual | ~ItemUpdateReceiverInterface () |
Static Public Member Functions | |
static std::unique_ptr< PanelLayout > | Create (weld::Widget *pParent, SfxBindings *pBindings) |
Private Member Functions | |
DECL_LINK (ModifyColumnsNumberHdl, weld::SpinButton &, void) | |
DECL_LINK (ModifyColumnsSpacingHdl, weld::MetricSpinButton &, void) | |
Private Attributes | |
SfxBindings * | mpBindings |
std::unique_ptr< weld::SpinButton > | m_xColumnsNumber |
std::unique_ptr< weld::MetricSpinButton > | m_xColumnsSpacing |
sfx2::sidebar::ControllerItem | maColumnsNumberController |
sfx2::sidebar::ControllerItem | maColumnsSpacingController |
Additional Inherited Members | |
Protected Member Functions inherited from PanelLayout | |
virtual void | DataChanged (const DataChangedEvent &rEvent) |
virtual void | DumpAsPropertyTree (tools::JsonWriter &) |
virtual weld::Window * | GetFrameWeld () const |
Protected Attributes inherited from PanelLayout | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
sfx2::sidebar::Panel * | m_pPanel |
Definition at line 19 of file TextColumnsPropertyPanel.hxx.
svx::sidebar::TextColumnsPropertyPanel::TextColumnsPropertyPanel | ( | weld::Widget * | pParent, |
SfxBindings * | pBindings | ||
) |
Definition at line 43 of file TextColumnsPropertyPanel.cxx.
References CM, LINK, m_xColumnsNumber, and m_xColumnsSpacing.
|
overridevirtual |
Definition at line 57 of file TextColumnsPropertyPanel.cxx.
References SfxControllerItem::dispose(), m_xColumnsNumber, m_xColumnsSpacing, maColumnsNumberController, and maColumnsSpacingController.
|
static |
Definition at line 104 of file TextColumnsPropertyPanel.cxx.
|
private |
|
private |
|
inlineoverridevirtual |
Implements sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface.
Definition at line 31 of file TextColumnsPropertyPanel.hxx.
|
overridevirtual |
Implements sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface.
Definition at line 81 of file TextColumnsPropertyPanel.cxx.
References m_xColumnsNumber, m_xColumnsSpacing, mpBindings, SDRATTR_TEXTCOLUMNS_SPACING(), and SetMetricValue().
|
private |
Definition at line 37 of file TextColumnsPropertyPanel.hxx.
Referenced by NotifyItemUpdate(), TextColumnsPropertyPanel(), and ~TextColumnsPropertyPanel().
|
private |
Definition at line 38 of file TextColumnsPropertyPanel.hxx.
Referenced by NotifyItemUpdate(), TextColumnsPropertyPanel(), and ~TextColumnsPropertyPanel().
|
private |
Definition at line 40 of file TextColumnsPropertyPanel.hxx.
Referenced by ~TextColumnsPropertyPanel().
|
private |
Definition at line 41 of file TextColumnsPropertyPanel.hxx.
Referenced by ~TextColumnsPropertyPanel().
|
private |
Definition at line 35 of file TextColumnsPropertyPanel.hxx.
Referenced by NotifyItemUpdate().