LibreOffice Module cui (master) 1
|
#include <optjava.hxx>
Public Member Functions | |
SvxJavaClassPathDlg (weld::Window *pParent) | |
virtual | ~SvxJavaClassPathDlg () override |
const OUString & | GetOldPath () const |
void | SetFocus () |
OUString | GetClassPath () 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 (AddArchiveHdl_Impl, weld::Button &, void) | |
DECL_LINK (AddPathHdl_Impl, weld::Button &, void) | |
DECL_LINK (RemoveHdl_Impl, weld::Button &, void) | |
DECL_LINK (SelectHdl_Impl, weld::TreeView &, void) | |
bool | IsPathDuplicate (std::u16string_view _rPath) |
void | EnableRemoveButton () |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xPathList |
std::unique_ptr< weld::Button > | m_xAddArchiveBtn |
std::unique_ptr< weld::Button > | m_xAddPathBtn |
std::unique_ptr< weld::Button > | m_xRemoveBtn |
OUString | m_sOldPath |
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 174 of file optjava.hxx.
|
explicit |
Definition at line 769 of file optjava.cxx.
References LINK, m_xAddArchiveBtn, m_xAddPathBtn, m_xPathList, and m_xRemoveBtn.
|
overridevirtual |
Definition at line 787 of file optjava.cxx.
|
private |
|
private |
|
private |
|
private |
|
inlineprivate |
Definition at line 190 of file optjava.hxx.
References m_xPathList, and m_xRemoveBtn.
OUString SvxJavaClassPathDlg::GetClassPath | ( | ) | const |
Definition at line 925 of file optjava.cxx.
References CLASSPATH_DELIMITER, i, m_xPathList, and nCount.
|
inline |
Definition at line 199 of file optjava.hxx.
References m_sOldPath.
|
private |
Definition at line 909 of file optjava.cxx.
References i, m_xPathList, and nCount.
|
inline |
Definition at line 200 of file optjava.hxx.
References m_xPathList.
|
private |
Definition at line 182 of file optjava.hxx.
Referenced by GetOldPath().
|
private |
Definition at line 178 of file optjava.hxx.
Referenced by SvxJavaClassPathDlg().
|
private |
Definition at line 179 of file optjava.hxx.
Referenced by SvxJavaClassPathDlg().
|
private |
Definition at line 177 of file optjava.hxx.
Referenced by EnableRemoveButton(), GetClassPath(), IsPathDuplicate(), SetFocus(), and SvxJavaClassPathDlg().
|
private |
Definition at line 180 of file optjava.hxx.
Referenced by EnableRemoveButton(), and SvxJavaClassPathDlg().