LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
SpinbuttonValue Class Referencefinal

#include <salnativewidgets.hxx>

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

Public Member Functions

 SpinbuttonValue ()
 
virtual ~SpinbuttonValue () override
 
virtual SpinbuttonValueclone () const override
 
 SpinbuttonValue (SpinbuttonValue const &)=default
 
 SpinbuttonValue (SpinbuttonValue &&)=default
 
SpinbuttonValueoperator= (SpinbuttonValue const &)=delete
 
SpinbuttonValueoperator= (SpinbuttonValue &&)=delete
 
- Public Member Functions inherited from ImplControlValue
 ImplControlValue (ButtonValue nTristate)
 
 ImplControlValue (tools::Long nNumeric)
 
 ImplControlValue ()
 
virtual ~ImplControlValue ()
 
 ImplControlValue (ImplControlValue const &)=default
 
 ImplControlValue (ImplControlValue &&)=default
 
ImplControlValueoperator= (ImplControlValue const &)=delete
 
ImplControlValueoperator= (ImplControlValue &&)=delete
 
virtual ImplControlValueclone () const
 
ControlType getType () const
 
ButtonValue getTristateVal () const
 
void setTristateVal (ButtonValue nTristate)
 
tools::Long getNumericVal () const
 
void setNumericVal (tools::Long nNumeric)
 

Public Attributes

tools::Rectangle maUpperRect
 
tools::Rectangle maLowerRect
 
ControlState mnUpperState
 
ControlState mnLowerState
 
ControlPart mnUpperPart
 
ControlPart mnLowerPart
 

Additional Inherited Members

- Protected Member Functions inherited from ImplControlValue
 ImplControlValue (ControlType i_eType, tools::Long i_nNumber)
 

Detailed Description

Definition at line 421 of file salnativewidgets.hxx.

Constructor & Destructor Documentation

◆ SpinbuttonValue() [1/3]

SpinbuttonValue::SpinbuttonValue ( )
inline

Definition at line 431 of file salnativewidgets.hxx.

References NONE.

Referenced by clone().

◆ ~SpinbuttonValue()

SpinbuttonValue::~SpinbuttonValue ( )
overridevirtual

Definition at line 81 of file nativecontrols.cxx.

◆ SpinbuttonValue() [2/3]

SpinbuttonValue::SpinbuttonValue ( SpinbuttonValue const &  )
default

◆ SpinbuttonValue() [3/3]

SpinbuttonValue::SpinbuttonValue ( SpinbuttonValue &&  )
default

Member Function Documentation

◆ clone()

SpinbuttonValue * SpinbuttonValue::clone ( ) const
overridevirtual

Reimplemented from ImplControlValue.

Definition at line 85 of file nativecontrols.cxx.

References SpinbuttonValue().

◆ operator=() [1/2]

SpinbuttonValue & SpinbuttonValue::operator= ( SpinbuttonValue &&  )
delete

◆ operator=() [2/2]

SpinbuttonValue & SpinbuttonValue::operator= ( SpinbuttonValue const &  )
delete

Member Data Documentation

◆ maLowerRect

tools::Rectangle SpinbuttonValue::maLowerRect

◆ maUpperRect

tools::Rectangle SpinbuttonValue::maUpperRect

◆ mnLowerPart

ControlPart SpinbuttonValue::mnLowerPart

◆ mnLowerState

ControlState SpinbuttonValue::mnLowerState

◆ mnUpperPart

ControlPart SpinbuttonValue::mnUpperPart

◆ mnUpperState

ControlState SpinbuttonValue::mnUpperState

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