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

#include <morphdlg.hxx>

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

Public Member Functions

 MorphDlg (weld::Window *pParent, const SdrObject *pObj1, const SdrObject *pObj2)
 
virtual ~MorphDlg () override
 
void SaveSettings () const
 
sal_uInt16 GetFadeSteps () const
 
bool IsAttributeFade () const
 
bool IsOrientationFade () 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
 

Private Member Functions

void LoadSettings ()
 

Private Attributes

std::unique_ptr< weld::SpinButtonm_xMtfSteps
 
std::unique_ptr< weld::CheckButtonm_xCbxAttributes
 
std::unique_ptr< weld::CheckButtonm_xCbxOrientation
 

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 28 of file morphdlg.hxx.

Constructor & Destructor Documentation

◆ MorphDlg()

sd::MorphDlg::MorphDlg ( weld::Window pParent,
const SdrObject pObj1,
const SdrObject pObj2 
)

◆ ~MorphDlg()

sd::MorphDlg::~MorphDlg ( )
overridevirtual

Definition at line 62 of file morphdlg.cxx.

Member Function Documentation

◆ GetFadeSteps()

sal_uInt16 sd::MorphDlg::GetFadeSteps ( ) const
inline

Definition at line 35 of file morphdlg.hxx.

References m_xMtfSteps.

◆ IsAttributeFade()

bool sd::MorphDlg::IsAttributeFade ( ) const
inline

Definition at line 36 of file morphdlg.hxx.

References m_xCbxAttributes.

◆ IsOrientationFade()

bool sd::MorphDlg::IsOrientationFade ( ) const
inline

Definition at line 37 of file morphdlg.hxx.

References m_xCbxOrientation.

◆ LoadSettings()

void sd::MorphDlg::LoadSettings ( )
private

◆ SaveSettings()

void sd::MorphDlg::SaveSettings ( ) const

Member Data Documentation

◆ m_xCbxAttributes

std::unique_ptr<weld::CheckButton> sd::MorphDlg::m_xCbxAttributes
private

Definition at line 41 of file morphdlg.hxx.

Referenced by IsAttributeFade(), LoadSettings(), MorphDlg(), and SaveSettings().

◆ m_xCbxOrientation

std::unique_ptr<weld::CheckButton> sd::MorphDlg::m_xCbxOrientation
private

Definition at line 42 of file morphdlg.hxx.

Referenced by IsOrientationFade(), LoadSettings(), and SaveSettings().

◆ m_xMtfSteps

std::unique_ptr<weld::SpinButton> sd::MorphDlg::m_xMtfSteps
private

Definition at line 40 of file morphdlg.hxx.

Referenced by GetFadeSteps(), LoadSettings(), and SaveSettings().


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