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

#include <salnativewidgets.hxx>

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

Public Member Functions

 ScrollbarValue ()
 
virtual ~ScrollbarValue () override
 
virtual ScrollbarValueclone () const override
 
 ScrollbarValue (ScrollbarValue const &)=default
 
 ScrollbarValue (ScrollbarValue &&)=default
 
ScrollbarValueoperator= (ScrollbarValue const &)=delete
 
ScrollbarValueoperator= (ScrollbarValue &&)=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::Long mnVisibleSize
 
tools::Rectangle maThumbRect
 
tools::Rectangle maButton1Rect
 
tools::Rectangle maButton2Rect
 
ControlState mnButton1State
 
ControlState mnButton2State
 
ControlState mnThumbState
 

Additional Inherited Members

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

Detailed Description

Definition at line 292 of file salnativewidgets.hxx.

Constructor & Destructor Documentation

◆ ScrollbarValue() [1/3]

ScrollbarValue::ScrollbarValue ( )
inline

Definition at line 306 of file salnativewidgets.hxx.

References NONE.

Referenced by clone().

◆ ~ScrollbarValue()

ScrollbarValue::~ScrollbarValue ( )
overridevirtual

Definition at line 43 of file nativecontrols.cxx.

◆ ScrollbarValue() [2/3]

ScrollbarValue::ScrollbarValue ( ScrollbarValue const &  )
default

◆ ScrollbarValue() [3/3]

ScrollbarValue::ScrollbarValue ( ScrollbarValue &&  )
default

Member Function Documentation

◆ clone()

ScrollbarValue * ScrollbarValue::clone ( ) const
overridevirtual

Reimplemented from ImplControlValue.

Definition at line 47 of file nativecontrols.cxx.

References ScrollbarValue().

◆ operator=() [1/2]

ScrollbarValue & ScrollbarValue::operator= ( ScrollbarValue &&  )
delete

◆ operator=() [2/2]

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

Member Data Documentation

◆ maButton1Rect

tools::Rectangle ScrollbarValue::maButton1Rect

◆ maButton2Rect

tools::Rectangle ScrollbarValue::maButton2Rect

◆ maThumbRect

tools::Rectangle ScrollbarValue::maThumbRect

◆ mnButton1State

ControlState ScrollbarValue::mnButton1State

Definition at line 302 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().

◆ mnButton2State

ControlState ScrollbarValue::mnButton2State

Definition at line 303 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().

◆ mnCur

tools::Long ScrollbarValue::mnCur

Definition at line 297 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().

◆ mnMax

tools::Long ScrollbarValue::mnMax

Definition at line 296 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().

◆ mnMin

tools::Long ScrollbarValue::mnMin

Definition at line 295 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().

◆ mnThumbState

ControlState ScrollbarValue::mnThumbState

Definition at line 304 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().

◆ mnVisibleSize

tools::Long ScrollbarValue::mnVisibleSize

Definition at line 298 of file salnativewidgets.hxx.

Referenced by ScrollBar::ImplDrawNative().


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