|
Public Member Functions |
| | Label (QString t=QString(""), QFont f=QFont(QString("Adobe Times"), 14), QColor c=QColor("black")) |
| | ~Label () |
| QStringList | Info () |
| void | save (QTextStream *ts) |
| | ALSO change in Plot.cc !!!
|
| void | open (QTextStream *ts, int version, bool skip=true) |
| QDomElement | saveXML (QDomDocument doc) |
| void | openXML (QDomNode node) |
| void | saveSettings (KConfig *config, QString entry) |
| void | readSettings (KConfig *config, QString entry) |
| void | draw (class Worksheet *ws, QPainter *p, Point pos, Point size, int w, int h, double phi) |
| bool | inside (int x0, int y0, Point pos, Point size, int w, int h) |
| | return true if mouse inside (x0,y0)
|
| bool | insideY (int x0, int y0, Point pos, Point size, int w, int h) |
| bool | insideZ (int x0, int y0, Point pos, Point size, int w, int h) |
| void | setPosition (double X, double Y) |
| double | X () |
| double | Y () |
| void | setX (double X) |
| void | setY (double Y) |
| QString | Title () |
| QString | simpleTitle () |
| void | setTitle (QString t) |
| void | setColor (QColor c) |
| void | setColor (QString c) |
| QColor | Color () |
| void | setBackgroundColor (QColor c) |
| void | setBackgroundColor (QString c) |
| QColor | BackgroundColor () |
| void | setFont (QFont f) |
| QFont | Font () |
| void | setBoxed (bool b=true) |
| bool | Boxed () |
| void | setTransparent (bool t) |
| bool | Transparent () |
| double | Rotation () |
| void | setRotation (double r) |
| bool | isTeXLabel () |
| void | setTeXLabel (bool t) |
| int | Length () |
Private Attributes |
| double | x |
| double | y |
| QString | title |
| QFont | font |
| QColor | color |
| QColor | bgcolor |
| QSimpleRichText * | richtext |
| bool | boxed |
| bool | transparent |
| double | rotation |
| bool | is_texlabel |