![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <sdrangelsplash.h>
Inherits QSplashScreen.
Public Member Functions | |
| SDRangelSplash (const QPixmap &pixmap) | |
| ~SDRangelSplash () | |
| virtual void | drawContents (QPainter *painter) |
| void | showStatusMessage (const QString &message, const QColor &color=Qt::black) |
| void | setMessageRect (QRect rect, int alignment=Qt::AlignLeft) |
Private Attributes | |
| QString | message |
| int | alignement |
| QColor | color |
| QRect | rect |
Definition at line 26 of file sdrangelsplash.h.
| SDRangelSplash::SDRangelSplash | ( | const QPixmap & | pixmap | ) |
Definition at line 22 of file sdrangelsplash.cpp.
| SDRangelSplash::~SDRangelSplash | ( | ) |
Definition at line 27 of file sdrangelsplash.cpp.
|
virtual |
| void SDRangelSplash::setMessageRect | ( | QRect | rect, |
| int | alignment = Qt::AlignLeft |
||
| ) |
Definition at line 45 of file sdrangelsplash.cpp.
References alignement, and rect.
Referenced by MainWindow::MainWindow().
Here is the caller graph for this function:| void SDRangelSplash::showStatusMessage | ( | const QString & | message, |
| const QColor & | color = Qt::black |
||
| ) |
Definition at line 38 of file sdrangelsplash.cpp.
References alignement, color, and message.
Referenced by MainWindow::MainWindow().
Here is the caller graph for this function:
|
private |
Definition at line 36 of file sdrangelsplash.h.
Referenced by drawContents(), setMessageRect(), and showStatusMessage().
|
private |
Definition at line 37 of file sdrangelsplash.h.
Referenced by drawContents(), and showStatusMessage().
|
private |
Definition at line 35 of file sdrangelsplash.h.
Referenced by drawContents(), and showStatusMessage().
|
private |
Definition at line 38 of file sdrangelsplash.h.
Referenced by drawContents(), and setMessageRect().
1.8.13