#include "CEGUI.h"
#include "CEGUILua.h"
#include "CEGUILuaFunctor.h"
#include <fstream>
Namespaces | |
namespace | CEGUI |
Defines | |
#define | __operator_decrement operator-- |
#define | __operator_dereference operator* |
#define | __operator_increment operator++ |
#define | CEGUIDeadException(e) & |
#define | LuaFunctorSubscribeEvent CEGUI::LuaFunctor::SubscribeEvent |
Typedefs | |
typedef CEGUI::String | string |
Functions | |
ListboxTextItem * | CEGUI::ceguiLua_createListboxTextItem (const String &text, uint item_id, void *item_data, bool disabled, bool auto_delete) |
void | CEGUI::ceguiLua_FileStream_open (FileStream *os, const char *filename) |
template<typename T> | |
EventIterator | CEGUI::ceguiLua_getEventIterator (const T *self) |
template<typename T> | |
PropertyIterator | CEGUI::ceguiLua_getPropertyIterator (const T *self) |
bool | CEGUI::ceguiLua_System_isSystemKeyDown (const System *sys, SystemKey k) |
void | CEGUI::ceguiLua_Thumb_getHorzRange (Thumb *wnd, float *min, float *max) |
void | CEGUI::ceguiLua_Thumb_getVertRange (Thumb *wnd, float *min, float *max) |
#define __operator_decrement operator-- |
#define __operator_dereference operator* |
#define __operator_increment operator++ |
#define CEGUIDeadException | ( | e | ) | & |
#define LuaFunctorSubscribeEvent CEGUI::LuaFunctor::SubscribeEvent |
typedef CEGUI::String string |