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

#include <salnativewidgets.hxx>

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

Public Member Functions

 TabPaneValue (const tools::Rectangle &rTabHeaderRect, const tools::Rectangle &rSelectedTabRect)
 
TabPaneValueclone () const override
 
 TabPaneValue (TabPaneValue const &)=default
 
 TabPaneValue (TabPaneValue &&)=default
 
TabPaneValueoperator= (TabPaneValue const &)=delete
 
TabPaneValueoperator= (TabPaneValue &&)=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 m_aTabHeaderRect
 
tools::Rectangle m_aSelectedTabRect
 

Static Public Attributes

static int m_nOverlap = 0
 

Additional Inherited Members

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

Detailed Description

Definition at line 344 of file salnativewidgets.hxx.

Constructor & Destructor Documentation

◆ TabPaneValue() [1/3]

TabPaneValue::TabPaneValue ( const tools::Rectangle rTabHeaderRect,
const tools::Rectangle rSelectedTabRect 
)
inline

Definition at line 353 of file salnativewidgets.hxx.

Referenced by clone().

◆ TabPaneValue() [2/3]

TabPaneValue::TabPaneValue ( TabPaneValue const &  )
default

◆ TabPaneValue() [3/3]

TabPaneValue::TabPaneValue ( TabPaneValue &&  )
default

Member Function Documentation

◆ clone()

TabPaneValue * TabPaneValue::clone ( ) const
overridevirtual

Reimplemented from ImplControlValue.

Definition at line 65 of file nativecontrols.cxx.

References TabPaneValue().

◆ operator=() [1/2]

TabPaneValue & TabPaneValue::operator= ( TabPaneValue &&  )
delete

◆ operator=() [2/2]

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

Member Data Documentation

◆ m_aSelectedTabRect

tools::Rectangle TabPaneValue::m_aSelectedTabRect

Definition at line 348 of file salnativewidgets.hxx.

Referenced by TransformControlValue().

◆ m_aTabHeaderRect

tools::Rectangle TabPaneValue::m_aTabHeaderRect

Definition at line 347 of file salnativewidgets.hxx.

Referenced by TransformControlValue().

◆ m_nOverlap

int TabPaneValue::m_nOverlap = 0
static

Definition at line 351 of file salnativewidgets.hxx.

Referenced by TabControl::ImplDrawItem().


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