LibreOffice Module sw (master) 1
|
#include <dbui.hxx>
Public Member Functions | |
CreateMonitor (weld::Window *pParent) | |
virtual | ~CreateMonitor () override |
void | SetTotalCount (sal_Int32 nTotal) |
void | SetCurrentPosition (sal_Int32 nCurrent) |
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 | |
void | UpdateCountingText () |
Private Attributes | |
OUString | m_sCountingPattern |
sal_Int32 | m_nTotalCount |
sal_Int32 | m_nCurrentPosition |
std::unique_ptr< weld::Label > | m_xCounting |
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 |
CreateMonitor::CreateMonitor | ( | weld::Window * | pParent | ) |
Definition at line 48 of file dbui.cxx.
References m_sCountingPattern, and m_xCounting.
void CreateMonitor::SetCurrentPosition | ( | sal_Int32 | nCurrent | ) |
Definition at line 80 of file dbui.cxx.
References m_nCurrentPosition, and UpdateCountingText().
void CreateMonitor::SetTotalCount | ( | sal_Int32 | nTotal | ) |
Definition at line 74 of file dbui.cxx.
References m_nTotalCount, and UpdateCountingText().
|
private |
Definition at line 63 of file dbui.cxx.
References m_nCurrentPosition, m_nTotalCount, m_sCountingPattern, m_xCounting, and u.
Referenced by SetCurrentPosition(), and SetTotalCount().
|
private |
Definition at line 62 of file dbui.hxx.
Referenced by SetCurrentPosition(), and UpdateCountingText().
|
private |
Definition at line 61 of file dbui.hxx.
Referenced by SetTotalCount(), and UpdateCountingText().
|
private |
Definition at line 60 of file dbui.hxx.
Referenced by CreateMonitor(), and UpdateCountingText().
|
private |
Definition at line 64 of file dbui.hxx.
Referenced by CreateMonitor(), and UpdateCountingText().