AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzTypes.h File Reference
#include <list>
#include <vector>
#include "CzRect.h"
#include "CzVec2.h"
#include "CzIVec2.h"
#include "CzSVec2.h"
#include "CzVec3.h"
#include "CzVec4.h"
#include "CzMatrix3.h"
#include "CzMatrix4.h"
#include "CzColour.h"

Go to the source code of this file.

Defines

#define CzList   std::list
#define CzVector   std::vector
#define CZ_BIG_ENDIAN

Typedefs

typedef CzList< char > CzCharList
typedef CzList< int > CzIntList
typedef CzList< float > CzFloatList
typedef CzList< bool > CzBoolList
typedef CzVector< char > CzCharVector
typedef CzVector< int > CzIntVector
typedef CzVector< float > CzFloatVector
typedef CzVector< bool > CzBoolVector
typedef void * CzFileHandle
typedef void * CzTexture
typedef void * CzFontHandle
typedef void * CzFontPreparedText
typedef void * CzSoundInst
typedef void * CzSoundSpec
typedef void * CzSoundData
typedef void * CzWebView
typedef void * CzFacebookRequest

Enumerations

enum  eCzOrientation { Orientation_Horizontal, Orientation_Vertical }
 Values that represent orientation. More...
enum  eCzAlignH { AlignH_Left, AlignH_Centre, AlignH_Right }
 Values that represent horizontal alignment. More...
enum  eCzAlignV { AlignV_Top, AlignV_Middle, AlignV_Bottom }
 Values that represent vertical alignment. More...
enum  eCzAspectLock { AL_None, AL_X, AL_Y }
 Values that represent aspect lock. More...

Define Documentation

#define CZ_BIG_ENDIAN
#define CzList   std::list
#define CzVector   std::vector

Typedef Documentation

typedef CzList<bool> CzBoolList
typedef CzVector<bool> CzBoolVector
typedef CzList<char> CzCharList
typedef CzVector<char> CzCharVector
typedef void* CzFacebookRequest
typedef void* CzFileHandle
typedef CzList<float> CzFloatList
typedef CzVector<float> CzFloatVector
typedef void* CzFontHandle
typedef void* CzFontPreparedText
typedef CzList<int> CzIntList
typedef CzVector<int> CzIntVector
typedef void* CzSoundData
typedef void* CzSoundInst
typedef void* CzSoundSpec
typedef void* CzTexture
typedef void* CzWebView

Enumeration Type Documentation

enum eCzAlignH

Values that represent horizontal alignment.

Enumerator:
AlignH_Left 
AlignH_Centre 
AlignH_Right 
enum eCzAlignV

Values that represent vertical alignment.

Enumerator:
AlignV_Top 
AlignV_Middle 
AlignV_Bottom 

Values that represent aspect lock.

Enumerator:
AL_None 
AL_X 
AL_Y 

Values that represent orientation.

Enumerator:
Orientation_Horizontal 
Orientation_Vertical