LibreOffice Module vcl (master) 1
|
#include <WidgetDefinition.hxx>
Public Member Functions | |
std::shared_ptr< WidgetDefinitionPart > | getDefinition (ControlType eType, ControlPart ePart) |
Public Attributes | |
std::shared_ptr< WidgetDefinitionStyle > | mpStyle |
std::shared_ptr< WidgetDefinitionSettings > | mpSettings |
std::unordered_map< ControlTypeAndPart, std::shared_ptr< WidgetDefinitionPart > > | maDefinitions |
Definition at line 282 of file WidgetDefinition.hxx.
std::shared_ptr< WidgetDefinitionPart > vcl::WidgetDefinition::getDefinition | ( | ControlType | eType, |
ControlPart | ePart | ||
) |
Definition at line 19 of file WidgetDefinition.cxx.
References eType, and maDefinitions.
std::unordered_map<ControlTypeAndPart, std::shared_ptr<WidgetDefinitionPart> > vcl::WidgetDefinition::maDefinitions |
Definition at line 287 of file WidgetDefinition.hxx.
Referenced by getDefinition(), and vcl::WidgetDefinitionReader::readDefinition().
std::shared_ptr<WidgetDefinitionSettings> vcl::WidgetDefinition::mpSettings |
Definition at line 286 of file WidgetDefinition.hxx.
Referenced by vcl::WidgetDefinitionReader::read().
std::shared_ptr<WidgetDefinitionStyle> vcl::WidgetDefinition::mpStyle |
Definition at line 285 of file WidgetDefinition.hxx.
Referenced by vcl::WidgetDefinitionReader::read().