QtFit
0.1
Internal library development documentation
|
Global QtFit library macros. More...
#include <QtGlobal>
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... | |
Global QtFit library macros.
Definition in file QtFit_global.h.
#define QTFIT_BEGIN_NAMESPACE namespace QTFIT_NAMESPACE { |
Macro for starting the QtFit library's top-most namespace (if one is defined).
Definition at line 77 of file QtFit_global.h.
#define QTFIT_END_NAMESPACE } |
Macro for ending the QtFit library's top-most namespace (if one is defined).
Definition at line 78 of file QtFit_global.h.
#define QTFIT_NAMESPACE fit |
Top-most namespace for all QtFit library symbols.
Definition at line 55 of file QtFit_global.h.