|
LibreOffice Module cui (master) 1
|
#include <multipat.hxx>
Public Member Functions | |
| SvxMultiPathDialog (weld::Window *pParent) | |
| virtual | ~SvxMultiPathDialog () override |
| OUString | GetPath () const |
| void | SetPath (std::u16string_view rPath) |
| void | SetTitle (const OUString &rTitle) |
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 | AppendEntry (const OUString &rText, const OUString &rId) |
| void | HandleEntryChecked (int nRow) |
| DECL_LINK (AddHdl_Impl, weld::Button &, void) | |
| DECL_LINK (DelHdl_Impl, weld::Button &, void) | |
| DECL_LINK (SelectHdl_Impl, weld::TreeView &, void) | |
| DECL_LINK (CheckHdl_Impl, const weld::TreeView::iter_col &, void) | |
Private Attributes | |
| std::unique_ptr< weld::TreeView > | m_xRadioLB |
| std::unique_ptr< weld::Button > | m_xAddBtn |
| std::unique_ptr< weld::Button > | m_xDelBtn |
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 23 of file multipat.hxx.
| SvxMultiPathDialog::SvxMultiPathDialog | ( | weld::Window * | pParent | ) |
Definition at line 190 of file multipat.cxx.
References LINK, m_xAddBtn, m_xDelBtn, m_xRadioLB, and weld::Radio.
|
overridevirtual |
Definition at line 224 of file multipat.cxx.
|
private |
Definition at line 80 of file multipat.cxx.
References m_xRadioLB, and TRISTATE_FALSE.
Referenced by SetPath().
|
private |
|
private |
|
private |
|
private |
| OUString SvxMultiPathDialog::GetPath | ( | ) | const |
Definition at line 228 of file multipat.cxx.
References cDelim, i, m_xRadioLB, nCount, SVT_SEARCHPATH_DELIMITER, and TRISTATE_TRUE.
|
private |
Definition at line 59 of file multipat.cxx.
References i, m_xRadioLB, nCount, TRISTATE_FALSE, and TRISTATE_TRUE.
Referenced by SetPath().
| void SvxMultiPathDialog::SetPath | ( | std::u16string_view | rPath | ) |
Definition at line 266 of file multipat.cxx.
References AppendEntry(), cDelim, o3tl::getToken(), HandleEntryChecked(), m_xRadioLB, nCount, nIndex, SVT_SEARCHPATH_DELIMITER, and TRISTATE_TRUE.
|
inline |
Definition at line 44 of file multipat.hxx.
References weld::GenericDialogController::m_xDialog.
|
private |
Definition at line 27 of file multipat.hxx.
Referenced by SvxMultiPathDialog().
|
private |
Definition at line 28 of file multipat.hxx.
Referenced by SvxMultiPathDialog().
|
private |
Definition at line 26 of file multipat.hxx.
Referenced by AppendEntry(), GetPath(), HandleEntryChecked(), SetPath(), and SvxMultiPathDialog().