LibreOffice Module chart2 (master) 1
|
#include <ChartErrorBarPanel.hxx>
Public Member Functions | |
virtual void | DataChanged (const DataChangedEvent &rEvent) override |
virtual void | HandleContextChange (const vcl::EnumContext &rContext) 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 |
ChartErrorBarPanel (weld::Widget *pParent, ChartController *pController) | |
virtual | ~ChartErrorBarPanel () override |
virtual void | updateData () override |
virtual void | modelInvalid () override |
virtual void | updateModel (css::uno::Reference< css::frame::XModel > xModel) 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 () |
Public Member Functions inherited from chart::sidebar::ChartSidebarModifyListenerParent | |
virtual | ~ChartSidebarModifyListenerParent () |
virtual void | updateData ()=0 |
virtual void | modelInvalid ()=0 |
Static Public Member Functions | |
static std::unique_ptr< PanelLayout > | Create (weld::Widget *pParent, ChartController *pController) |
Private Member Functions | |
void | Initialize () |
void | doUpdateModel (rtl::Reference<::chart::ChartModel > xModel) |
DECL_LINK (RadioBtnHdl, weld::Toggleable &, void) | |
DECL_LINK (ListBoxHdl, weld::ComboBox &, void) | |
DECL_LINK (NumericFieldHdl, weld::SpinButton &, void) | |
Private Attributes | |
std::unique_ptr< weld::RadioButton > | mxRBPosAndNeg |
std::unique_ptr< weld::RadioButton > | mxRBPos |
std::unique_ptr< weld::RadioButton > | mxRBNeg |
std::unique_ptr< weld::ComboBox > | mxLBType |
std::unique_ptr< weld::SpinButton > | mxMFPos |
std::unique_ptr< weld::SpinButton > | mxMFNeg |
rtl::Reference<::chart::ChartModel > | mxModel |
css::uno::Reference< css::util::XModifyListener > | mxListener |
bool | mbModelValid |
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 28 of file ChartErrorBarPanel.hxx.
chart::sidebar::ChartErrorBarPanel::ChartErrorBarPanel | ( | weld::Widget * | pParent, |
ChartController * | pController | ||
) |
Definition at line 237 of file ChartErrorBarPanel.cxx.
References Initialize(), mxListener, and mxModel.
|
overridevirtual |
Definition at line 252 of file ChartErrorBarPanel.cxx.
References doUpdateModel(), mxLBType, mxMFNeg, mxMFPos, mxRBNeg, mxRBPos, and mxRBPosAndNeg.
|
static |
Definition at line 339 of file ChartErrorBarPanel.cxx.
Referenced by chart::sidebar::ChartPanelFactory::createUIElement().
|
overridevirtual |
Reimplemented from PanelLayout.
Definition at line 348 of file ChartErrorBarPanel.cxx.
References PanelLayout::DataChanged(), and updateData().
|
private |
|
private |
|
private |
|
private |
Definition at line 372 of file ChartErrorBarPanel.cxx.
References mbModelValid, mxListener, mxModel, and xModel.
Referenced by updateModel(), and ~ChartErrorBarPanel().
|
inlineoverridevirtual |
Implements sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface.
Definition at line 50 of file ChartErrorBarPanel.hxx.
|
overridevirtual |
Definition at line 354 of file ChartErrorBarPanel.cxx.
References updateData().
|
private |
Definition at line 266 of file ChartErrorBarPanel.cxx.
References LINK, mxLBType, mxListener, mxMFNeg, mxMFPos, mxModel, mxRBNeg, mxRBPos, mxRBPosAndNeg, and updateData().
Referenced by ChartErrorBarPanel().
|
overridevirtual |
Implements chart::sidebar::ChartSidebarModifyListenerParent.
Definition at line 367 of file ChartErrorBarPanel.cxx.
References mbModelValid.
|
overridevirtual |
Implements sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface.
Definition at line 360 of file ChartErrorBarPanel.cxx.
|
overridevirtual |
Implements chart::sidebar::ChartSidebarModifyListenerParent.
Definition at line 287 of file ChartErrorBarPanel.cxx.
References eType, chart::ObjectIdentifier::getObjectType(), getValue(), mbModelValid, mxLBType, mxMFNeg, mxMFPos, mxModel, mxRBNeg, mxRBPos, mxRBPosAndNeg, chart::OBJECTTYPE_DATA_ERRORS_X, chart::OBJECTTYPE_DATA_ERRORS_Y, and chart::OBJECTTYPE_DATA_ERRORS_Z.
Referenced by DataChanged(), HandleContextChange(), and Initialize().
|
overridevirtual |
Definition at line 388 of file ChartErrorBarPanel.cxx.
References doUpdateModel(), and xModel.
|
private |
Definition at line 79 of file ChartErrorBarPanel.hxx.
Referenced by doUpdateModel(), modelInvalid(), and updateData().
|
private |
Definition at line 71 of file ChartErrorBarPanel.hxx.
Referenced by Initialize(), updateData(), and ~ChartErrorBarPanel().
|
private |
Definition at line 77 of file ChartErrorBarPanel.hxx.
Referenced by doUpdateModel(), and Initialize().
|
private |
Definition at line 74 of file ChartErrorBarPanel.hxx.
Referenced by Initialize(), updateData(), and ~ChartErrorBarPanel().
|
private |
Definition at line 73 of file ChartErrorBarPanel.hxx.
Referenced by Initialize(), updateData(), and ~ChartErrorBarPanel().
|
private |
Definition at line 76 of file ChartErrorBarPanel.hxx.
Referenced by doUpdateModel(), Initialize(), and updateData().
|
private |
Definition at line 69 of file ChartErrorBarPanel.hxx.
Referenced by Initialize(), updateData(), and ~ChartErrorBarPanel().
|
private |
Definition at line 68 of file ChartErrorBarPanel.hxx.
Referenced by Initialize(), updateData(), and ~ChartErrorBarPanel().
|
private |
Definition at line 67 of file ChartErrorBarPanel.hxx.
Referenced by Initialize(), updateData(), and ~ChartErrorBarPanel().