|
LibreOffice Module vcl (master) 1
|
#include <hatch.hxx>
Public Member Functions | |
| ImplHatch () | |
| bool | operator== (const ImplHatch &rImplHatch) const |
Public Attributes | |
| Color | maColor |
| HatchStyle | meStyle |
| tools::Long | mnDistance |
| Degree10 | mnAngle |
| ImplHatch::ImplHatch | ( | ) |
Definition at line 25 of file gdi/hatch.cxx.
References COL_BLACK(), maColor, mnAngle, and Single.
| bool ImplHatch::operator== | ( | const ImplHatch & | rImplHatch | ) | const |
Definition at line 33 of file gdi/hatch.cxx.
References maColor, meStyle, mnAngle, and mnDistance.
| Color ImplHatch::maColor |
Definition at line 36 of file hatch.hxx.
Referenced by operator==().
| HatchStyle ImplHatch::meStyle |
Definition at line 37 of file hatch.hxx.
Referenced by operator==().
| Degree10 ImplHatch::mnAngle |
Definition at line 39 of file hatch.hxx.
Referenced by operator==().
| tools::Long ImplHatch::mnDistance |
Definition at line 38 of file hatch.hxx.
Referenced by operator==().