LibreOffice Module chart2 (master) 1
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
chart::View3DDialog Class Referencefinal

#include <dlg_View3D.hxx>

Inheritance diagram for chart::View3DDialog:
[legend]
Collaboration diagram for chart::View3DDialog:
[legend]

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 DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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::Notebookm_xTabControl
 
std::unique_ptr< ThreeD_SceneGeometry_TabPagem_xGeometry
 
std::unique_ptr< ThreeD_SceneAppearance_TabPagem_xAppearance
 
std::unique_ptr< ThreeD_SceneIllumination_TabPagem_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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 35 of file dlg_View3D.hxx.

Constructor & Destructor Documentation

◆ View3DDialog()

chart::View3DDialog::View3DDialog ( weld::Window pWindow,
const rtl::Reference<::chart::ChartModel > &  xChartModel 
)

◆ ~View3DDialog()

chart::View3DDialog::~View3DDialog ( )
overridevirtual

Definition at line 66 of file dlg_View3D.cxx.

References m_nLastPageId, and m_xTabControl.

Member Function Documentation

◆ DECL_LINK()

chart::View3DDialog::DECL_LINK ( ActivatePageHdl  ,
const OUString &  ,
void   
)
private

◆ run()

short chart::View3DDialog::run ( )
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().

Member Data Documentation

◆ m_aControllerLocker

ControllerLockHelper chart::View3DDialog::m_aControllerLocker
private

Definition at line 46 of file dlg_View3D.hxx.

Referenced by View3DDialog().

◆ m_nLastPageId

sal_uInt16 chart::View3DDialog::m_nLastPageId = 0
staticprivate

Definition at line 48 of file dlg_View3D.hxx.

Referenced by View3DDialog(), and ~View3DDialog().

◆ m_xAppearance

std::unique_ptr<ThreeD_SceneAppearance_TabPage> chart::View3DDialog::m_xAppearance
private

Definition at line 52 of file dlg_View3D.hxx.

Referenced by View3DDialog().

◆ m_xGeometry

std::unique_ptr<ThreeD_SceneGeometry_TabPage> chart::View3DDialog::m_xGeometry
private

Definition at line 51 of file dlg_View3D.hxx.

Referenced by run(), and View3DDialog().

◆ m_xIllumination

std::unique_ptr<ThreeD_SceneIllumination_TabPage> chart::View3DDialog::m_xIllumination
private

Definition at line 53 of file dlg_View3D.hxx.

Referenced by View3DDialog().

◆ m_xTabControl

std::unique_ptr<weld::Notebook> chart::View3DDialog::m_xTabControl
private

Definition at line 50 of file dlg_View3D.hxx.

Referenced by View3DDialog(), and ~View3DDialog().


The documentation for this class was generated from the following files: