ArtMOO
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Defines | Typedefs | Enumerations
G:/dev/qt/MOO/ServerCore/mooglobal.h File Reference
#include <QtGlobal>

Go to the source code of this file.

Defines

#define OBJECT_NONE   (-1)
#define OBJECT_AMBIGUOUS   (-2)
#define OBJECT_FAILED_MATCH   (-3)
#define OBJECT_UNSPECIFIED   (-4)

Typedefs

typedef qint32 ObjectId
typedef quint32 TaskId
typedef quint32 ConnectionId
typedef enum mooError mooError

Enumerations

enum  mooError {
  E_NONE = 0, E_TYPE, E_DIV, E_PERM,
  E_PROPNF, E_VERBNF, E_VARNF, E_INVIND,
  E_RECMOVE, E_MAXREC, E_RANGE, E_ARGS,
  E_NACC, E_INVARG, E_QUOTA, E_FLOAT,
  E_MEMORY
}

Define Documentation

#define OBJECT_AMBIGUOUS   (-2)
#define OBJECT_FAILED_MATCH   (-3)
#define OBJECT_NONE   (-1)
#define OBJECT_UNSPECIFIED   (-4)

Typedef Documentation

typedef quint32 ConnectionId
typedef enum mooError mooError
typedef qint32 ObjectId
typedef quint32 TaskId

Enumeration Type Documentation

enum mooError
Enumerator:
E_NONE 
E_TYPE 
E_DIV 
E_PERM 
E_PROPNF 
E_VERBNF 
E_VARNF 
E_INVIND 
E_RECMOVE 
E_MAXREC 
E_RANGE 
E_ARGS 
E_NACC 
E_INVARG 
E_QUOTA 
E_FLOAT 
E_MEMORY