LibreOffice Module svx (master) 1
|
#include <EffectPropertyPanel.hxx>
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< PanelLayout > | Create (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::Label > | mxFTTransparency |
sfx2::sidebar::ControllerItem | maSoftEdgeRadiusController |
SfxBindings * | mpBindings |
std::unique_ptr< weld::MetricSpinButton > | mxGlowRadius |
std::unique_ptr< ColorListBox > | mxLBGlowColor |
std::unique_ptr< weld::MetricSpinButton > | mxGlowTransparency |
std::unique_ptr< weld::Label > | mxFTColor |
std::unique_ptr< weld::MetricSpinButton > | mxSoftEdgeRadius |
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 EffectPropertyPanel.hxx.
svx::sidebar::EffectPropertyPanel::EffectPropertyPanel | ( | weld::Widget * | pParent, |
SfxBindings * | pBindings | ||
) |
Definition at line 24 of file EffectPropertyPanel.cxx.
References PanelLayout::GetFrameWeld(), and POINT.
|
overridevirtual |
Definition at line 43 of file EffectPropertyPanel.cxx.
References SfxControllerItem::dispose(), maGlowColorController, maGlowRadiusController, maGlowTransparencyController, maSoftEdgeRadiusController, mxFTColor, mxFTTransparency, mxGlowRadius, mxGlowTransparency, mxLBGlowColor, and mxSoftEdgeRadius.
|
static |
Definition at line 160 of file EffectPropertyPanel.cxx.
|
private |
|
private |
|
private |
|
private |
|
inlineoverridevirtual |
Implements sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface.
Definition at line 31 of file EffectPropertyPanel.hxx.
|
private |
Definition at line 58 of file EffectPropertyPanel.cxx.
References LINK, mxGlowRadius, mxGlowTransparency, mxLBGlowColor, and mxSoftEdgeRadius.
|
overridevirtual |
Implements sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface.
Definition at line 104 of file EffectPropertyPanel.cxx.
References XColorItem::GetColorValue(), CntInt32Item::GetValue(), mxGlowRadius, mxGlowTransparency, mxLBGlowColor, mxSoftEdgeRadius, and UpdateControls().
|
private |
Definition at line 95 of file EffectPropertyPanel.cxx.
References mxFTColor, mxFTTransparency, mxGlowRadius, mxGlowTransparency, and mxLBGlowColor.
Referenced by NotifyItemUpdate().
|
private |
Definition at line 35 of file EffectPropertyPanel.hxx.
Referenced by ~EffectPropertyPanel().
|
private |
Definition at line 36 of file EffectPropertyPanel.hxx.
Referenced by ~EffectPropertyPanel().
|
private |
Definition at line 37 of file EffectPropertyPanel.hxx.
Referenced by ~EffectPropertyPanel().
|
private |
Definition at line 39 of file EffectPropertyPanel.hxx.
Referenced by ~EffectPropertyPanel().
|
private |
Definition at line 41 of file EffectPropertyPanel.hxx.
|
private |
Definition at line 46 of file EffectPropertyPanel.hxx.
Referenced by UpdateControls(), and ~EffectPropertyPanel().
|
private |
Definition at line 38 of file EffectPropertyPanel.hxx.
Referenced by UpdateControls(), and ~EffectPropertyPanel().
|
private |
Definition at line 43 of file EffectPropertyPanel.hxx.
Referenced by Initialize(), NotifyItemUpdate(), UpdateControls(), and ~EffectPropertyPanel().
|
private |
Definition at line 45 of file EffectPropertyPanel.hxx.
Referenced by Initialize(), NotifyItemUpdate(), UpdateControls(), and ~EffectPropertyPanel().
|
private |
Definition at line 44 of file EffectPropertyPanel.hxx.
Referenced by Initialize(), NotifyItemUpdate(), UpdateControls(), and ~EffectPropertyPanel().
|
private |
Definition at line 47 of file EffectPropertyPanel.hxx.
Referenced by Initialize(), NotifyItemUpdate(), and ~EffectPropertyPanel().