26namespace chart {
class ControllerLockHelper; }
This helper class can be used to pass a locking mechanism to other objects without exposing the full ...
std::unique_ptr< weld::CheckButton > m_xCbxRightAngledAxes
DECL_LINK(AngleEdited, weld::MetricSpinButton &, void)
DECL_LINK(AngleChanged, Timer *, void)
std::unique_ptr< weld::MetricSpinButton > m_xMFPerspective
std::unique_ptr< weld::MetricSpinButton > m_xMFZRotation
DECL_LINK(PerspectiveChanged, Timer *, void)
std::unique_ptr< weld::CheckButton > m_xCbxPerspective
~ThreeD_SceneGeometry_TabPage()
void commitPendingChanges()
DECL_LINK(RightAngledAxesToggled, weld::Toggleable &, void)
Timer m_aPerspectiveTimer
rtl::Reference< ::chart::Diagram > m_xDiagram
bool m_bAngleChangePending
std::unique_ptr< weld::Builder > m_xBuilder
DECL_LINK(PerspectiveEdited, weld::MetricSpinButton &, void)
ControllerLockHelper & m_rControllerLockHelper
bool m_bPerspectiveChangePending
void applyAnglesToModel()
std::unique_ptr< weld::Container > m_xContainer
void applyPerspectiveToModel()
std::unique_ptr< weld::Label > m_xFtZRotation
std::unique_ptr< weld::MetricSpinButton > m_xMFXRotation
ThreeD_SceneGeometry_TabPage(weld::Container *pWindow, rtl::Reference< ::chart::Diagram > xDiagram, ControllerLockHelper &rControllerLockHelper)
DECL_LINK(PerspectiveToggled, weld::Toggleable &, void)
std::unique_ptr< weld::MetricSpinButton > m_xMFYRotation
class SAL_NO_VTABLE XPropertySet