|
LibreOffice Module vcl (master) 1
|
#include <WidgetDefinition.hxx>
Public Member Functions | |
| WidgetDrawActionRectangle () | |
Public Member Functions inherited from vcl::WidgetDrawActionShape | |
| WidgetDrawActionShape (WidgetDrawActionType aType) | |
Public Member Functions inherited from vcl::WidgetDrawAction | |
| WidgetDrawAction (WidgetDrawActionType aType) | |
Public Attributes | |
| sal_Int32 | mnRx |
| sal_Int32 | mnRy |
| 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 58 of file WidgetDefinition.hxx.
|
inline |
Definition at line 69 of file WidgetDefinition.hxx.
References vcl::RECTANGLE.
| float vcl::WidgetDrawActionRectangle::mfX1 |
Definition at line 64 of file WidgetDefinition.hxx.
| float vcl::WidgetDrawActionRectangle::mfX2 |
Definition at line 66 of file WidgetDefinition.hxx.
| float vcl::WidgetDrawActionRectangle::mfY1 |
Definition at line 65 of file WidgetDefinition.hxx.
| float vcl::WidgetDrawActionRectangle::mfY2 |
Definition at line 67 of file WidgetDefinition.hxx.
| sal_Int32 vcl::WidgetDrawActionRectangle::mnRx |
Definition at line 61 of file WidgetDefinition.hxx.
| sal_Int32 vcl::WidgetDrawActionRectangle::mnRy |
Definition at line 62 of file WidgetDefinition.hxx.