LibreOffice Module svx (master) 1
EffectPropertyPanel.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9#ifndef INCLUDED_SVX_SOURCE_SIDEBAR_EFFECT_EFFECTPROPERTYPANEL_HXX
10#define INCLUDED_SVX_SOURCE_SIDEBAR_EFFECT_EFFECTPROPERTYPANEL_HXX
11
14
15class ColorListBox;
16
17namespace svx::sidebar
18{
21{
22public:
23 EffectPropertyPanel(weld::Widget* pParent, SfxBindings* pBindings);
24 virtual ~EffectPropertyPanel() override;
25
26 static std::unique_ptr<PanelLayout> Create(weld::Widget* pParent, SfxBindings* pBindings);
27
28 virtual void NotifyItemUpdate(const sal_uInt16 nSId, const SfxItemState eState,
29 const SfxPoolItem* pState) override;
30
31 virtual void GetControlState(const sal_uInt16 /*nSId*/,
32 boost::property_tree::ptree& /*rState*/) override{};
33
34private:
38 std::unique_ptr<weld::Label> mxFTTransparency;
40
42
43 std::unique_ptr<weld::MetricSpinButton> mxGlowRadius;
44 std::unique_ptr<ColorListBox> mxLBGlowColor;
45 std::unique_ptr<weld::MetricSpinButton> mxGlowTransparency;
46 std::unique_ptr<weld::Label> mxFTColor;
47 std::unique_ptr<weld::MetricSpinButton> mxSoftEdgeRadius;
48
49 void Initialize();
50 void UpdateControls();
51
52 DECL_LINK(ModifyGlowColorHdl, ColorListBox&, void);
53 DECL_LINK(ModifyGlowRadiusHdl, weld::MetricSpinButton&, void);
54 DECL_LINK(ModifyGlowTransparencyHdl, weld::MetricSpinButton&, void);
55 DECL_LINK(ModifySoftEdgeRadiusHdl, weld::MetricSpinButton&, void);
56};
57}
58
59#endif
60
61/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2::sidebar::ControllerItem maGlowRadiusController
virtual void NotifyItemUpdate(const sal_uInt16 nSId, const SfxItemState eState, const SfxPoolItem *pState) override
DECL_LINK(ModifyGlowColorHdl, ColorListBox &, void)
std::unique_ptr< weld::MetricSpinButton > mxSoftEdgeRadius
std::unique_ptr< weld::Label > mxFTTransparency
std::unique_ptr< weld::MetricSpinButton > mxGlowRadius
static std::unique_ptr< PanelLayout > Create(weld::Widget *pParent, SfxBindings *pBindings)
std::unique_ptr< ColorListBox > mxLBGlowColor
std::unique_ptr< weld::MetricSpinButton > mxGlowTransparency
DECL_LINK(ModifyGlowTransparencyHdl, weld::MetricSpinButton &, void)
EffectPropertyPanel(weld::Widget *pParent, SfxBindings *pBindings)
std::unique_ptr< weld::Label > mxFTColor
sfx2::sidebar::ControllerItem maSoftEdgeRadiusController
virtual void GetControlState(const sal_uInt16, boost::property_tree::ptree &) override
sfx2::sidebar::ControllerItem maGlowTransparencyController
DECL_LINK(ModifyGlowRadiusHdl, weld::MetricSpinButton &, void)
DECL_LINK(ModifySoftEdgeRadiusHdl, weld::MetricSpinButton &, void)
sfx2::sidebar::ControllerItem maGlowColorController
SfxItemState