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

#include <salnativewidgets.hxx>

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

Public Member Functions

 SliderValue ()
 
virtual ~SliderValue () override
 
virtual SliderValueclone () const override
 
 SliderValue (SliderValue const &)=default
 
 SliderValue (SliderValue &&)=default
 
SliderValueoperator= (SliderValue const &)=delete
 
SliderValueoperator= (SliderValue &&)=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::Long mnMin
 
tools::Long mnMax
 
tools::Long mnCur
 
tools::Rectangle maThumbRect
 
ControlState mnThumbState
 

Additional Inherited Members

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

Detailed Description

Definition at line 322 of file salnativewidgets.hxx.

Constructor & Destructor Documentation

◆ SliderValue() [1/3]

SliderValue::SliderValue ( )
inline

Definition at line 331 of file salnativewidgets.hxx.

References NONE.

Referenced by clone().

◆ ~SliderValue()

SliderValue::~SliderValue ( )
overridevirtual

Definition at line 53 of file nativecontrols.cxx.

◆ SliderValue() [2/3]

SliderValue::SliderValue ( SliderValue const &  )
default

◆ SliderValue() [3/3]

SliderValue::SliderValue ( SliderValue &&  )
default

Member Function Documentation

◆ clone()

SliderValue * SliderValue::clone ( ) const
overridevirtual

Reimplemented from ImplControlValue.

Definition at line 57 of file nativecontrols.cxx.

References SliderValue().

◆ operator=() [1/2]

SliderValue & SliderValue::operator= ( SliderValue &&  )
delete

◆ operator=() [2/2]

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

Member Data Documentation

◆ maThumbRect

tools::Rectangle SliderValue::maThumbRect

◆ mnCur

tools::Long SliderValue::mnCur

Definition at line 327 of file salnativewidgets.hxx.

Referenced by Slider::ImplDraw().

◆ mnMax

tools::Long SliderValue::mnMax

Definition at line 326 of file salnativewidgets.hxx.

Referenced by Slider::ImplDraw().

◆ mnMin

tools::Long SliderValue::mnMin

Definition at line 325 of file salnativewidgets.hxx.

Referenced by Slider::ImplDraw().

◆ mnThumbState

ControlState SliderValue::mnThumbState

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