
Public Types | |
Public Member Functions | |
| QColor | backgroundColor () |
| double | bottom () |
| QRectF | boundingRect () |
| QBrush | brush () |
| QColor | frameColor () |
| Qt::PenStyle | frameLineStyle () |
| QPen | framePen () |
| int | frameStyle () |
| double | frameWidth () |
| void | move (const QPoint &) |
| double | right () |
| void | setBackgroundColor (const QColor &) |
| void | setBrush (const QBrush &) |
| 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 | setOrigin (int x, int y) |
| void | setOriginCoord (double, double) |
| void | setRect (int x, int y, int w, int h) |
| void | setSize (const QSize &newSize) |
| void | setSize (int w, int h) |
| double | xValue () |
| 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 | ( | ) |
| void FrameWidget::move | ( | const QPoint & | ) |
| double FrameWidget::right | ( | ) |
| void FrameWidget::setBackgroundColor | ( | const QColor & | ) |
Reimplemented in PlotTable.
| void FrameWidget::setBrush | ( | const QBrush & | ) |
| 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::setOrigin | ( | int | x, | |
| int | y | |||
| ) |
| void FrameWidget::setOriginCoord | ( | double | , | |
| double | ||||
| ) |
| void FrameWidget::setRect | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
| void FrameWidget::setSize | ( | const QSize & | newSize | ) |
| void FrameWidget::setSize | ( | int | w, | |
| int | h | |||
| ) |
| double FrameWidget::xValue | ( | ) |
| double FrameWidget::yValue | ( | ) |
1.5.8