LibreOffice Module vcl (master) 1
|
#include <salnativewidgets.hxx>
Public Member Functions | |
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) |
Protected Member Functions | |
ImplControlValue (ControlType i_eType, tools::Long i_nNumber) | |
Private Attributes | |
ControlType | mType |
ButtonValue | mTristate |
tools::Long | mNumber |
Friends | |
class | SalFrame |
Definition at line 247 of file salnativewidgets.hxx.
|
inlineprotected |
Definition at line 256 of file salnativewidgets.hxx.
References DontKnow.
|
inlineexplicit |
Definition at line 263 of file salnativewidgets.hxx.
References Generic.
|
inlineexplicit |
Definition at line 265 of file salnativewidgets.hxx.
|
inline |
Definition at line 267 of file salnativewidgets.hxx.
References DontKnow, and Generic.
Referenced by clone().
|
virtual |
Definition at line 33 of file nativecontrols.cxx.
|
default |
|
default |
|
virtual |
Reimplemented in ScrollbarValue, SliderValue, TabPaneValue, TabitemValue, SpinbuttonValue, MenupopupValue, PushButtonValue, MenubarValue, and ToolbarValue.
Definition at line 37 of file nativecontrols.cxx.
References ImplControlValue().
Referenced by SalGraphics::DrawNativeControl(), and SalGraphics::GetNativeControlRegion().
|
inline |
Definition at line 284 of file salnativewidgets.hxx.
Referenced by vcl::WidgetDefinitionPart::getStates().
|
inline |
Definition at line 281 of file salnativewidgets.hxx.
Referenced by vcl::WidgetDefinitionPart::getStates().
|
inline |
Definition at line 279 of file salnativewidgets.hxx.
Referenced by vcl::FileDefinitionWidgetDraw::drawNativeControl(), SalGraphics::mirror(), and TransformControlValue().
|
delete |
References clone().
|
delete |
|
inline |
Definition at line 285 of file salnativewidgets.hxx.
Referenced by HeaderBar::ImplDrawItem().
|
inline |
Definition at line 282 of file salnativewidgets.hxx.
Referenced by SvLBoxButton::ImplAdjustBoxSize(), ToolBox::ImplDrawButton(), CheckBox::ImplDrawCheckBoxState(), HeaderBar::ImplDrawItem(), ImplPaintCheckBackground(), SvLBoxButton::Paint(), and SvTreeListBox::PaintEntry1().
|
friend |
Definition at line 249 of file salnativewidgets.hxx.
|
private |
Definition at line 254 of file salnativewidgets.hxx.
|
private |
Definition at line 253 of file salnativewidgets.hxx.
|
private |
Definition at line 252 of file salnativewidgets.hxx.