LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
CustomPropertiesTimeField Class Reference

#include <dinfdlg.hxx>

Public Member Functions

 CustomPropertiesTimeField (std::unique_ptr< weld::FormattedSpinButton > xTimeField)
 
void set_visible (bool bVisible)
 
tools::Time get_value () const
 
void set_value (const tools::Time &rTime)
 
 ~CustomPropertiesTimeField ()
 

Public Attributes

std::unique_ptr< weld::FormattedSpinButtonm_xTimeField
 
std::unique_ptr< weld::TimeFormatterm_xFormatter
 
bool m_isUTC
 

Detailed Description

Definition at line 264 of file dinfdlg.hxx.

Constructor & Destructor Documentation

◆ CustomPropertiesTimeField()

CustomPropertiesTimeField::CustomPropertiesTimeField ( std::unique_ptr< weld::FormattedSpinButton xTimeField)

Definition at line 1643 of file dinfdlg.cxx.

References m_xFormatter.

◆ ~CustomPropertiesTimeField()

CustomPropertiesTimeField::~CustomPropertiesTimeField ( )

Definition at line 1662 of file dinfdlg.cxx.

Member Function Documentation

◆ get_value()

tools::Time CustomPropertiesTimeField::get_value ( ) const

Definition at line 1652 of file dinfdlg.cxx.

References m_xFormatter.

◆ set_value()

void CustomPropertiesTimeField::set_value ( const tools::Time rTime)

Definition at line 1657 of file dinfdlg.cxx.

References m_xFormatter.

◆ set_visible()

void CustomPropertiesTimeField::set_visible ( bool  bVisible)
inline

Definition at line 272 of file dinfdlg.hxx.

References bVisible.

Member Data Documentation

◆ m_isUTC

bool CustomPropertiesTimeField::m_isUTC

Definition at line 269 of file dinfdlg.hxx.

◆ m_xFormatter

std::unique_ptr<weld::TimeFormatter> CustomPropertiesTimeField::m_xFormatter

Definition at line 268 of file dinfdlg.hxx.

Referenced by CustomPropertiesTimeField(), get_value(), and set_value().

◆ m_xTimeField

std::unique_ptr<weld::FormattedSpinButton> CustomPropertiesTimeField::m_xTimeField

Definition at line 267 of file dinfdlg.hxx.


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