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

#include <toolbarvalue.hxx>

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

Public Member Functions

 ToolbarValue ()
 
virtual ~ToolbarValue () override
 
virtual ToolbarValueclone () const override
 
 ToolbarValue (ToolbarValue const &)=default
 
 ToolbarValue (ToolbarValue &&)=default
 
ToolbarValueoperator= (ToolbarValue const &)=delete
 
ToolbarValueoperator= (ToolbarValue &&)=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 maGripRect
 
bool mbIsTopDockingArea
 

Additional Inherited Members

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

Detailed Description

Definition at line 30 of file toolbarvalue.hxx.

Constructor & Destructor Documentation

◆ ToolbarValue() [1/3]

ToolbarValue::ToolbarValue ( )
inline

Definition at line 33 of file toolbarvalue.hxx.

References mbIsTopDockingArea.

Referenced by clone().

◆ ~ToolbarValue()

ToolbarValue::~ToolbarValue ( )
overridevirtual

Definition at line 91 of file nativecontrols.cxx.

◆ ToolbarValue() [2/3]

ToolbarValue::ToolbarValue ( ToolbarValue const &  )
default

◆ ToolbarValue() [3/3]

ToolbarValue::ToolbarValue ( ToolbarValue &&  )
default

Member Function Documentation

◆ clone()

ToolbarValue * ToolbarValue::clone ( ) const
overridevirtual

Reimplemented from ImplControlValue.

Definition at line 95 of file nativecontrols.cxx.

References ToolbarValue().

◆ operator=() [1/2]

ToolbarValue & ToolbarValue::operator= ( ToolbarValue &&  )
delete

◆ operator=() [2/2]

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

Member Data Documentation

◆ maGripRect

tools::Rectangle ToolbarValue::maGripRect

◆ mbIsTopDockingArea

bool ToolbarValue::mbIsTopDockingArea

Definition at line 47 of file toolbarvalue.hxx.

Referenced by ToolbarValue().


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