LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Attributes | List of all members
DurationDialog_Impl Class Referencefinal

#include <dinfdlg.hxx>

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

Public Member Functions

 DurationDialog_Impl (weld::Widget *pParent, const css::util::Duration &rDuration)
 
css::util::Duration GetDuration () const
 
- 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 Attributes

std::unique_ptr< weld::CheckButtonm_xNegativeCB
 
std::unique_ptr< weld::SpinButtonm_xYearNF
 
std::unique_ptr< weld::SpinButtonm_xMonthNF
 
std::unique_ptr< weld::SpinButtonm_xDayNF
 
std::unique_ptr< weld::SpinButtonm_xHourNF
 
std::unique_ptr< weld::SpinButtonm_xMinuteNF
 
std::unique_ptr< weld::SpinButtonm_xSecondNF
 
std::unique_ptr< weld::SpinButtonm_xMSecondNF
 

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 279 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ DurationDialog_Impl()

DurationDialog_Impl::DurationDialog_Impl ( weld::Widget pParent,
const css::util::Duration &  rDuration 
)

Member Function Documentation

◆ GetDuration()

util::Duration DurationDialog_Impl::GetDuration ( ) const

Member Data Documentation

◆ m_xDayNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xDayNF
private

Definition at line 284 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xHourNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xHourNF
private

Definition at line 285 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xMinuteNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xMinuteNF
private

Definition at line 286 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xMonthNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xMonthNF
private

Definition at line 283 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xMSecondNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xMSecondNF
private

Definition at line 288 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xNegativeCB

std::unique_ptr<weld::CheckButton> DurationDialog_Impl::m_xNegativeCB
private

Definition at line 281 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xSecondNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xSecondNF
private

Definition at line 287 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().

◆ m_xYearNF

std::unique_ptr<weld::SpinButton> DurationDialog_Impl::m_xYearNF
private

Definition at line 282 of file dinfdlg.hxx.

Referenced by DurationDialog_Impl(), and GetDuration().


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