|
LibreOffice Module vcl (master) 1
|
#include <WidgetDefinition.hxx>
Public Member Functions | |
| WidgetDrawActionLine () | |
Public Member Functions inherited from vcl::WidgetDrawActionShape | |
| WidgetDrawActionShape (WidgetDrawActionType aType) | |
Public Member Functions inherited from vcl::WidgetDrawAction | |
| WidgetDrawAction (WidgetDrawActionType aType) | |
Public Attributes | |
| float | mfX1 |
| float | mfY1 |
| float | mfX2 |
| float | mfY2 |
Public Attributes inherited from vcl::WidgetDrawActionShape | |
| Color | maStrokeColor |
| Color | maFillColor |
| sal_Int32 | mnStrokeWidth |
Public Attributes inherited from vcl::WidgetDrawAction | |
| WidgetDrawActionType | maType |
Definition at line 81 of file WidgetDefinition.hxx.
|
inline |
Definition at line 89 of file WidgetDefinition.hxx.
References LINE.
| float vcl::WidgetDrawActionLine::mfX1 |
Definition at line 84 of file WidgetDefinition.hxx.
| float vcl::WidgetDrawActionLine::mfX2 |
Definition at line 86 of file WidgetDefinition.hxx.
| float vcl::WidgetDrawActionLine::mfY1 |
Definition at line 85 of file WidgetDefinition.hxx.
| float vcl::WidgetDrawActionLine::mfY2 |
Definition at line 87 of file WidgetDefinition.hxx.