LibreOffice Module vcl (master) 1
|
#include <WidgetDefinition.hxx>
Public Member Functions | |
std::vector< std::shared_ptr< WidgetDefinitionState > > | getStates (ControlType eType, ControlPart ePart, ControlState eState, ImplControlValue const &rValue) |
Public Attributes | |
sal_Int32 | mnWidth |
sal_Int32 | mnHeight |
sal_Int32 | mnMarginWidth |
sal_Int32 | mnMarginHeight |
OString | msOrientation |
std::vector< std::shared_ptr< WidgetDefinitionState > > | maStates |
Definition at line 185 of file WidgetDefinition.hxx.
std::vector< std::shared_ptr< WidgetDefinitionState > > vcl::WidgetDefinitionPart::getStates | ( | ControlType | eType, |
ControlPart | ePart, | ||
ControlState | eState, | ||
ImplControlValue const & | rValue | ||
) |
Definition at line 30 of file WidgetDefinition.cxx.
References Arrow, DEFAULT, ENABLED, eType, FOCUSED, ImplControlValue::getNumericVal(), ImplControlValue::getTristateVal(), ListHeader, maStates, Off, On, PRESSED, Pushbutton, ROLLOVER, SELECTED, and TabItem.
std::vector<std::shared_ptr<WidgetDefinitionState> > vcl::WidgetDefinitionPart::maStates |
Definition at line 199 of file WidgetDefinition.hxx.
Referenced by getStates().
sal_Int32 vcl::WidgetDefinitionPart::mnHeight |
Definition at line 189 of file WidgetDefinition.hxx.
sal_Int32 vcl::WidgetDefinitionPart::mnMarginHeight |
Definition at line 191 of file WidgetDefinition.hxx.
sal_Int32 vcl::WidgetDefinitionPart::mnMarginWidth |
Definition at line 190 of file WidgetDefinition.hxx.
sal_Int32 vcl::WidgetDefinitionPart::mnWidth |
Definition at line 188 of file WidgetDefinition.hxx.
OString vcl::WidgetDefinitionPart::msOrientation |
Definition at line 192 of file WidgetDefinition.hxx.