#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 Event::Connection | CEGUI::EventConnection |
typedef EventSet::Iterator | CEGUI::EventIterator |
typedef WindowFactoryManager::FalagardMappingIterator | CEGUI::FalagardMappingIterator |
typedef WindowFactoryManager::FalagardWindowMapping | CEGUI::FalagardWindowMapping |
typedef std::ofstream | CEGUI::FileStream |
typedef FontManager::FontIterator | CEGUI::FontIterator |
typedef Imageset::ImageIterator | CEGUI::ImageIterator |
typedef ImagesetManager::ImagesetIterator | CEGUI::ImagesetIterator |
typedef PropertySet::Iterator | CEGUI::PropertyIterator |
typedef SchemeManager::SchemeIterator | CEGUI::SchemeIterator |
typedef CEGUI::String | string |
typedef WindowFactoryManager::WindowFactoryIterator | CEGUI::WindowFactoryIterator |
typedef WindowManager::WindowIterator | CEGUI::WindowIterator |
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 |