#include "QtxSplash.h"#include "QtxResourceMgr.h"#include <cstdio>#include <QApplication>#include <QPainter>#include <QMessageBox>#include <QDesktopWidget>
Data Structures | |
| class | ProgressEvent |
| Progress change custom event. More... | |
Defines | |
| #define | BOUNDED(a, min, max) ( a >= min && a <= max ) |
Functions | |
| static bool | checkGradient (const QGradient *g) |
| Check if the gradient is defined in the relative coordinates [static]. | |
| #define BOUNDED | ( | a, | |
| min, | |||
| max | |||
| ) | ( a >= min && a <= max ) |
| static bool checkGradient | ( | const QGradient * | g | ) | [static] |
true if gradient is defined in the relative coordinates References BOUNDED.