LibreOffice Module cui (master) 1
|
#include <cuigaldlg.hxx>
Public Member Functions | |
SearchProgress (weld::Window *pParent, TPGalleryThemeProperties *pTabPage, INetURLObject aStartURL) | |
void | LaunchThread () |
virtual | ~SearchProgress () override |
DECL_LINK (CleanUpHdl, void *, void) | |
void | SetFileType (const OUString &rType) |
void | SetDirectory (const INetURLObject &rURL) |
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 (ClickCancelBtn, weld::Button &, void) | |
Private Attributes | |
INetURLObject | startUrl_ |
TPGalleryThemeProperties * | m_pTabPage |
rtl::Reference< SearchThread > | m_aSearchThread |
std::unique_ptr< weld::Label > | m_xFtSearchDir |
std::unique_ptr< weld::Label > | m_xFtSearchType |
std::unique_ptr< weld::Button > | m_xBtnCancel |
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 71 of file cuigaldlg.hxx.
SearchProgress::SearchProgress | ( | weld::Window * | pParent, |
TPGalleryThemeProperties * | pTabPage, | ||
INetURLObject | aStartURL | ||
) |
Definition at line 192 of file cuigaldlg.cxx.
References LINK, m_xBtnCancel, and m_xFtSearchType.
|
overridevirtual |
Definition at line 204 of file cuigaldlg.cxx.
SearchProgress::DECL_LINK | ( | CleanUpHdl | , |
void * | , | ||
void | |||
) |
|
private |
void SearchProgress::LaunchThread | ( | ) |
Definition at line 222 of file cuigaldlg.cxx.
References m_aSearchThread, m_pTabPage, and startUrl_.
|
inline |
Definition at line 91 of file cuigaldlg.hxx.
References GetReducedString(), and m_xFtSearchDir.
Referenced by SearchThread::ImplSearch().
|
inline |
Definition at line 90 of file cuigaldlg.hxx.
References m_xFtSearchType.
|
private |
Definition at line 76 of file cuigaldlg.hxx.
Referenced by LaunchThread().
|
private |
Definition at line 75 of file cuigaldlg.hxx.
Referenced by LaunchThread().
|
private |
Definition at line 79 of file cuigaldlg.hxx.
Referenced by SearchProgress().
|
private |
Definition at line 77 of file cuigaldlg.hxx.
Referenced by SetDirectory().
|
private |
Definition at line 78 of file cuigaldlg.hxx.
Referenced by SearchProgress(), and SetFileType().
|
private |
Definition at line 74 of file cuigaldlg.hxx.
Referenced by LaunchThread().