#include <UPlot.h>
Public Member Functions | |
QSize | minimumSizeHint () const |
Qt::Orientation | orientation () const |
void | setOrientation (Qt::Orientation orientation) |
QSize | sizeHint () const |
UOrientableLabel (const QString &text, Qt::Orientation orientation=Qt::Horizontal, QWidget *parent=0) | |
virtual | ~UOrientableLabel () |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
Private Attributes | |
Qt::Orientation | _orientation |
Orientable QLabel. Inherit QLabel and let you to specify the orientation.
UOrientableLabel::UOrientableLabel | ( | const QString & | text, |
Qt::Orientation | orientation = Qt::Horizontal , |
||
QWidget * | parent = 0 |
||
) |
UOrientableLabel::~UOrientableLabel | ( | ) | [virtual] |
QSize UOrientableLabel::minimumSizeHint | ( | ) | const |
Qt::Orientation UOrientableLabel::orientation | ( | ) | const [inline] |
void UOrientableLabel::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
void UOrientableLabel::setOrientation | ( | Qt::Orientation | orientation | ) |
QSize UOrientableLabel::sizeHint | ( | ) | const |
Qt::Orientation UOrientableLabel::_orientation [private] |