QCodeEdit  2.2
Classes | Macros | Functions
qce-config.h File Reference

Utility file for shared library creation. More...

#include <qglobal.h>
Include dependency graph for qce-config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCE::Registar< Registerable >
 

Macros

#define QCE_EXPORT   Q_DECL_IMPORT
 Macro needed for cross-platform shared libraries creation. More...
 
#define QCE_AUTO_REGISTER(T)   static QCE::Registar<T> _auto_##T##_registar; \
 

Functions

QString QCE::fetchDataFile (const QString &file)
 Centralized access point to data fetching.
 
QStringList QCE::dataPathes ()
 
void QCE::addDataPath (const QString &path)
 Add a path to the list of pathes used to fetch data.
 

Detailed Description

Utility file for shared library creation.

Macro Definition Documentation

◆ QCE_EXPORT

#define QCE_EXPORT   Q_DECL_IMPORT

Macro needed for cross-platform shared libraries creation.

\macro QCE_EXPORT

Function Documentation

◆ dataPathes()

QStringList QCE::dataPathes ( )
Returns
The list of pathes used by QCE to fetch data

References QCE::dataPathes().

Referenced by QCE::dataPathes().