|
LibreOffice Module vcl (master) 1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
| PushButtonValue () | |
| virtual | ~PushButtonValue () override |
| virtual PushButtonValue * | clone () const override |
| PushButtonValue (PushButtonValue const &)=default | |
| PushButtonValue (PushButtonValue &&)=default | |
| PushButtonValue & | operator= (PushButtonValue const &)=delete |
| PushButtonValue & | operator= (PushButtonValue &&)=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 | |
| bool | mbSingleLine:1 |
| bool | mbIsAction:1 |
| bool | m_bFlatButton:1 |
Additional Inherited Members | |
Protected Member Functions inherited from ImplControlValue | |
| ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Definition at line 474 of file salnativewidgets.hxx.
|
inline |
Definition at line 477 of file salnativewidgets.hxx.
Referenced by clone().
|
overridevirtual |
Definition at line 121 of file nativecontrols.cxx.
|
default |
|
default |
|
overridevirtual |
Reimplemented from ImplControlValue.
Definition at line 125 of file nativecontrols.cxx.
References PushButtonValue().
|
delete |
|
delete |
| bool PushButtonValue::m_bFlatButton |
Definition at line 494 of file salnativewidgets.hxx.
Referenced by PushButton::ImplDrawPushButton().
| bool PushButtonValue::mbIsAction |
Definition at line 493 of file salnativewidgets.hxx.
Referenced by PushButton::ImplDrawPushButton(), and PushButton::ShowFocus().
| bool PushButtonValue::mbSingleLine |
Definition at line 492 of file salnativewidgets.hxx.
Referenced by PushButton::ImplDrawPushButton().