LibreOffice Module sd (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
sd::CustomAnimationDialog Class Reference

#include <CustomAnimationDialog.hxx>

Inheritance diagram for sd::CustomAnimationDialog:
[legend]
Collaboration diagram for sd::CustomAnimationDialog:
[legend]

Public Member Functions

 CustomAnimationDialog (weld::Window *pParent, std::unique_ptr< STLPropertySet > pSet, const OUString &Page)
 
virtual ~CustomAnimationDialog () override
 
STLPropertySetgetResultSet ()
 
STLPropertySetgetPropertySet () const
 
- 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
 

Static Public Member Functions

static std::unique_ptr< STLPropertySetcreateDefaultSet ()
 
- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 

Private Attributes

std::unique_ptr< STLPropertySetmxSet
 
std::unique_ptr< STLPropertySetmxResultSet
 
std::unique_ptr< weld::NotebookmxTabControl
 
std::unique_ptr< CustomAnimationDurationTabPagemxDurationTabPage
 
std::unique_ptr< CustomAnimationEffectTabPagemxEffectTabPage
 
std::unique_ptr< CustomAnimationTextAnimTabPagemxTextAnimTabPage
 

Additional Inherited Members

- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 118 of file CustomAnimationDialog.hxx.

Constructor & Destructor Documentation

◆ CustomAnimationDialog()

sd::CustomAnimationDialog::CustomAnimationDialog ( weld::Window pParent,
std::unique_ptr< STLPropertySet pSet,
const OUString &  Page 
)

◆ ~CustomAnimationDialog()

sd::CustomAnimationDialog::~CustomAnimationDialog ( )
overridevirtual

Definition at line 1969 of file CustomAnimationDialog.cxx.

Member Function Documentation

◆ createDefaultSet()

std::unique_ptr< STLPropertySet > sd::CustomAnimationDialog::createDefaultSet ( )
static

◆ getPropertySet()

STLPropertySet * sd::CustomAnimationDialog::getPropertySet ( ) const
inline

Definition at line 125 of file CustomAnimationDialog.hxx.

References mxSet.

◆ getResultSet()

STLPropertySet * sd::CustomAnimationDialog::getResultSet ( )

Member Data Documentation

◆ mxDurationTabPage

std::unique_ptr<CustomAnimationDurationTabPage> sd::CustomAnimationDialog::mxDurationTabPage
private

Definition at line 134 of file CustomAnimationDialog.hxx.

Referenced by getResultSet().

◆ mxEffectTabPage

std::unique_ptr<CustomAnimationEffectTabPage> sd::CustomAnimationDialog::mxEffectTabPage
private

Definition at line 135 of file CustomAnimationDialog.hxx.

Referenced by getResultSet().

◆ mxResultSet

std::unique_ptr<STLPropertySet> sd::CustomAnimationDialog::mxResultSet
private

Definition at line 131 of file CustomAnimationDialog.hxx.

Referenced by getResultSet().

◆ mxSet

std::unique_ptr<STLPropertySet> sd::CustomAnimationDialog::mxSet
private

Definition at line 130 of file CustomAnimationDialog.hxx.

Referenced by CustomAnimationDialog(), and getPropertySet().

◆ mxTabControl

std::unique_ptr<weld::Notebook> sd::CustomAnimationDialog::mxTabControl
private

Definition at line 133 of file CustomAnimationDialog.hxx.

Referenced by CustomAnimationDialog().

◆ mxTextAnimTabPage

std::unique_ptr<CustomAnimationTextAnimTabPage> sd::CustomAnimationDialog::mxTextAnimTabPage
private

Definition at line 136 of file CustomAnimationDialog.hxx.

Referenced by CustomAnimationDialog(), and getResultSet().


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