QtFit  0.1
Internal library development documentation
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
QtFit_global.h File Reference

Global QtFit library macros. More...

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

Go to the source code of this file.

Macros

#define QTFIT_EXPORT   Q_DECL_IMPORT
 QtFit library export/import macro.
 
#define QTFIT_NAMESPACE   fit
 Top-most namespace for all QtFit library symbols. More...
 
#define QTFIT_BEGIN_NAMESPACE   namespace QTFIT_NAMESPACE {
 Macro for starting the QtFit library's top-most namespace (if one is defined). More...
 
#define QTFIT_END_NAMESPACE   }
 Macro for ending the QtFit library's top-most namespace (if one is defined). More...
 

Detailed Description

Global QtFit library macros.

Definition in file QtFit_global.h.

Macro Definition Documentation

◆ QTFIT_BEGIN_NAMESPACE

#define QTFIT_BEGIN_NAMESPACE   namespace QTFIT_NAMESPACE {

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

See also
QTFIT_END_NAMESPACE
QTFIT_NAMESPACE

Definition at line 77 of file QtFit_global.h.

◆ QTFIT_END_NAMESPACE

#define QTFIT_END_NAMESPACE   }

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

See also
QTFIT_BEGIN_NAMESPACE
QTFIT_NAMESPACE

Definition at line 78 of file QtFit_global.h.

◆ QTFIT_NAMESPACE

#define QTFIT_NAMESPACE   fit

Top-most namespace for all QtFit library symbols.

See also
QTFIT_BEGIN_NAMESPACE
QTFIT_END_NAMESPACE
Todo:
Consider moving this to a CMake option.

Definition at line 55 of file QtFit_global.h.