LibreOffice Module cui (master) 1
|
#include <GraphicsTestsDialog.hxx>
Public Member Functions | |
GraphicsTestsDialog (weld::Container *pParent) | |
~GraphicsTestsDialog () | |
virtual short | run () override |
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 (HandleDownloadRequest, weld::Button &, void) | |
DECL_LINK (HandleResultViewRequest, weld::Button &, void) | |
Private Attributes | |
std::unique_ptr< weld::TextView > | m_xResultLog |
std::unique_ptr< weld::Button > | m_xDownloadResults |
std::unique_ptr< weld::Box > | m_xContainerBox |
std::vector< std::unique_ptr< GraphicTestEntry > > | m_xGraphicTestEntries |
OUString | m_xZipFileUrl |
OUString | m_xCreateFolderUrl |
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 36 of file GraphicsTestsDialog.hxx.
GraphicsTestsDialog::GraphicsTestsDialog | ( | weld::Container * | pParent | ) |
Definition at line 59 of file GraphicTestsDialog.cxx.
References comphelper::BackupFileHelper::getUserProfileURL(), LINK, m_xCreateFolderUrl, m_xDownloadResults, and m_xZipFileUrl.
GraphicsTestsDialog::~GraphicsTestsDialog | ( | ) |
Definition at line 112 of file GraphicTestsDialog.cxx.
References comphelper::DirectoryHelper::deleteDirRecursively(), and m_xCreateFolderUrl.
|
private |
|
private |
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 72 of file GraphicTestsDialog.cxx.
References CuiResId(), GraphicsRenderTests::getResultString(), GraphicsRenderTests::getTestResults(), m_xContainerBox, weld::GenericDialogController::m_xDialog, m_xGraphicTestEntries, m_xResultLog, and GraphicsRenderTests::run().
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 40 of file GraphicsTestsDialog.hxx.
Referenced by run().
|
private |
Definition at line 45 of file GraphicsTestsDialog.hxx.
Referenced by GraphicsTestsDialog(), and ~GraphicsTestsDialog().
|
private |
Definition at line 39 of file GraphicsTestsDialog.hxx.
Referenced by GraphicsTestsDialog().
|
private |
Definition at line 42 of file GraphicsTestsDialog.hxx.
Referenced by run().
|
private |
Definition at line 38 of file GraphicsTestsDialog.hxx.
Referenced by run().
|
private |
Definition at line 44 of file GraphicsTestsDialog.hxx.
Referenced by GraphicsTestsDialog().