LibreOffice Module vcl (master) 1
|
#include <printdlg.hxx>
Public Member Functions | |
PrintProgressDialog (weld::Window *i_pParent, int i_nMax) | |
virtual | ~PrintProgressDialog () override |
bool | isCanceled () const |
void | setProgress (int i_nCurrent) |
void | tick () |
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 (ClickHdl, weld::Button &, void) | |
Private Attributes | |
OUString | maStr |
bool | mbCanceled |
sal_Int32 | mnCur |
sal_Int32 | mnMax |
std::unique_ptr< weld::Label > | mxText |
std::unique_ptr< weld::ProgressBar > | mxProgress |
std::unique_ptr< weld::Button > | mxButton |
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 252 of file printdlg.hxx.
PrintProgressDialog::PrintProgressDialog | ( | weld::Window * | i_pParent, |
int | i_nMax | ||
) |
Definition at line 2207 of file printdlg.cxx.
References getNewLabel(), LINK, maStr, mnCur, mnMax, mxButton, mxProgress, mxText, and mxText.
|
overridevirtual |
Definition at line 2236 of file printdlg.cxx.
|
private |
|
inline |
Definition at line 268 of file printdlg.hxx.
References mbCanceled.
void PrintProgressDialog::setProgress | ( | int | i_nCurrent | ) |
Definition at line 2245 of file printdlg.cxx.
References getNewLabel(), maStr, mnCur, mnMax, mxProgress, and mxText.
Referenced by tick().
void PrintProgressDialog::tick | ( | ) |
Definition at line 2258 of file printdlg.cxx.
References mnCur, mnMax, and setProgress().
|
private |
Definition at line 254 of file printdlg.hxx.
Referenced by PrintProgressDialog(), and setProgress().
|
private |
Definition at line 255 of file printdlg.hxx.
Referenced by isCanceled().
|
private |
Definition at line 256 of file printdlg.hxx.
Referenced by PrintProgressDialog(), setProgress(), and tick().
|
private |
Definition at line 257 of file printdlg.hxx.
Referenced by PrintProgressDialog(), setProgress(), and tick().
|
private |
Definition at line 261 of file printdlg.hxx.
Referenced by PrintProgressDialog().
|
private |
Definition at line 260 of file printdlg.hxx.
Referenced by PrintProgressDialog(), and setProgress().
|
private |
Definition at line 259 of file printdlg.hxx.
Referenced by PrintProgressDialog(), and setProgress().