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

#include <salnativewidgets.hxx>

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

Public Member Functions

 TabitemValue (const tools::Rectangle &rContentRect)
 
virtual ~TabitemValue () override
 
virtual TabitemValueclone () const override
 
 TabitemValue (TabitemValue const &)=default
 
 TabitemValue (TabitemValue &&)=default
 
TabitemValueoperator= (TabitemValue const &)=delete
 
TabitemValueoperator= (TabitemValue &&)=delete
 
bool isLeftAligned () const
 
bool isRightAligned () const
 
bool isBothAligned () const
 
bool isNotAligned () const
 
bool isFirst () const
 
bool isLast () const
 
const tools::RectanglegetContentRect () const
 
- 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

TabitemFlags mnAlignment
 
tools::Rectangle maContentRect
 

Additional Inherited Members

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

Detailed Description

Definition at line 386 of file salnativewidgets.hxx.

Constructor & Destructor Documentation

◆ TabitemValue() [1/3]

TabitemValue::TabitemValue ( const tools::Rectangle rContentRect)
inline

Definition at line 392 of file salnativewidgets.hxx.

References NONE.

Referenced by clone().

◆ ~TabitemValue()

TabitemValue::~TabitemValue ( )
overridevirtual

Definition at line 71 of file nativecontrols.cxx.

◆ TabitemValue() [2/3]

TabitemValue::TabitemValue ( TabitemValue const &  )
default

◆ TabitemValue() [3/3]

TabitemValue::TabitemValue ( TabitemValue &&  )
default

Member Function Documentation

◆ clone()

TabitemValue * TabitemValue::clone ( ) const
overridevirtual

Reimplemented from ImplControlValue.

Definition at line 75 of file nativecontrols.cxx.

References TabitemValue().

◆ getContentRect()

const tools::Rectangle & TabitemValue::getContentRect ( ) const
inline

Definition at line 412 of file salnativewidgets.hxx.

◆ isBothAligned()

bool TabitemValue::isBothAligned ( ) const
inline

Definition at line 408 of file salnativewidgets.hxx.

◆ isFirst()

bool TabitemValue::isFirst ( ) const
inline

Definition at line 410 of file salnativewidgets.hxx.

References FirstInGroup.

◆ isLast()

bool TabitemValue::isLast ( ) const
inline

Definition at line 411 of file salnativewidgets.hxx.

References LastInGroup.

◆ isLeftAligned()

bool TabitemValue::isLeftAligned ( ) const
inline

Definition at line 406 of file salnativewidgets.hxx.

References LeftAligned.

◆ isNotAligned()

bool TabitemValue::isNotAligned ( ) const
inline

Definition at line 409 of file salnativewidgets.hxx.

References LeftAligned, and RightAligned.

◆ isRightAligned()

bool TabitemValue::isRightAligned ( ) const
inline

Definition at line 407 of file salnativewidgets.hxx.

References RightAligned.

◆ operator=() [1/2]

TabitemValue & TabitemValue::operator= ( TabitemValue &&  )
delete

◆ operator=() [2/2]

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

Member Data Documentation

◆ maContentRect

tools::Rectangle TabitemValue::maContentRect

Definition at line 390 of file salnativewidgets.hxx.

Referenced by TransformControlValue().

◆ mnAlignment

TabitemFlags TabitemValue::mnAlignment

Definition at line 389 of file salnativewidgets.hxx.

Referenced by TabControl::ImplDrawItem().


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