|
Public Slots |
void | setType (int t) |
int | Type () |
void | setItem (int i) |
int | Item () |
void | deleteObject () |
void | setLineStartPoint (double x, double y) |
Point | LineStartPoint () |
void | setLineEndPoint (double x, double y) |
Point | LineEndPoint () |
void | setLineWidth (int w) |
int | LineWidth () |
void | setLineColor (QColor c) |
QColor | LineColor () |
void | enableStartArrow (bool e=true) |
bool | StartArrowEnabled () |
void | setStartArrowLength (double l) |
double | StartArrowLength () |
void | setStartArrowAngle (double l) |
double | StartArrowAngle () |
void | setStartArrowFilled (bool f=true) |
bool | StartArrowFilled () |
void | setStartArrowFillColor (QColor c) |
QColor | StartArrowFillColor () |
void | enableEndArrow (bool e=true) |
bool | EndArrowEnabled () |
void | setEndArrowLength (double l) |
double | EndArrowLength () |
void | setEndArrowAngle (double l) |
double | EndArrowAngle () |
void | setEndArrowFilled (bool f=true) |
bool | EndArrowFilled () |
void | setEndArrowFillColor (QColor c) |
QColor | EndArrowFillColor () |
void | setLabel (Label *l) |
Label * | getLabel () |
void | setRectPosition (double x, double y) |
Point | getRectPosition () |
void | setRectSize (double x, double y) |
Point | getRectSize () |
void | setRectWidth (int w) |
int | RectWidth () |
void | setRectColor (QColor c) |
QColor | RectColor () |
void | setRectFilled (bool e=true) |
bool | RectFilled () |
void | setRectFillColor (QColor c) |
QColor | RectFillColor () |
void | setEllipsePosition (double x, double y) |
Point | getEllipsePosition () |
void | setEllipseSize (double x, double y) |
Point | getEllipseSize () |
void | setEllipseWidth (int w) |
int | EllipseWidth () |
void | setEllipseColor (QColor c) |
QColor | EllipseColor () |
void | setEllipseFilled (bool e=true) |
bool | EllipseFilled () |
void | setEllipseFillColor (QColor c) |
QColor | EllipseFillColor () |
void | setImagePosition (double x, double y) |
Point | ImagePosition () |
void | setImageFile (QString n) |
QString | ImageFile () |
void | setImageScale (double v) |
double | ImageScale () |
void | setImageAngle (double a) |
double | ImageAngle () |
int | Apply () |
Public Member Functions |
| ObjectDialog (MainWin *mw, const char *name, int activetab, int item) |
void | updateDialog () |
Private Slots |
void | ok_clicked () |
void | saveSettings () |
int | apply_clicked () |
void | selectFile () |
void | updateLine () |
void | updateLineListView () |
void | updateLabel () |
void | updateLabelListView () |
void | updateRect () |
void | updateRectListView () |
void | updateEllipse () |
void | updateEllipseListView () |
void | updateImage () |
void | updateImageListView () |
Private Attributes |
QTabWidget * | tw |
RichTextWidget * | rtw |
QListView * | lv1 |
QListView * | lv2 |
QListView * | lv3 |
QListView * | lv4 |
QListView * | lv5 |
KLineEdit * | lx1le |
KLineEdit * | ly1le |
KLineEdit * | lx2le |
KLineEdit * | ly2le |
KLineEdit * | rx1le |
KLineEdit * | ry1le |
KLineEdit * | rx2le |
KLineEdit * | ry2le |
KLineEdit * | ex1le |
KLineEdit * | ey1le |
KLineEdit * | ex2le |
KLineEdit * | ey2le |
KLineEdit * | ixle |
KLineEdit * | iyle |
KIntNumInput * | lwni |
KIntNumInput * | rwni |
KIntNumInput * | ewni |
KLineEdit * | ile |
KLineEdit * | isle |
KLineEdit * | iale |
KLineEdit * | salle |
KLineEdit * | saale |
KLineEdit * | ealle |
KLineEdit * | eaale |
KColorButton * | lcb |
KColorButton * | rcb |
KColorButton * | rfcb |
KColorButton * | ecb |
KColorButton * | efcb |
KColorButton * | safccb |
KColorButton * | eafccb |
QCheckBox * | rfccb |
QCheckBox * | efccb |
QCheckBox * | startcb |
QCheckBox * | endcb |
QCheckBox * | safcb |
QCheckBox * | eafcb |
int | item |