
Public Types | |
Public Member Functions | |
| QColor | backgroundColor () |
| double | bottom () |
| QRectF | boundingRect () |
| QBrush | brush () |
| QColor | frameColor () |
| Qt::PenStyle | frameLineStyle () |
| QPen | framePen () |
| int | frameStyle () |
| double | frameWidth () |
| bool | isOn () const |
| void | move (const QPoint &) |
| QString | name () const |
| double | right () |
| void | setAxis (int xAxis, int yAxis) |
| void | setBackgroundColor (const QColor &) |
| void | setBrush (const QBrush &brush) |
| void | setCoordinates (double left, double top, double right, double bottom) |
| void | setFrameColor (const QColor &) |
| void | setFrameLineStyle (const Qt::PenStyle &) |
| void | setFramePen (const QPen &) |
| void | setFrameStyle (int) |
| void | setFrameWidth (double) |
| void | setName (const QString &text) |
| void | setOn (bool on) |
| void | setOrigin (int x, int y) |
| void | setOriginCoord (double, double) |
| void | setRect (int x, int y, int w, int h) |
| void | setShadowColor (const QColor &) |
| void | setShadowWidth (int) |
| void | setSize (const QSize &newSize) |
| void | setSize (int w, int h) |
| void | setXAxis (int axis) |
| void | setYAxis (int axis) |
| QColor | shadowColor () const |
| int | shadowWidth () const |
| int | xAxis () const |
| double | xValue () |
| int | yAxis () const |
| double | yValue () |
Private Member Functions | |
| FrameWidget (const FrameWidget &) | |
| enum FrameWidget::Unit |
| FrameWidget::FrameWidget | ( | const FrameWidget & | ) | [private] |
| QColor FrameWidget::backgroundColor | ( | ) |
| double FrameWidget::bottom | ( | ) |
| QRectF FrameWidget::boundingRect | ( | ) |
| QBrush FrameWidget::brush | ( | ) |
| QColor FrameWidget::frameColor | ( | ) |
| Qt::PenStyle FrameWidget::frameLineStyle | ( | ) |
| QPen FrameWidget::framePen | ( | ) |
| int FrameWidget::frameStyle | ( | ) |
| double FrameWidget::frameWidth | ( | ) |
| bool FrameWidget::isOn | ( | ) | const |
| void FrameWidget::move | ( | const QPoint & | ) |
| QString FrameWidget::name | ( | ) | const |
| double FrameWidget::right | ( | ) |
| void FrameWidget::setAxis | ( | int | xAxis, | |
| int | yAxis | |||
| ) |
| void FrameWidget::setBackgroundColor | ( | const QColor & | ) |
Reimplemented in PlotTable.
| void FrameWidget::setBrush | ( | const QBrush & | brush | ) |
| void FrameWidget::setCoordinates | ( | double | left, | |
| double | top, | |||
| double | right, | |||
| double | bottom | |||
| ) |
| void FrameWidget::setFrameColor | ( | const QColor & | ) |
| void FrameWidget::setFrameLineStyle | ( | const Qt::PenStyle & | ) |
| void FrameWidget::setFramePen | ( | const QPen & | ) |
| void FrameWidget::setFrameStyle | ( | int | ) |
Reimplemented in PlotTable.
| void FrameWidget::setFrameWidth | ( | double | ) |
| void FrameWidget::setName | ( | const QString & | text | ) |
| void FrameWidget::setOn | ( | bool | on | ) |
| void FrameWidget::setOrigin | ( | int | x, | |
| int | y | |||
| ) |
| void FrameWidget::setOriginCoord | ( | double | , | |
| double | ||||
| ) |
| void FrameWidget::setRect | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
| void FrameWidget::setShadowColor | ( | const QColor & | ) |
| void FrameWidget::setShadowWidth | ( | int | ) |
| void FrameWidget::setSize | ( | const QSize & | newSize | ) |
| void FrameWidget::setSize | ( | int | w, | |
| int | h | |||
| ) |
| void FrameWidget::setXAxis | ( | int | axis | ) |
| void FrameWidget::setYAxis | ( | int | axis | ) |
| QColor FrameWidget::shadowColor | ( | ) | const |
| int FrameWidget::shadowWidth | ( | ) | const |
| int FrameWidget::xAxis | ( | ) | const |
| double FrameWidget::xValue | ( | ) |
| int FrameWidget::yAxis | ( | ) | const |
| double FrameWidget::yValue | ( | ) |
1.5.8