irr Namespace Reference


Detailed Description

this is a read file, which is limited to some boundaries, so that it may only start from a certain file position and may only read until a certain file position. This can be useful, for example for reading uncompressed files in an archive (zip). !

Data Structures

Namespaces

Typedefs

Enumerations

Functions


Typedef Documentation

typedef char c8

This is a typedef for char, it ensures portability of the engine.

typedef float f32

This is a typedef for float, it ensures portability of the engine.

typedef double f64

This is a typedef for double, it ensures portability of the engine.

typedef signed short s16

This is a typedef for signed short, it ensures portability of the engine.

typedef signed int s32

This is a typedef for signed int, it ensures portability of the engine.

typedef long long s64

typedef signed char s8

This is a typedef for signed char, it ensures portability of the engine.

typedef void(*) tExecuteBlit(const SBlitJob *job)

typedef unsigned short u16

This is a typedef for unsigned short, it ensures portability of the engine.

typedef unsigned int u32

This is a typedef for unsigned int, it ensures portability of the engine.

typedef unsigned long long u64

typedef unsigned char u8

This is a typedef for unsigned char, it ensures portability of the engine.


Enumeration Type Documentation

enum eBlitter

Enumerator:
BLITTER_INVALID 
BLITTER_COLOR 
BLITTER_COLOR_ALPHA 
BLITTER_TEXTURE 
BLITTER_TEXTURE_ALPHA_BLEND 
BLITTER_TEXTURE_ALPHA_COLOR_BLEND 

enum eClipCode

Enumerator:
CLIPCODE_EMPTY 
CLIPCODE_BOTTOM 
CLIPCODE_TOP 
CLIPCODE_LEFT 
CLIPCODE_RIGHT 

enum EEVENT_TYPE

Enumerator:
EET_GUI_EVENT  An event of the graphical user interface.
EET_MOUSE_INPUT_EVENT  A mouse input event.
EET_KEY_INPUT_EVENT  A key input evant.
EET_USER_EVENT  A user event with user data. This is not used by Irrlicht and can be used to send user specific data though the system.

enum EKEY_ACTION

Enumerator:
EKA_MOVE_FORWARD 
EKA_MOVE_BACKWARD 
EKA_STRAFE_LEFT 
EKA_STRAFE_RIGHT 
EKA_COUNT 
EKA_FORCE_32BIT  This value is not used. It only forces this enumeration to compile in 32 bit.

enum EKEY_CODE

Enumerator:
KEY_LBUTTON 
KEY_RBUTTON 
KEY_CANCEL 
KEY_MBUTTON 
KEY_XBUTTON1 
KEY_XBUTTON2 
KEY_BACK 
KEY_TAB 
KEY_CLEAR 
KEY_RETURN 
KEY_SHIFT 
KEY_CONTROL 
KEY_MENU 
KEY_PAUSE 
KEY_CAPITAL 
KEY_KANA 
KEY_HANGUEL 
KEY_HANGUL 
KEY_JUNJA 
KEY_FINAL 
KEY_HANJA 
KEY_KANJI 
KEY_ESCAPE 
KEY_CONVERT 
KEY_NONCONVERT 
KEY_ACCEPT 
KEY_MODECHANGE 
KEY_SPACE 
KEY_PGUP 
KEY_PGDN 
KEY_END 
KEY_HOME 
KEY_LEFT 
KEY_UP 
KEY_RIGHT 
KEY_DOWN 
KEY_SELECT 
KEY_PRINT 
KEY_EXECUT 
KEY_SNAPSHOT 
KEY_INSERT 
KEY_DELETE 
KEY_HELP 
KEY_KEY_0 
KEY_KEY_1 
KEY_KEY_2 
KEY_KEY_3 
KEY_KEY_4 
KEY_KEY_5 
KEY_KEY_6 
KEY_KEY_7 
KEY_KEY_8 
KEY_KEY_9 
KEY_KEY_A 
KEY_KEY_B 
KEY_KEY_C 
KEY_KEY_D 
KEY_KEY_E 
KEY_KEY_F 
KEY_KEY_G 
KEY_KEY_H 
KEY_KEY_I 
KEY_KEY_J 
KEY_KEY_K 
KEY_KEY_L 
KEY_KEY_M 
KEY_KEY_N 
KEY_KEY_O 
KEY_KEY_P 
KEY_KEY_Q 
KEY_KEY_R 
KEY_KEY_S 
KEY_KEY_T 
KEY_KEY_U 
KEY_KEY_V 
KEY_KEY_W 
KEY_KEY_X 
KEY_KEY_Y 
KEY_KEY_Z 
KEY_LWIN 
KEY_RWIN 
KEY_APPS 
KEY_SLEEP 
KEY_NUMPAD0 
KEY_NUMPAD1 
KEY_NUMPAD2 
KEY_NUMPAD3 
KEY_NUMPAD4 
KEY_NUMPAD5 
KEY_NUMPAD6 
KEY_NUMPAD7 
KEY_NUMPAD8 
KEY_NUMPAD9 
KEY_MULTIPLY 
KEY_ADD 
KEY_SEPARATOR 
KEY_SUBTRACT 
KEY_DECIMAL 
KEY_DIVIDE 
KEY_F1 
KEY_F2 
KEY_F3 
KEY_F4 
KEY_F5 
KEY_F6 
KEY_F7 
KEY_F8 
KEY_F9 
KEY_F10 
KEY_F11 
KEY_F12 
KEY_F13 
KEY_F14 
KEY_F15 
KEY_F16 
KEY_F17 
KEY_F18 
KEY_F19 
KEY_F20 
KEY_F21 
KEY_F22 
KEY_F23 
KEY_F24 
KEY_NUMLOCK 
KEY_SCROLL 
KEY_LSHIFT 
KEY_RSHIFT 
KEY_LCONTROL 
KEY_RCONTROL 
KEY_LMENU 
KEY_RMENU 
KEY_SEMICOLON 
KEY_PLUS 
KEY_COMMA 
KEY_MINUS 
KEY_PERIOD 
KEY_FORWARD_SLASH 
KEY_TILDE 
KEY_LBRACKET 
KEY_BACK_SLASH 
KEY_RBRACKET 
KEY_QUOTE 
KEY_ATTN 
KEY_CRSEL 
KEY_EXSEL 
KEY_EREOF 
KEY_PLAY 
KEY_ZOOM 
KEY_PA1 
KEY_OEM_CLEAR 
KEY_KEY_CODES_COUNT 

