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

#include <EffectPropertyPanel.hxx>

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

Public Member Functions

 EffectPropertyPanel (weld::Widget *pParent, SfxBindings *pBindings)
 
virtual ~EffectPropertyPanel () 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< PanelLayoutCreate (weld::Widget *pParent, SfxBindings *pBindings)
 

Private Member Functions

void Initialize ()
 
void UpdateControls ()
 
 DECL_LINK (ModifyGlowColorHdl, ColorListBox &, void)
 
 DECL_LINK (ModifyGlowRadiusHdl, weld::MetricSpinButton &, void)
 
 DECL_LINK (ModifyGlowTransparencyHdl, weld::MetricSpinButton &, void)
 
 DECL_LINK (ModifySoftEdgeRadiusHdl, weld::MetricSpinButton &, void)
 

Private Attributes

sfx2::sidebar::ControllerItem maGlowColorController
 
sfx2::sidebar::ControllerItem maGlowRadiusController
 
sfx2::sidebar::ControllerItem maGlowTransparencyController
 
std::unique_ptr< weld::LabelmxFTTransparency
 
sfx2::sidebar::ControllerItem maSoftEdgeRadiusController
 
SfxBindingsmpBindings
 
std::unique_ptr< weld::MetricSpinButtonmxGlowRadius
 
std::unique_ptr< ColorListBoxmxLBGlowColor
 
std::unique_ptr< weld::MetricSpinButtonmxGlowTransparency
 
std::unique_ptr< weld::LabelmxFTColor
 
std::unique_ptr< weld::MetricSpinButtonmxSoftEdgeRadius
 

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 19 of file EffectPropertyPanel.hxx.

Constructor & Destructor Documentation

◆ EffectPropertyPanel()

svx::sidebar::EffectPropertyPanel::EffectPropertyPanel ( weld::Widget pParent,
SfxBindings pBindings 
)

Definition at line 24 of file EffectPropertyPanel.cxx.

References PanelLayout::GetFrameWeld(), and POINT.

◆ ~EffectPropertyPanel()

svx::sidebar::EffectPropertyPanel::~EffectPropertyPanel ( )
overridevirtual

Member Function Documentation

◆ Create()

std::unique_ptr< PanelLayout > svx::sidebar::EffectPropertyPanel::Create ( weld::Widget pParent,
SfxBindings pBindings 
)
static

Definition at line 160 of file EffectPropertyPanel.cxx.

◆ DECL_LINK() [1/4]

svx::sidebar::EffectPropertyPanel::DECL_LINK ( ModifyGlowColorHdl  ,
ColorListBox ,
void   
)
private

◆ DECL_LINK() [2/4]

svx::sidebar::EffectPropertyPanel::DECL_LINK ( ModifyGlowRadiusHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_LINK() [3/4]

svx::sidebar::EffectPropertyPanel::DECL_LINK ( ModifyGlowTransparencyHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_LINK() [4/4]

svx::sidebar::EffectPropertyPanel::DECL_LINK ( ModifySoftEdgeRadiusHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ GetControlState()

virtual void svx::sidebar::EffectPropertyPanel::GetControlState ( const  sal_uInt16,
boost::property_tree::ptree &   
)
inlineoverridevirtual

◆ Initialize()

void svx::sidebar::EffectPropertyPanel::Initialize ( )
private

◆ NotifyItemUpdate()

void svx::sidebar::EffectPropertyPanel::NotifyItemUpdate ( const sal_uInt16  nSId,
const SfxItemState  eState,
const SfxPoolItem pState 
)
overridevirtual

◆ UpdateControls()

void svx::sidebar::EffectPropertyPanel::UpdateControls ( )
private

Member Data Documentation

◆ maGlowColorController

sfx2::sidebar::ControllerItem svx::sidebar::EffectPropertyPanel::maGlowColorController
private

Definition at line 35 of file EffectPropertyPanel.hxx.

Referenced by ~EffectPropertyPanel().

◆ maGlowRadiusController

sfx2::sidebar::ControllerItem svx::sidebar::EffectPropertyPanel::maGlowRadiusController
private

Definition at line 36 of file EffectPropertyPanel.hxx.

Referenced by ~EffectPropertyPanel().

◆ maGlowTransparencyController

sfx2::sidebar::ControllerItem svx::sidebar::EffectPropertyPanel::maGlowTransparencyController
private

Definition at line 37 of file EffectPropertyPanel.hxx.

Referenced by ~EffectPropertyPanel().

◆ maSoftEdgeRadiusController

sfx2::sidebar::ControllerItem svx::sidebar::EffectPropertyPanel::maSoftEdgeRadiusController
private

Definition at line 39 of file EffectPropertyPanel.hxx.

Referenced by ~EffectPropertyPanel().

◆ mpBindings

SfxBindings* svx::sidebar::EffectPropertyPanel::mpBindings
private

Definition at line 41 of file EffectPropertyPanel.hxx.

◆ mxFTColor

std::unique_ptr<weld::Label> svx::sidebar::EffectPropertyPanel::mxFTColor
private

Definition at line 46 of file EffectPropertyPanel.hxx.

Referenced by UpdateControls(), and ~EffectPropertyPanel().

◆ mxFTTransparency

std::unique_ptr<weld::Label> svx::sidebar::EffectPropertyPanel::mxFTTransparency
private

Definition at line 38 of file EffectPropertyPanel.hxx.

Referenced by UpdateControls(), and ~EffectPropertyPanel().

◆ mxGlowRadius

std::unique_ptr<weld::MetricSpinButton> svx::sidebar::EffectPropertyPanel::mxGlowRadius
private

◆ mxGlowTransparency

std::unique_ptr<weld::MetricSpinButton> svx::sidebar::EffectPropertyPanel::mxGlowTransparency
private

◆ mxLBGlowColor

std::unique_ptr<ColorListBox> svx::sidebar::EffectPropertyPanel::mxLBGlowColor
private

◆ mxSoftEdgeRadius

std::unique_ptr<weld::MetricSpinButton> svx::sidebar::EffectPropertyPanel::mxSoftEdgeRadius
private

Definition at line 47 of file EffectPropertyPanel.hxx.

Referenced by Initialize(), NotifyItemUpdate(), and ~EffectPropertyPanel().


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