LibreOffice Module basctl (master) 1
|
#include <moduldlg.hxx>
Public Member Functions | |
LibDialog (weld::Window *pParent) | |
virtual | ~LibDialog () override |
void | SetStorageName (std::u16string_view rName) |
weld::TreeView & | GetLibBox () |
bool | IsReference () const |
bool | IsReplace () const |
void | EnableReference (bool b) |
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 Attributes | |
std::unique_ptr< weld::Frame > | m_xStorageFrame |
std::unique_ptr< weld::TreeView > | m_xLibBox |
std::unique_ptr< weld::CheckButton > | m_xReferenceBox |
std::unique_ptr< weld::CheckButton > | m_xReplaceBox |
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 88 of file moduldlg.hxx.
|
explicit |
Definition at line 929 of file moduldlg.cxx.
References weld::Check, and m_xLibBox.
|
overridevirtual |
Definition at line 943 of file moduldlg.cxx.
|
inline |
Definition at line 106 of file moduldlg.hxx.
References m_xReferenceBox.
|
inline |
Definition at line 102 of file moduldlg.hxx.
References m_xLibBox.
|
inline |
Definition at line 103 of file moduldlg.hxx.
References m_xReferenceBox.
|
inline |
Definition at line 104 of file moduldlg.hxx.
References m_xReplaceBox.
void basctl::LibDialog::SetStorageName | ( | std::u16string_view | rName | ) |
Definition at line 947 of file moduldlg.cxx.
References aName, basctl::IDEResId(), and m_xStorageFrame.
|
private |
Definition at line 92 of file moduldlg.hxx.
Referenced by GetLibBox(), and LibDialog().
|
private |
Definition at line 93 of file moduldlg.hxx.
Referenced by EnableReference(), and IsReference().
|
private |
Definition at line 94 of file moduldlg.hxx.
Referenced by IsReplace().
|
private |
Definition at line 91 of file moduldlg.hxx.
Referenced by SetStorageName().