Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
qx-global.h
1#ifndef QX_GLOBAL_H
2#define QX_GLOBAL_H
3
4// Qt Includes
5#include <QString>
6
7namespace Qx
8{
9//-Namespace Types-----------------------------------------------------------------------------------------------------------
11{
13 Err = 2,
14 Critical = 3
15};
16
24
25//-Namespace Functions-----------------------------------------------------------------------------------------------------------
26QString severityString(Severity sv, bool uc = true);
27
28}
29
30#endif // QX_GLOBAL_H
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
Extent
Definition qx-global.h:18
@ Last
Definition qx-global.h:21
@ End
Definition qx-global.h:22
@ First
Definition qx-global.h:19
@ Start
Definition qx-global.h:20
QString severityString(Severity sv, bool uc)
Definition qx-global.cpp:51
Severity
Definition qx-global.h:11
@ Warning
Definition qx-global.h:12
@ Err
Definition qx-global.h:13
@ Critical
Definition qx-global.h:14