LibreOffice Module chart2 (master) 1
|
#include <dlg_View3D.hxx>
Public Member Functions | |
View3DDialog (weld::Window *pWindow, const rtl::Reference<::chart::ChartModel > &xChartModel) | |
virtual | ~View3DDialog () override |
virtual short | run () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (ActivatePageHdl, const OUString &, void) | |
Private Attributes | |
ControllerLockHelper | m_aControllerLocker |
std::unique_ptr< weld::Notebook > | m_xTabControl |
std::unique_ptr< ThreeD_SceneGeometry_TabPage > | m_xGeometry |
std::unique_ptr< ThreeD_SceneAppearance_TabPage > | m_xAppearance |
std::unique_ptr< ThreeD_SceneIllumination_TabPage > | m_xIllumination |
Static Private Attributes | |
static sal_uInt16 | m_nLastPageId = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 35 of file dlg_View3D.hxx.
chart::View3DDialog::View3DDialog | ( | weld::Window * | pWindow, |
const rtl::Reference<::chart::ChartModel > & | xChartModel | ||
) |
Definition at line 38 of file dlg_View3D.cxx.
References LINK, m_aControllerLocker, m_nLastPageId, m_xAppearance, weld::GenericDialogController::m_xDialog, m_xGeometry, m_xIllumination, m_xTabControl, and chart::SchResId().
|
overridevirtual |
Definition at line 66 of file dlg_View3D.cxx.
References m_nLastPageId, and m_xTabControl.
|
private |
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 71 of file dlg_View3D.cxx.
References m_xGeometry, and RET_OK.
Referenced by chart::ChartController::executeDispatch_View3D().
|
private |
Definition at line 46 of file dlg_View3D.hxx.
Referenced by View3DDialog().
|
staticprivate |
Definition at line 48 of file dlg_View3D.hxx.
Referenced by View3DDialog(), and ~View3DDialog().
|
private |
Definition at line 52 of file dlg_View3D.hxx.
Referenced by View3DDialog().
|
private |
Definition at line 51 of file dlg_View3D.hxx.
Referenced by run(), and View3DDialog().
|
private |
Definition at line 53 of file dlg_View3D.hxx.
Referenced by View3DDialog().
|
private |
Definition at line 50 of file dlg_View3D.hxx.
Referenced by View3DDialog(), and ~View3DDialog().