LibreOffice Module sd (master) 1
|
#include <CustomAnimationDialog.hxx>
Public Member Functions | |
CustomAnimationDialog (weld::Window *pParent, std::unique_ptr< STLPropertySet > pSet, const OUString &Page) | |
virtual | ~CustomAnimationDialog () override |
STLPropertySet * | getResultSet () |
STLPropertySet * | getPropertySet () 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 |
Static Public Member Functions | |
static std::unique_ptr< STLPropertySet > | createDefaultSet () |
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< STLPropertySet > | mxSet |
std::unique_ptr< STLPropertySet > | mxResultSet |
std::unique_ptr< weld::Notebook > | mxTabControl |
std::unique_ptr< CustomAnimationDurationTabPage > | mxDurationTabPage |
std::unique_ptr< CustomAnimationEffectTabPage > | mxEffectTabPage |
std::unique_ptr< CustomAnimationTextAnimTabPage > | mxTextAnimTabPage |
Additional Inherited Members | |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 118 of file CustomAnimationDialog.hxx.
sd::CustomAnimationDialog::CustomAnimationDialog | ( | weld::Window * | pParent, |
std::unique_ptr< STLPropertySet > | pSet, | ||
const OUString & | Page | ||
) |
Definition at line 1945 of file CustomAnimationDialog.cxx.
References sd::Ambiguous, get(), m_xDialog, mxSet, mxTabControl, mxTextAnimTabPage, and sd::nHandleHasText.
|
overridevirtual |
Definition at line 1969 of file CustomAnimationDialog.cxx.
|
static |
Definition at line 1985 of file CustomAnimationDialog.cxx.
References Any, sd::nHandleAccelerate, sd::nHandleAfterEffectOnNextEffect, sd::nHandleAnimateForm, sd::nHandleAutoReverse, sd::nHandleBegin, sd::nHandleCommand, sd::nHandleCurrentPage, sd::nHandleDecelerate, sd::nHandleDimColor, sd::nHandleDuration, sd::nHandleEnd, sd::nHandleHasAfterEffect, sd::nHandleHasText, sd::nHandleHasVisibleShape, sd::nHandleIterateInterval, sd::nHandleIterateType, sd::nHandleMaxParaDepth, sd::nHandlePresetId, sd::nHandleProperty1Type, sd::nHandleProperty1Value, sd::nHandleProperty2Type, sd::nHandleProperty2Value, sd::nHandleRepeat, sd::nHandleRewind, sd::nHandleSoundEndAfterSlide, sd::nHandleSoundURL, sd::nHandleSoundVolume, sd::nHandleStart, sd::nHandleTextGrouping, sd::nHandleTextGroupingAuto, sd::nHandleTextReverse, sd::nHandleTrigger, and sd::nPropertyTypeNone.
Referenced by sd::CustomAnimationPane::createSelectionSet(), and getResultSet().
|
inline |
Definition at line 125 of file CustomAnimationDialog.hxx.
References mxSet.
STLPropertySet * sd::CustomAnimationDialog::getResultSet | ( | ) |
Definition at line 1973 of file CustomAnimationDialog.cxx.
References createDefaultSet(), mxDurationTabPage, mxEffectTabPage, mxResultSet, and mxTextAnimTabPage.
|
private |
Definition at line 134 of file CustomAnimationDialog.hxx.
Referenced by getResultSet().
|
private |
Definition at line 135 of file CustomAnimationDialog.hxx.
Referenced by getResultSet().
|
private |
Definition at line 131 of file CustomAnimationDialog.hxx.
Referenced by getResultSet().
|
private |
Definition at line 130 of file CustomAnimationDialog.hxx.
Referenced by CustomAnimationDialog(), and getPropertySet().
|
private |
Definition at line 133 of file CustomAnimationDialog.hxx.
Referenced by CustomAnimationDialog().
|
private |
Definition at line 136 of file CustomAnimationDialog.hxx.
Referenced by CustomAnimationDialog(), and getResultSet().