enum ELOG_LEVEL

Enumerator:
ELL_INFORMATION  High log level, warnings, errors and important information texts are printed out.
ELL_WARNING  Default log level, warnings and errors are printed out.
ELL_ERROR  Low log level, only errors are printed into the log.
ELL_NONE  Nothing is printed out to the log.

enum EMOUSE_INPUT_EVENT

Enumerator:
EMIE_LMOUSE_PRESSED_DOWN  Left mouse button was pressed down.
EMIE_RMOUSE_PRESSED_DOWN  Right mouse button was pressed down.
EMIE_MMOUSE_PRESSED_DOWN  Middle mouse button was pressed down.
EMIE_LMOUSE_LEFT_UP  Left mouse button was left up.
EMIE_RMOUSE_LEFT_UP  Right mouse button was left up.
EMIE_MMOUSE_LEFT_UP  Middle mouse button was left up.
EMIE_MOUSE_MOVED  The mouse cursor changed its position.
EMIE_MOUSE_WHEEL  The mouse wheel was moved. Use Wheel value in event data to find out in what direction and how fast.
EMIE_COUNT 


Function Documentation

s32 irr::Blit ( eBlitter  operation,
video::IImage *  dest,
const core::rect< s32 > *  destClipping,
const core::position2d< s32 > *  destPos,
video::IImage *  source,
const core::rect< s32 > *  sourceClipping,
u32  argb 
)

IRRLICHT_API IrrlichtDevice *IRRCALLCONV createDevice ( video::E_DRIVER_TYPE  deviceType = video::EDT_OPENGL,
const core::dimension2d< s32 > &  windowSize = core::dimension2d< s32 >(640, 480),
u32  bits = 16,
bool  fullscreen = false,
bool  stencilbuffer = false,
bool  vsync = false,
IEventReceiver *  receiver = 0,
const char *  sdk_version_do_not_use = IRRLICHT_SDK_VERSION 
)

If you need more parameters to be passed to the creation of the Irrlicht Engine device, use the createDeviceEx() function.

Parameters:
deviceType,: Type of the device. This can currently be video::EDT_NULL, video::EDT_SOFTWARE, video::EDT_DIRECT3D8, video::EDT_DIRECT3D9 and video::EDT_OPENGL.
windowSize,: Size of the window or the video mode in fullscreen mode.
bits,: Bits per pixel in fullscreen mode. Ignored if windowed mode.
fullscreen,: Should be set to true if the device should run in fullscreen. Otherwise the device runs in windowed mode.
stencilbuffer,: Specifies if the stencil buffer should be enabled. Set this to true, if you want the engine be able to draw stencil buffer shadows. Note that not all devices are able to use the stencil buffer. If they don't no shadows will be drawn.
vsync,: Specifies vertical syncronisation: If set to true, the driver will wait for the vertical retrace period, otherwise not.
receiver,: A user created event receiver.
sdk_version_do_not_use,: Don't use or change this parameter. Always set it to IRRLICHT_SDK_VERSION, which is done by default. This is needed for sdk version checks.
Returns:
Returns pointer to the created IrrlichtDevice or null if the device could not be created.

IRRLICHT_API IrrlichtDevice* IRRCALLCONV irr::createDeviceEx ( const SIrrlichtCreationParameters &  parameters  ) 

Usually you should used createDevice() for creating an Irrlicht Engine device. Use this function only if you wish to specify advanced parameters like a window handle in which the device should be created.

Parameters:
parameters,: Structure containing advanced parameters for the creation of the device. See irr::SIrrlichtCreationParameters for details.
Returns:
Returns pointer to the created IrrlichtDevice or null if the device could not be created.

void irr::executeBlit_TextureCopy_16_to_32 ( const SBlitJob *  job  ) 

void irr::executeBlit_TextureCopy_24_to_16 ( const SBlitJob *  job  ) 

void irr::executeBlit_TextureCopy_24_to_32 ( const SBlitJob *  job  ) 

void irr::executeBlit_TextureCopy_32_to_16 ( const SBlitJob *  job  ) 

void irr::executeBlit_TextureCopy_x_to_x ( const SBlitJob *  job  ) 

tExecuteBlit irr::getBlitter ( eBlitter  operation,
video::IImage *  dest,
video::IImage *  source 
)

void irr::intersect ( AbsRectangle &  dest,
const AbsRectangle &  a,
const AbsRectangle &  b 
) [inline]

bool irr::isValid ( const AbsRectangle &  a  )  [inline]


Generated on Fri Apr 27 14:47:01 2007 for IrrSpintz by  doxygen 1.5.1-p1