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

#include <cuigaldlg.hxx>

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

Public Member Functions

 ActualizeProgress (weld::Widget *pWindow, GalleryTheme *pThm)
 
virtual ~ActualizeProgress () override
 
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 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)
 
 DECL_LINK (TimeoutHdl, Timer *, void)
 
 DECL_LINK (ActualizeHdl, const INetURLObject &, void)
 

Private Attributes

IdlepIdle
 
GalleryThemepTheme
 
GalleryProgress aStatusProgress
 
std::unique_ptr< weld::Labelm_xFtActualizeFile
 
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 137 of file cuigaldlg.hxx.

Constructor & Destructor Documentation

◆ ActualizeProgress()

ActualizeProgress::ActualizeProgress ( weld::Widget pWindow,
GalleryTheme pThm 
)

Definition at line 367 of file cuigaldlg.cxx.

References LINK, and m_xBtnCancel.

◆ ~ActualizeProgress()

ActualizeProgress::~ActualizeProgress ( )
overridevirtual

Definition at line 378 of file cuigaldlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/3]

ActualizeProgress::DECL_LINK ( ActualizeHdl  ,
const INetURLObject ,
void   
)
private

◆ DECL_LINK() [2/3]

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

◆ DECL_LINK() [3/3]

ActualizeProgress::DECL_LINK ( TimeoutHdl  ,
Timer ,
void   
)
private

◆ run()

short ActualizeProgress::run ( )
overridevirtual

Reimplemented from weld::DialogController.

Definition at line 382 of file cuigaldlg.cxx.

References LINK, pIdle, Timer::SetInvokeHandler(), Task::SetPriority(), and Idle::Start().

Member Data Documentation

◆ aStatusProgress

GalleryProgress ActualizeProgress::aStatusProgress
private

Definition at line 142 of file cuigaldlg.hxx.

◆ m_xBtnCancel

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

Definition at line 144 of file cuigaldlg.hxx.

Referenced by ActualizeProgress().

◆ m_xFtActualizeFile

std::unique_ptr<weld::Label> ActualizeProgress::m_xFtActualizeFile
private

Definition at line 143 of file cuigaldlg.hxx.

◆ pIdle

Idle* ActualizeProgress::pIdle
private

Definition at line 140 of file cuigaldlg.hxx.

Referenced by run().

◆ pTheme

GalleryTheme* ActualizeProgress::pTheme
private

Definition at line 141 of file cuigaldlg.hxx.


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