gsplash
Loading...
Searching...
No Matches
gsplash.h File Reference
#include <gemc/gbase/gbase.h>
#include <QtWidgets>
#include <QTimer>
Include dependency graph for gsplash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GSplash
 Splash screen utility for GUI runs. More...

Namespaces

namespace  gsplash
 Namespace utilities for the GSplash module.

Macros

#define GSPLASHENVIRONMENT   "GSPLASH"
#define NOSPLASHIMAGESELECTED   "NOSPLASHIMAGESELECTED"
#define ERR_NOSPLASHENVFOUND   191

Functions

GOptions gsplash::defineOptions ()
 Defines the module options for GSplash.

Variables

constexpr const char * GSPLASH_LOGGER = "gsplash"
 Default logger name used by this module.
constexpr const char * GSPLASH_TIME_OPTION = "splash_time"
constexpr const char * GSPLASH_SCALE_OPTION = "splash_scale"

Macro Definition Documentation

◆ ERR_NOSPLASHENVFOUND

#define ERR_NOSPLASHENVFOUND   191

Definition at line 14 of file gsplash.h.

◆ GSPLASHENVIRONMENT

#define GSPLASHENVIRONMENT   "GSPLASH"

Definition at line 10 of file gsplash.h.

◆ NOSPLASHIMAGESELECTED

#define NOSPLASHIMAGESELECTED   "NOSPLASHIMAGESELECTED"

Definition at line 11 of file gsplash.h.

Variable Documentation

◆ GSPLASH_LOGGER

const char* GSPLASH_LOGGER = "gsplash"
constexpr

This string is passed to the base logging facilities to tag messages produced by GSplash.

Definition at line 21 of file gsplash.h.

◆ GSPLASH_SCALE_OPTION

const char* GSPLASH_SCALE_OPTION = "splash_scale"
constexpr

Definition at line 23 of file gsplash.h.

◆ GSPLASH_TIME_OPTION

const char* GSPLASH_TIME_OPTION = "splash_time"
constexpr

Definition at line 22 of file gsplash.h.