LibreOffice Module cui (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TakeProgress Class Reference

#include <cuigaldlg.hxx>

Inheritance diagram for TakeProgress:
[legend]
Collaboration diagram for TakeProgress:
[legend]

Public Member Functions

 TakeProgress (weld::Window *pParent, TPGalleryThemeProperties *pTabPage)
 
void LaunchThread ()
 
virtual ~TakeProgress () override
 
 DECL_LINK (CleanUpHdl, void *, void)
 
void SetFile (const INetURLObject &rURL)
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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

weld::Windowm_pParent
 
TPGalleryThemePropertiesm_pTabPage
 
rtl::Reference< TakeThreadmaTakeThread
 
TokenList_impl maTakenList
 
std::unique_ptr< weld::Labelm_xFtTakeFile
 
std::unique_ptr< weld::Buttonm_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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 114 of file cuigaldlg.hxx.

Constructor & Destructor Documentation

◆ TakeProgress()

TakeProgress::TakeProgress ( weld::Window pParent,
TPGalleryThemeProperties pTabPage 
)

Definition at line 293 of file cuigaldlg.cxx.

References LINK, and m_xBtnCancel.

◆ ~TakeProgress()

TakeProgress::~TakeProgress ( )
overridevirtual

Definition at line 304 of file cuigaldlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/2]

TakeProgress::DECL_LINK ( CleanUpHdl  ,
void *  ,
void   
)

◆ DECL_LINK() [2/2]

TakeProgress::DECL_LINK ( ClickCancelBtn  ,
weld::Button ,
void   
)
private

◆ LaunchThread()

void TakeProgress::LaunchThread ( )

Definition at line 360 of file cuigaldlg.cxx.

References m_pTabPage, maTakenList, and maTakeThread.

◆ SetFile()

void TakeProgress::SetFile ( const INetURLObject rURL)
inline

Definition at line 134 of file cuigaldlg.hxx.

References GetReducedString(), and m_xFtTakeFile.

Referenced by TakeThread::execute().

Member Data Documentation

◆ m_pParent

weld::Window* TakeProgress::m_pParent
private

Definition at line 117 of file cuigaldlg.hxx.

◆ m_pTabPage

TPGalleryThemeProperties* TakeProgress::m_pTabPage
private

Definition at line 118 of file cuigaldlg.hxx.

Referenced by LaunchThread().

◆ m_xBtnCancel

std::unique_ptr<weld::Button> TakeProgress::m_xBtnCancel
private

Definition at line 122 of file cuigaldlg.hxx.

Referenced by TakeProgress().

◆ m_xFtTakeFile

std::unique_ptr<weld::Label> TakeProgress::m_xFtTakeFile
private

Definition at line 121 of file cuigaldlg.hxx.

Referenced by SetFile().

◆ maTakenList

TokenList_impl TakeProgress::maTakenList
private

Definition at line 120 of file cuigaldlg.hxx.

Referenced by LaunchThread().

◆ maTakeThread

rtl::Reference< TakeThread > TakeProgress::maTakeThread
private

Definition at line 119 of file cuigaldlg.hxx.

Referenced by LaunchThread().


The documentation for this class was generated from the following files: