LibreOffice Module sd (master) 1
|
#include <morphdlg.hxx>
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 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 | |
void | LoadSettings () |
Private Attributes | |
std::unique_ptr< weld::SpinButton > | m_xMtfSteps |
std::unique_ptr< weld::CheckButton > | m_xCbxAttributes |
std::unique_ptr< weld::CheckButton > | m_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::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 28 of file morphdlg.hxx.
sd::MorphDlg::MorphDlg | ( | weld::Window * | pParent, |
const SdrObject * | pObj1, | ||
const SdrObject * | pObj2 | ||
) |
Definition at line 35 of file morphdlg.cxx.
References SfxItemSet::Get(), SdrObject::GetMergedItemSet(), SdrObject::GetObjectItemPool(), LoadSettings(), m_xCbxAttributes, SfxItemSet::Put(), XATTR_FILLSTYLE(), and XATTR_LINESTYLE().
|
overridevirtual |
Definition at line 62 of file morphdlg.cxx.
|
inline |
Definition at line 35 of file morphdlg.hxx.
References m_xMtfSteps.
|
inline |
Definition at line 36 of file morphdlg.hxx.
References m_xCbxAttributes.
|
inline |
Definition at line 37 of file morphdlg.hxx.
References m_xCbxOrientation.
|
private |
Definition at line 66 of file morphdlg.cxx.
References tools::SvRef< typename T >::is(), Load, m_xCbxAttributes, m_xCbxOrientation, m_xMtfSteps, SD_MOD, and SD_OPTION_MORPHING.
Referenced by MorphDlg().
void sd::MorphDlg::SaveSettings | ( | ) | const |
Definition at line 90 of file morphdlg.cxx.
References tools::SvRef< typename T >::is(), m_xCbxAttributes, m_xCbxOrientation, m_xMtfSteps, SD_MOD, SD_OPTION_MORPHING, and Store.
|
private |
Definition at line 41 of file morphdlg.hxx.
Referenced by IsAttributeFade(), LoadSettings(), MorphDlg(), and SaveSettings().
|
private |
Definition at line 42 of file morphdlg.hxx.
Referenced by IsOrientationFade(), LoadSettings(), and SaveSettings().
|
private |
Definition at line 40 of file morphdlg.hxx.
Referenced by GetFadeSteps(), LoadSettings(), and SaveSettings().