gsplash
Loading...
Searching...
No Matches
gsplash.h File Reference
#include "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.
 

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

constexpr 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.