LibreOffice Module vcl (master) 1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
TabPaneValue (const tools::Rectangle &rTabHeaderRect, const tools::Rectangle &rSelectedTabRect) | |
TabPaneValue * | clone () const override |
TabPaneValue (TabPaneValue const &)=default | |
TabPaneValue (TabPaneValue &&)=default | |
TabPaneValue & | operator= (TabPaneValue const &)=delete |
TabPaneValue & | operator= (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 | |
ImplControlValue & | operator= (ImplControlValue const &)=delete |
ImplControlValue & | operator= (ImplControlValue &&)=delete |
virtual ImplControlValue * | clone () 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) | |
Definition at line 344 of file salnativewidgets.hxx.
|
inline |
Definition at line 353 of file salnativewidgets.hxx.
Referenced by clone().
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 65 of file nativecontrols.cxx.
References TabPaneValue().
|
delete |
|
delete |
tools::Rectangle TabPaneValue::m_aSelectedTabRect |
Definition at line 348 of file salnativewidgets.hxx.
Referenced by TransformControlValue().
tools::Rectangle TabPaneValue::m_aTabHeaderRect |
Definition at line 347 of file salnativewidgets.hxx.
Referenced by TransformControlValue().
|
static |
Definition at line 351 of file salnativewidgets.hxx.
Referenced by TabControl::ImplDrawItem().