#include <Style.h>
Public Member Functions | |
Style (int t=0, QColor c="blue", bool f=0, QColor fc="green", int w=1, int p=1, int b=1) | |
void | save (QTextStream *t) |
int | open (QTextStream *t, int version) |
QDomElement | saveXML (QDomDocument doc) |
void | openXML (QDomNode node) |
int | Type () |
void | setType (int t) |
QColor | Color () |
void | setColor (QString c) |
void | setColor (QColor c) |
int | Width () |
void | setWidth (int w) |
int | PenStyle () |
void | setPenStyle (int p) |
int | Brush () |
void | setBrush (int b) |
bool | isFilled () |
void | setFilled (int f) |
QColor | FillColor () |
void | setFillColor (QString c) |
void | setFillColor (QColor c) |
int | BoxWidth () |
void | setBoxWidth (int b) |
bool | AutoBoxWidth () |
void | setAutoBoxWidth (bool b=true) |
bool | PointsSortingEnabled () |
void | setPointsSorting (bool e=true) |
Private Attributes | |
int | type |
QColor | color |
int | width |
bool | fill |
QColor | fillcolor |
int | penStyle |
int | brush |
int | boxwidth |
bool | autoboxwidth |
bool | sort_points |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|