|
Updraft
1.0
Open source glider flight visualisation tool.
|
Abstract label in the plot. More...
#include <graphlabels.h>

Public Member Functions | |
| virtual void | draw (QPainter *painter)=0 |
| virtual Qt::Orientations | expandingDirections () const |
| Overridden from QLayoutItem. | |
| virtual bool | isEmpty () const |
| virtual QRect | geometry () const |
| virtual QSize | maximumSize () const |
| virtual QSize | minimumSize () const |
| virtual QSize | sizeHint () const |
| virtual void | setGeometry (const QRect &rect) |
Protected Attributes | |
| QRect | rect |
Abstract label in the plot.
| virtual void Updraft::IgcViewer::Label::draw | ( | QPainter * | painter | ) | [pure virtual] |
| Qt::Orientations Updraft::IgcViewer::Label::expandingDirections | ( | ) | const [virtual] |
Overridden from QLayoutItem.
Reimplemented in Updraft::IgcViewer::TimeLabel, Updraft::IgcViewer::TextLabel, Updraft::IgcViewer::AxisLabel, and Updraft::IgcViewer::PickedLabel.
| QRect Updraft::IgcViewer::Label::geometry | ( | ) | const [virtual] |
| bool Updraft::IgcViewer::Label::isEmpty | ( | ) | const [virtual] |
| QSize Updraft::IgcViewer::Label::maximumSize | ( | ) | const [virtual] |
| QSize Updraft::IgcViewer::Label::minimumSize | ( | ) | const [virtual] |
| void Updraft::IgcViewer::Label::setGeometry | ( | const QRect & | rect | ) | [virtual] |
| QSize Updraft::IgcViewer::Label::sizeHint | ( | ) | const [virtual] |
QRect Updraft::IgcViewer::Label::rect [protected] |