Hormiga 1.0

/var/www/hormigaproject.com.ar/files/src/defines.h File Reference

#include <QApplication>
#include <qstring.h>
#include <qlist.h>
#include <QHash>
#include <QStringList>
#include <QCryptographicHash>
Include dependency graph for defines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define TRUE   1
#define FALSE   0
#define MY_ORGANIZATION   "TesisTeam"
#define APPLICATION_NAME   "Hormiga"
#define PROGRAM_VERSION   "1.0 - 09/2009"
#define PROGRAM_URL   "http://www.hormigaproject.com.ar"
#define LICENSE   "Copyright 2008-2009 Hormiga Project. All rights reserved.\n\n \The program is provided AS IS with NO WARRANTY OF ANY KIND, \INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. \\n\n \See the GPL (GNU Public License) at http://www.gnu.org/copyleft/gpl.html for more information.\"
#define LOCALES_DIR   "locale"
#define T_STRING   QString
#define T_MAGNITUDE   double
#define T_STMT_BLOCK   QList<Statement *>
#define T_ST_HASH   QHash<T_STRING, Operand*>
#define T_ST_HASH_IT   QHashIterator<T_STRING, Operand*>
#define T_TYPE_HASH   QHash<T_STRING, Type*>
#define T_TYPE_HASH_IT   QHashIterator<T_STRING, Type*>
#define T_UNIT_HASH   QHash<T_STRING, Unit*>
#define T_UNIT_HASH_IT   QHashIterator<T_STRING, Unit*>
#define T_FUNC_HASH   QHash<T_STRING, Function*>
#define T_FUNC_HASH_IT   QHashIterator<T_STRING, Function*>
#define T_STEPS_HASH   QHash<T_STRING, Step*>
#define T_STEPS_HASH_IT   QHashIterator<T_STRING, Step*>
#define T_ST_LIST   QList<SymbolTable *>
#define T_FUNCTION_ARGUMENTS   QList<Operand *>
#define T_STEP_LIST   QList<Step *>
#define T_STEP_CONDITIONS_LIST   QList<StepCondition *>
#define T_CAPTURE_LIST   QList<Capture *>
#define T_REPORT_LIST   QList<Report *>
#define T_STRING_LIST   QStringList
#define T_INT_ARRAY   QList<int>
#define T_HASH_CALC   QCryptographicHash

Define Documentation

#define APPLICATION_NAME   "Hormiga"

Definition at line 58 of file defines.h.

#define FALSE   0

Definition at line 53 of file defines.h.

#define LICENSE   "Copyright 2008-2009 Hormiga Project. All rights reserved.\n\n \The program is provided AS IS with NO WARRANTY OF ANY KIND, \INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. \\n\n \See the GPL (GNU Public License) at http://www.gnu.org/copyleft/gpl.html for more information.\"

Definition at line 63 of file defines.h.

#define LOCALES_DIR   "locale"

Definition at line 71 of file defines.h.

#define MY_ORGANIZATION   "TesisTeam"

Application Settings section

Definition at line 57 of file defines.h.

#define PROGRAM_URL   "http://www.hormigaproject.com.ar"

Definition at line 61 of file defines.h.

#define PROGRAM_VERSION   "1.0 - 09/2009"

Definition at line 60 of file defines.h.

#define T_CAPTURE_LIST   QList<Capture *>

Definition at line 131 of file defines.h.

#define T_FUNC_HASH   QHash<T_STRING, Function*>

Definition at line 113 of file defines.h.

#define T_FUNC_HASH_IT   QHashIterator<T_STRING, Function*>

Definition at line 114 of file defines.h.

#define T_FUNCTION_ARGUMENTS   QList<Operand *>

Definition at line 122 of file defines.h.

#define T_HASH_CALC   QCryptographicHash

Definition at line 145 of file defines.h.

#define T_INT_ARRAY   QList<int>

Definition at line 141 of file defines.h.

#define T_MAGNITUDE   double

Definition at line 97 of file defines.h.

#define T_REPORT_LIST   QList<Report *>

Definition at line 134 of file defines.h.

#define T_ST_HASH   QHash<T_STRING, Operand*>

Definition at line 104 of file defines.h.

#define T_ST_HASH_IT   QHashIterator<T_STRING, Operand*>

Definition at line 105 of file defines.h.

#define T_ST_LIST   QList<SymbolTable *>

Definition at line 119 of file defines.h.

#define T_STEP_CONDITIONS_LIST   QList<StepCondition *>

Definition at line 128 of file defines.h.

#define T_STEP_LIST   QList<Step *>

Definition at line 125 of file defines.h.

#define T_STEPS_HASH   QHash<T_STRING, Step*>

Definition at line 116 of file defines.h.

#define T_STEPS_HASH_IT   QHashIterator<T_STRING, Step*>

Definition at line 117 of file defines.h.

#define T_STMT_BLOCK   QList<Statement *>

Definition at line 100 of file defines.h.

#define T_STRING   QString

Default paths - Platform Dependent Code

Definition at line 96 of file defines.h.

#define T_STRING_LIST   QStringList

Definition at line 138 of file defines.h.

#define T_TYPE_HASH   QHash<T_STRING, Type*>

Definition at line 107 of file defines.h.

#define T_TYPE_HASH_IT   QHashIterator<T_STRING, Type*>

Definition at line 108 of file defines.h.

#define T_UNIT_HASH   QHash<T_STRING, Unit*>

Definition at line 110 of file defines.h.

#define T_UNIT_HASH_IT   QHashIterator<T_STRING, Unit*>

Definition at line 111 of file defines.h.

#define TRUE   1

Definition at line 50 of file defines.h.