Version: 9.12.0
QtxSplash.cxx File Reference
#include "QtxSplash.h"
#include "QtxResourceMgr.h"
#include <cstdio>
#include <QApplication>
#include <QPainter>
#include <QMessageBox>
#include <QDesktopWidget>

Classes

class  ProgressEvent
 Progress change custom event. More...
 

Macros

#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]. More...
 

Macro Definition Documentation

◆ BOUNDED

#define BOUNDED (   a,
  min,
  max 
)    ( a >= min && a <= max )

Function Documentation

◆ checkGradient()

static bool checkGradient ( const QGradient *  g)
static

Check if the gradient is defined in the relative coordinates [static].

Returns
true if gradient is defined in the relative coordinates

References BOUNDED.