Dokit 0.5.3-pre
Internal development documentation
Loading...
Searching...
No Matches
qtpokit_global.h File Reference

Global QtPokit library macros. More...

#include <QtGlobal>
Include dependency graph for qtpokit_global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QTPOKIT_EXPORT   Q_DECL_IMPORT
 QtPokit library export/import macro.
 
#define QTPOKIT_BEGIN_NAMESPACE
 Macro for starting the QtPokit library's top-most namespace (if one is defined).
 
#define QTPOKIT_END_NAMESPACE
 Macro for ending the QtPokit library's top-most namespace (if one is defined).
 

Detailed Description

Global QtPokit library macros.

Definition in file qtpokit_global.h.

Macro Definition Documentation

◆ QTPOKIT_BEGIN_NAMESPACE

#define QTPOKIT_BEGIN_NAMESPACE

Macro for starting the QtPokit library's top-most namespace (if one is defined).

See also
QTPOKIT_END_NAMESPACE
QTPOKIT_NAMESPACE

Definition at line 54 of file qtpokit_global.h.

◆ QTPOKIT_END_NAMESPACE

#define QTPOKIT_END_NAMESPACE

Macro for ending the QtPokit library's top-most namespace (if one is defined).

See also
QTPOKIT_BEGIN_NAMESPACE
QTPOKIT_NAMESPACE

Definition at line 55 of file qtpokit_global.h.

◆ QTPOKIT_EXPORT

#define QTPOKIT_EXPORT   Q_DECL_IMPORT

QtPokit library export/import macro.

Definition at line 26 of file qtpokit_global.h.