#include <ui/common/ElidedLabel.hpp>
|
| | ElidedLabel (QWidget *Parent=nullptr, Qt::WindowFlags Flags=0) |
| |
| | ElidedLabel (const QString &Text, QWidget *Parent=nullptr, Qt::WindowFlags Flags=0) |
| |
| | ElidedLabel (const QString &Text, Qt::TextElideMode ElideMode=Qt::ElideRight, QWidget *Parent=nullptr, Qt::WindowFlags Flags=0) |
| |
| void | setElideMode (Qt::TextElideMode ElideMode) |
| |
| Qt::TextElideMode | getElideMode () const |
| |
| void | setText (const QString &Text) |
| |
Single line elided label class, based on QLabel
| openfluid::ui::common::ElidedLabel::ElidedLabel |
( |
QWidget * |
Parent = nullptr, |
|
|
Qt::WindowFlags |
Flags = 0 |
|
) |
| |
| openfluid::ui::common::ElidedLabel::ElidedLabel |
( |
const QString & |
Text, |
|
|
QWidget * |
Parent = nullptr, |
|
|
Qt::WindowFlags |
Flags = 0 |
|
) |
| |
| openfluid::ui::common::ElidedLabel::ElidedLabel |
( |
const QString & |
Text, |
|
|
Qt::TextElideMode |
ElideMode = Qt::ElideRight, |
|
|
QWidget * |
Parent = nullptr, |
|
|
Qt::WindowFlags |
Flags = 0 |
|
) |
| |
| void openfluid::ui::common::ElidedLabel::cacheElidedText |
( |
int |
w | ) |
|
|
protected |
| Qt::TextElideMode openfluid::ui::common::ElidedLabel::getElideMode |
( |
| ) |
const |
|
inline |
| void openfluid::ui::common::ElidedLabel::paintEvent |
( |
QPaintEvent * |
Ev | ) |
|
|
protected |
| void openfluid::ui::common::ElidedLabel::resizeEvent |
( |
QResizeEvent * |
Ev | ) |
|
|
protected |
| void openfluid::ui::common::ElidedLabel::setElideMode |
( |
Qt::TextElideMode |
ElideMode | ) |
|
| void openfluid::ui::common::ElidedLabel::setText |
( |
const QString & |
Text | ) |
|
The documentation for this class was generated from the following file: