#include <QApplication>
#include <qstring.h>
#include <qlist.h>
#include <QHash>
#include <QStringList>
#include <QCryptographicHash>
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" |
| #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 MY_ORGANIZATION "TesisTeam" |
Application Settings section
Definition at line 57 of file defines.h.
| #define PROGRAM_URL "http://www.hormigaproject.com.ar" |
| #define PROGRAM_VERSION "1.0 - 09/2009" |
| #define T_CAPTURE_LIST QList<Capture *> |
| #define T_FUNC_HASH QHash<T_STRING, Function*> |
| #define T_FUNC_HASH_IT QHashIterator<T_STRING, Function*> |
| #define T_FUNCTION_ARGUMENTS QList<Operand *> |
| #define T_HASH_CALC QCryptographicHash |
| #define T_INT_ARRAY QList<int> |
| #define T_MAGNITUDE double |
| #define T_REPORT_LIST QList<Report *> |
| #define T_ST_HASH QHash<T_STRING, Operand*> |
| #define T_ST_HASH_IT QHashIterator<T_STRING, Operand*> |
| #define T_STEP_LIST QList<Step *> |
| #define T_STEPS_HASH QHash<T_STRING, Step*> |
| #define T_STEPS_HASH_IT QHashIterator<T_STRING, Step*> |
Default paths - Platform Dependent Code
Definition at line 96 of file defines.h.
| #define T_STRING_LIST QStringList |
| #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*> |