|
LibreOffice Module cui (master) 1
|
#i68101# Dialog for editing Object Title and Description More...
#include <dlgname.hxx>
Public Member Functions | |
| SvxObjectTitleDescDialog (weld::Window *pWindow, const OUString &rTitle, const OUString &rDesc, bool isDecorative) | |
| OUString | GetTitle () const |
| OUString | GetDescription () const |
| bool | IsDecorative () 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 | |
| DECL_LINK (DecorativeHdl, weld::Toggleable &, void) | |
Private Attributes | |
| std::unique_ptr< weld::Label > | m_xTitleFT |
| std::unique_ptr< weld::Entry > | m_xEdtTitle |
| std::unique_ptr< weld::Label > | m_xDescriptionFT |
| std::unique_ptr< weld::TextView > | m_xEdtDescription |
| std::unique_ptr< weld::CheckButton > | m_xDecorativeCB |
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 |
#i68101# Dialog for editing Object Title and Description
Definition at line 104 of file dlgname.hxx.
| SvxObjectTitleDescDialog::SvxObjectTitleDescDialog | ( | weld::Window * | pWindow, |
| const OUString & | rTitle, | ||
| const OUString & | rDesc, | ||
| bool | isDecorative | ||
| ) |
Definition at line 89 of file dlgname.cxx.
References LINK, m_xDecorativeCB, m_xEdtDescription, and m_xEdtTitle.
|
private |
|
inline |
Definition at line 125 of file dlgname.hxx.
References m_xEdtDescription.
|
inline |
Definition at line 124 of file dlgname.hxx.
References m_xEdtTitle.
|
inline |
Definition at line 126 of file dlgname.hxx.
References m_xDecorativeCB.
|
private |
Definition at line 115 of file dlgname.hxx.
Referenced by IsDecorative(), and SvxObjectTitleDescDialog().
|
private |
Definition at line 112 of file dlgname.hxx.
|
private |
Definition at line 113 of file dlgname.hxx.
Referenced by GetDescription(), and SvxObjectTitleDescDialog().
|
private |
Definition at line 109 of file dlgname.hxx.
Referenced by GetTitle(), and SvxObjectTitleDescDialog().
|
private |
Definition at line 108 of file dlgname.hxx.