16#define SWIG_LUA_TARGET SWIG_LUA_FLAVOR_LUA
17#define SWIG_LUA_MODULE_GLOBAL
22template<
typename T>
class SwigValueWrapper {
23 struct SwigMovePointer {
25 SwigMovePointer(T *p) : ptr(p) { }
26 ~SwigMovePointer() {
delete ptr; }
27 SwigMovePointer& operator=(SwigMovePointer& rhs) { T* oldptr = ptr; ptr = 0;
delete oldptr; ptr = rhs.ptr; rhs.ptr = 0;
return *
this; }
29 SwigValueWrapper& operator=(
const SwigValueWrapper<T>& rhs);
30 SwigValueWrapper(
const SwigValueWrapper<T>& rhs);
32 SwigValueWrapper() :
pointer(0) { }
33 SwigValueWrapper& operator=(
const T& t) { SwigMovePointer tmp(
new T(t));
pointer = tmp;
return *
this; }
34 operator T&()
const {
return *
pointer.ptr; }
35 T *operator&() {
return pointer.ptr; }
38template <
typename T> T SwigValueInit() {
49#ifndef SWIGTEMPLATEDISAMBIGUATOR
50# if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
51# define SWIGTEMPLATEDISAMBIGUATOR template
52# elif defined(__HP_aCC)
55# define SWIGTEMPLATEDISAMBIGUATOR template
57# define SWIGTEMPLATEDISAMBIGUATOR
63# if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
64# define SWIGINLINE inline
73# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
74# define SWIGUNUSED __attribute__ ((__unused__))
79# define SWIGUNUSED __attribute__ ((__unused__))
85#ifndef SWIG_MSC_UNSUPPRESS_4505
87# pragma warning(disable : 4505)
93# define SWIGUNUSEDPARM(p)
95# define SWIGUNUSEDPARM(p) p SWIGUNUSED
101# define SWIGINTERN static SWIGUNUSED
105#ifndef SWIGINTERNINLINE
106# define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
111# if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
112# ifndef GCC_HASCLASSVISIBILITY
113# define GCC_HASCLASSVISIBILITY
119# if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
120# if defined(STATIC_LINKED)
123# define SWIGEXPORT __declspec(dllexport)
126# if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
127# define SWIGEXPORT __attribute__ ((visibility("default")))
136# if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
137# define SWIGSTDCALL __stdcall
144#if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
145# define _CRT_SECURE_NO_DEPRECATE
149#if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
150# define _SCL_SECURE_NO_DEPRECATE
154#if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
155# define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
163#ifdef __INTEL_COMPILER
164# pragma warning disable 592
176#define SWIG_RUNTIME_VERSION "4"
179#ifdef SWIG_TYPE_TABLE
180# define SWIG_QUOTE_STRING(x) #x
181# define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
182# define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
184# define SWIG_TYPE_TABLE_NAME
197# define SWIGRUNTIME SWIGINTERN
200#ifndef SWIGRUNTIMEINLINE
201# define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
205#ifndef SWIG_BUFFER_SIZE
206# define SWIG_BUFFER_SIZE 1024
210#define SWIG_POINTER_DISOWN 0x1
211#define SWIG_CAST_NEW_MEMORY 0x2
212#define SWIG_POINTER_NO_NULL 0x4
215#define SWIG_POINTER_OWN 0x1
298#define SWIG_ERROR (-1)
299#define SWIG_IsOK(r) (r >= 0)
300#define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
303#define SWIG_CASTRANKLIMIT (1 << 8)
305#define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
307#define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
309#define SWIG_BADOBJ (SWIG_ERROR)
310#define SWIG_OLDOBJ (SWIG_OK)
311#define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
312#define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
314#define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
315#define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
316#define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
317#define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
318#define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
319#define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
322#if defined(SWIG_CASTRANK_MODE)
323# ifndef SWIG_TypeRank
324# define SWIG_TypeRank unsigned long
326# ifndef SWIG_MAXCASTRANK
327# define SWIG_MAXCASTRANK (2)
329# define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1)
330# define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK)
335 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
338# define SWIG_AddCast(r) (r)
339# define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
349typedef void *(*swig_converter_func)(
void *,
int *);
391 const char *f2,
const char *l2) {
392 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
393 while ((*f1 ==
' ') && (f1 != l1)) ++f1;
394 while ((*f2 ==
' ') && (f2 != l2)) ++f2;
395 if (*f1 != *f2)
return (*f1 > *f2) ? 1 : -1;
397 return (
int)((l1 - f1) - (l2 - f2));
407 const char* te = tb + strlen(tb);
409 while (equiv != 0 && *ne) {
410 for (nb = ne; *ne; ++ne) {
411 if (*ne ==
'|')
break;
436 if (strcmp(iter->
type->
name, c) == 0) {
437 if (iter == ty->
cast)
463 if (iter->
type == from) {
464 if (iter == ty->
cast)
496 if (!ty || !ty->
dcast)
return ty;
497 while (ty && (ty->
dcast)) {
498 ty = (*ty->
dcast)(ptr);
522 if (!
type)
return NULL;
523 if (
type->str != NULL) {
524 const char *last_name =
type->str;
526 for (s =
type->str; *s; s++)
527 if (*s ==
'|') last_name = s+1;
575 size_t r = iter->
size - 1;
578 size_t i = (l + r) >> 1;
581 int compare = strcmp(
name, iname);
584 }
else if (compare < 0) {
590 }
else if (compare > 0) {
599 }
while (iter != end);
626 for (;
i < iter->
size; ++
i) {
631 }
while (iter != end);
643 static const char hex[17] =
"0123456789abcdef";
644 const unsigned char *u = (
unsigned char *) ptr;
645 const unsigned char *eu = u + sz;
646 for (; u != eu; ++u) {
647 unsigned char uu = *u;
648 *(c++) = hex[(uu & 0xf0) >> 4];
649 *(c++) = hex[uu & 0xf];
659 unsigned char *u = (
unsigned char *) ptr;
660 const unsigned char *eu = u + sz;
661 for (; u != eu; ++u) {
664 if ((d >=
'0') && (d <=
'9'))
665 uu = (
unsigned char)((d -
'0') << 4);
666 else if ((d >=
'a') && (d <=
'f'))
667 uu = (
unsigned char)((d - (
'a'-10)) << 4);
671 if ((d >=
'0') && (d <=
'9'))
672 uu |= (
unsigned char)(d -
'0');
673 else if ((d >=
'a') && (d <=
'f'))
674 uu |= (
unsigned char)(d - (
'a'-10));
688 if ((2*
sizeof(
void *) + 2) > bsz)
return 0;
691 if (strlen(
name) + 1 > (bsz - (r - buff)))
return 0;
699 if (strcmp(c,
"NULL") == 0) {
712 size_t lname = (
name ? strlen(
name) : 0);
713 if ((2*sz + 2 + lname) > bsz)
return 0;
717 strncpy(r,
name,lname+1);
727 if (strcmp(c,
"NULL") == 0) {
742#define SWIG_UnknownError -1
743#define SWIG_IOError -2
744#define SWIG_RuntimeError -3
745#define SWIG_IndexError -4
746#define SWIG_TypeError -5
747#define SWIG_DivisionByZero -6
748#define SWIG_OverflowError -7
749#define SWIG_SyntaxError -8
750#define SWIG_ValueError -9
751#define SWIG_SystemError -10
752#define SWIG_AttributeError -11
753#define SWIG_MemoryError -12
754#define SWIG_NullReferenceError -13
779#define SWIG_LUA_FLAVOR_LUA 1
780#define SWIG_LUA_FLAVOR_ELUA 2
781#define SWIG_LUA_FLAVOR_ELUAC 3
783#if !defined(SWIG_LUA_TARGET)
784# error SWIG_LUA_TARGET not defined
787#if defined(SWIG_LUA_ELUA_EMULATE)
789struct swig_elua_entry;
791typedef struct swig_elua_key {
799typedef struct swig_elua_val {
803 const struct swig_elua_entry *table;
805 lua_CFunction function;
810 swig_type_info **ptype;
815typedef struct swig_elua_entry {
820#define LSTRKEY(x) {LUA_TSTRING, {.strkey = x} }
821#define LNUMKEY(x) {LUA_TNUMBER, {.numkey = x} }
822#define LNILKEY {LUA_TNIL, {.strkey = 0} }
824#define LNUMVAL(x) {LUA_TNUMBER, {.number = x} }
825#define LFUNCVAL(x) {LUA_TFUNCTION, {.function = x} }
826#define LROVAL(x) {LUA_TTABLE, {.table = x} }
827#define LNILVAL {LUA_TNIL, {.string = 0} }
828#define LSTRVAL(x) {LUA_TSTRING, {.string = x} }
830#define LUA_REG_TYPE swig_elua_entry
832#define SWIG_LUA_ELUA_EMUL_METATABLE_KEY "__metatable"
834#define lua_pushrotable(L,p)\
837 SWIG_Lua_elua_emulate_register(L,(swig_elua_entry*)(p));
839#define SWIG_LUA_CONSTTAB_POINTER(B,C,D)\
840 LSTRKEY(B), {LUA_TUSERDATA, { .userdata={0,0,(void*)(C),&D} } }
842#define SWIG_LUA_CONSTTAB_BINARY(B,S,C,D)\
843 LSTRKEY(B), {LUA_TUSERDATA, { .userdata={1,S,(void*)(C),&D} } }
846#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
847# define SWIG_LUA_CONSTTAB_INT(B, C) LSTRKEY(B), LNUMVAL(C)
848# define SWIG_LUA_CONSTTAB_FLOAT(B, C) LSTRKEY(B), LNUMVAL(C)
849# define SWIG_LUA_CONSTTAB_STRING(B, C) LSTRKEY(B), LSTRVAL(C)
850# define SWIG_LUA_CONSTTAB_CHAR(B, C) LSTRKEY(B), LNUMVAL(C)
853#ifndef SWIG_LUA_CONSTTAB_POINTER
854#warning eLua does not support pointers as constants. By default, nil will be used as value
855#define SWIG_LUA_CONSTTAB_POINTER(B,C,D) LSTRKEY(B), LNILVAL
858#ifndef SWIG_LUA_CONSTTAB_BINARY
859#warning eLua does not support pointers to member as constants. By default, nil will be used as value
860#define SWIG_LUA_CONSTTAB_BINARY(B, S, C, D) LSTRKEY(B), LNILVAL
863# define SWIG_LUA_CONSTTAB_INT(B, C) SWIG_LUA_INT, (char *)B, (long)C, 0, 0, 0
864# define SWIG_LUA_CONSTTAB_FLOAT(B, C) SWIG_LUA_FLOAT, (char *)B, 0, (double)C, 0, 0
865# define SWIG_LUA_CONSTTAB_STRING(B, C) SWIG_LUA_STRING, (char *)B, 0, 0, (void *)C, 0
866# define SWIG_LUA_CONSTTAB_CHAR(B, C) SWIG_LUA_CHAR, (char *)B, (long)C, 0, 0, 0
867# define SWIG_LUA_CONSTTAB_POINTER(B,C,D)\
868 SWIG_LUA_POINTER, (char *)B, 0, 0, (void *)C, &D
869# define SWIG_LUA_CONSTTAB_BINARY(B, S, C, D)\
870 SWIG_LUA_BINARY, (char *)B, S, 0, (void *)C, &D
873#ifndef SWIG_LUA_ELUA_EMULATE
874#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
875# define LRO_STRVAL(v) {{.p = (char *) v}, LUA_TSTRING}
876# define LSTRVAL LRO_STRVAL
880#ifndef SWIG_LUA_ELUA_EMULATE
881#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
884#define MIN_OPT_LEVEL 2
903#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501
904# define lua_rawlen lua_strlen
905#elif LUA_VERSION_NUM == 501
906# define lua_rawlen lua_objlen
913#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 502
914# define lua_pushglobaltable(L) lua_pushvalue(L, LUA_GLOBALSINDEX)
918#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 502
919# define lua_absindex(L,i) ((i)>0 || (i) <= LUA_REGISTRYINDEX ? (i) : lua_gettop(L) + (i) + 1)
923#if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 502
924#define lua_rawsetp(L,index,ptr)\
925 lua_pushlightuserdata(L,(void*)(ptr));\
929#define lua_rawgetp(L,index,ptr)\
930 lua_pushlightuserdata(L,(void*)(ptr));\
946 lua_pushstring (L, str);
959 lua_pushvfstring(L, fmt, argp);
969#define SWIG_LUA_INT 1
970#define SWIG_LUA_FLOAT 2
971#define SWIG_LUA_STRING 3
972#define SWIG_LUA_POINTER 4
973#define SWIG_LUA_BINARY 5
974#define SWIG_LUA_CHAR 6
983#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
1053#define SWIG_NewPointerObj(L, ptr, type, owner) SWIG_Lua_NewPointerObj(L, (void *)ptr, type, owner)
1054#define SWIG_ConvertPtr(L,idx, ptr, type, flags) SWIG_Lua_ConvertPtr(L,idx,ptr,type,flags)
1055#define SWIG_MustGetPtr(L,idx, type,flags, argnum,fnname) SWIG_Lua_MustGetPtr(L,idx, type,flags, argnum,fnname)
1057#define SWIG_ConvertMember(L, idx, ptr, sz, ty) SWIG_Lua_ConvertPacked(L, idx, ptr, sz, ty)
1058#define SWIG_NewMemberObj(L, ptr, sz, type) SWIG_Lua_NewPackedObj(L, ptr, sz, type)
1061#define SWIG_GetModule(clientdata) SWIG_Lua_GetModule((lua_State*)(clientdata))
1062#define SWIG_SetModule(clientdata, pointer) SWIG_Lua_SetModule((lua_State*) (clientdata), pointer)
1063#define SWIG_MODULE_CLIENTDATA_TYPE lua_State*
1066#define SWIG_contract_assert(expr, msg) \
1067 if (!(expr)) { SWIG_Lua_pusherrstring(L, (char *) msg); goto fail; } else
1071#define SWIG_fail {goto fail;}
1072#define SWIG_fail_arg(func_name,argnum,type) \
1073 {SWIG_Lua_pushferrstring(L,"Error in %s (arg %d), expected '%s' got '%s'",\
1074 func_name,argnum,type,SWIG_Lua_typename(L,argnum));\
1076#define SWIG_fail_ptr(func_name,argnum,type) \
1077 SWIG_fail_arg(func_name,argnum,(type && type->str)?type->str:"void*")
1078#define SWIG_check_num_args(func_name,a,b) \
1079 if (lua_gettop(L)<a || lua_gettop(L)>b) \
1080 {SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L));\
1084#define SWIG_Lua_get_table(L,n) \
1085 (lua_pushstring(L, n), lua_rawget(L,-2))
1087#define SWIG_Lua_add_function(L,n,f) \
1088 (lua_pushstring(L, n), \
1089 lua_pushcfunction(L, f), \
1092#define SWIG_Lua_add_boolean(L,n,b) \
1093 (lua_pushstring(L, n), \
1094 lua_pushboolean(L, b), \
1098#define SWIG_isptrtype(L,I) (lua_isuserdata(L,I) || lua_isnil(L,I))
1111 lua_rawget(L,LUA_REGISTRYINDEX);
1112 if (lua_islightuserdata(L,-1))
1122 lua_pushlightuserdata(L,(
void*)module);
1123 lua_rawset(L,LUA_REGISTRYINDEX);
1136#ifndef SWIGLUA_IGNORE_SET_IMMUTABLE
1138 luaL_error(L,
"This variable is immutable");
1143#ifdef SWIG_LUA_ELUA_EMULATE
1147static int swig_lua_elua_emulate_unique_key;
1150SWIGINTERN void SWIG_Lua_elua_emulate_register(lua_State *L,
const swig_elua_entry *table)
1152 int i, table_parsed, parsed_tables_array, target_table;
1153 assert(lua_istable(L,-1));
1154 target_table = lua_gettop(L);
1156 lua_rawgetp(L, LUA_REGISTRYINDEX, &swig_lua_elua_emulate_unique_key);
1157 if(lua_isnil(L,-1)) {
1160 lua_pushvalue(L,-1);
1161 lua_rawsetp(L,LUA_REGISTRYINDEX,(
void*)(&swig_lua_elua_emulate_unique_key));
1163 parsed_tables_array = lua_gettop(L);
1164 lua_pushvalue(L,target_table);
1167 const int SWIGUNUSED pairs_start = lua_gettop(L);
1168 for(
i = 0;table[
i].key.type != LUA_TNIL || table[
i].value.type != LUA_TNIL;
i++)
1170 const swig_elua_entry *entry = table +
i;
1171 int is_metatable = 0;
1172 switch(entry->key.type) {
1174 lua_pushstring(L,entry->key.key.strkey);
1175 if(strcmp(entry->key.key.strkey, SWIG_LUA_ELUA_EMUL_METATABLE_KEY) == 0)
1179 lua_pushnumber(L,entry->key.key.numkey);
1187 switch(entry->value.type) {
1189 lua_pushstring(L,entry->value.value.string);
1192 lua_pushnumber(L,entry->value.value.number);
1195 lua_pushcfunction(L,entry->value.value.function);
1198 lua_rawgetp(L,parsed_tables_array, entry->value.value.table);
1199 table_parsed = !lua_isnil(L,-1);
1203 SWIG_Lua_elua_emulate_register(L,entry->value.value.table);
1206 assert(lua_istable(L,-1));
1207 lua_pushvalue(L,-1);
1208 lua_setmetatable(L,target_table);
1213 if(entry->value.value.userdata.member)
1215 entry->value.value.userdata.lvalue,
1216 *(entry->value.value.userdata.ptype));
1219 *(entry->value.value.userdata.ptype),0);
1227 assert(lua_gettop(L) == pairs_start + 2);
1228 lua_rawset(L,target_table);
1231 assert(lua_gettop(L) == target_table);
1234SWIGINTERN void SWIG_Lua_elua_emulate_register_clear(lua_State *L)
1237 lua_rawsetp(L, LUA_REGISTRYINDEX, &swig_lua_elua_emulate_unique_key);
1242SWIGINTERN int SWIG_Lua_emulate_elua_getmetatable(lua_State *L)
1246 lua_getfield(L,-1,
"lua_getmetatable");
1248 assert(!lua_isnil(L,-1));
1250 assert(lua_gettop(L) == 3);
1252 if(!lua_isnil(L,-1))
1255 assert(lua_gettop(L) == 2);
1256 if(lua_istable(L,-2)) {
1258 lua_getfield(L,-1, SWIG_LUA_ELUA_EMUL_METATABLE_KEY);
1260 assert(lua_gettop(L) == 2);
1268SWIGINTERN void SWIG_Lua_emulate_elua_swap_getmetatable(lua_State *L)
1272 lua_pushstring(L,
"lua_getmetatable");
1273 lua_getfield(L,-2,
"getmetatable");
1274 assert(!lua_isnil(L,-1));
1276 lua_pushstring(L,
"getmetatable");
1277 lua_pushcfunction(L, SWIG_Lua_emulate_elua_getmetatable);
1295 assert(lua_istable(L,-2));
1296 lua_getmetatable(L,-2);
1297 assert(lua_istable(L,-1));
1299 assert(lua_istable(L,-1));
1304 if (lua_iscfunction(L,-1))
1313 assert(lua_istable(L,-1));
1317 if (lua_isfunction(L,-1))
1334 assert(lua_istable(L,1));
1335 lua_getmetatable(L,1);
1336 assert(lua_istable(L,-1));
1339 if (lua_istable(L,-1))
1344 if (lua_iscfunction(L,-1))
1358#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
1368 assert(lua_istable(L,-1));
1375 lua_getmetatable(L,-1);
1393 assert(lua_istable(L,-1));
1397 if( classes != 0 ) {
1398 while(*classes != 0) {
1415 assert(lua_istable(L,-1));
1416 lua_checkstack(L,5);
1421 lua_pushstring(L,
".get");
1425 lua_pushstring(L,
".set");
1429 lua_pushstring(L,
".fn");
1437 lua_setmetatable(L,-2);
1445 if( sub_namespace != 0) {
1446 while(*sub_namespace != 0) {
1454 lua_pushstring(L,ns->
name);
1455 lua_pushvalue(L,-2);
1458 assert(lua_gettop(L) == begin+1);
1475 int last_arg = lua_gettop(L);
1476 int original_metatable = last_arg + 1;
1481 lua_getmetatable(L,first_arg);
1484#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
1486 assert(lua_istable(L,-1));
1488 bases_table = lua_gettop(L);
1492 assert(swig_type!=0);
1497 for(;base_names[bases_count];
1508 int subcall_last_arg;
1509 int subcall_first_arg = lua_gettop(L) + 1;
1512 for(j=first_arg;j<=last_arg;j++)
1514 subcall_last_arg = lua_gettop(L);
1517 for(
i=0;
i<bases_count;
i++) {
1519#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
1520 lua_rawgeti(L,bases_table,
i+1);
1522 if(lua_isnil(L,-1)) {
1536 assert(base_swig_type != 0);
1542 assert(lua_isuserdata(L, subcall_first_arg));
1543 assert(lua_istable(L,-1));
1544 lua_setmetatable(L,subcall_first_arg);
1545 assert(lua_gettop(L) == subcall_last_arg);
1546 result = func(L, base_swig_type,subcall_first_arg, ret);
1552 lua_pushvalue(L,original_metatable);
1553 lua_setmetatable(L,first_arg);
1555 to_remove = subcall_last_arg - last_arg;
1556 for(j=0;j<to_remove;j++)
1557 lua_remove(L,last_arg+1);
1560 lua_pop(L, lua_gettop(L) - last_arg);
1562 if(ret) assert(lua_gettop(L) == last_arg + *ret);
1576 int bases_search_result;
1577 int substack_start = lua_gettop(L)-2;
1578 assert(first_arg == substack_start+1);
1579 lua_checkstack(L,5);
1580 assert(lua_isuserdata(L,-2));
1581 lua_getmetatable(L,-2);
1582 assert(lua_istable(L,-1));
1586 if (lua_iscfunction(L,-1))
1588 lua_pushvalue(L,substack_start+1);
1589 lua_pushvalue(L,substack_start+2);
1600 return bases_search_result;
1614 int bases_search_result;
1615 int substack_start = lua_gettop(L)-2;
1616 assert(first_arg == substack_start+1);
1617 lua_checkstack(L,5);
1618 assert(lua_isuserdata(L,-2));
1619 lua_getmetatable(L,-2);
1620 assert(lua_istable(L,-1));
1622 assert(lua_istable(L,-1));
1624 lua_pushvalue(L,substack_start+2);
1627 if (lua_iscfunction(L,-1))
1629 lua_pushvalue(L,substack_start+1);
1639 assert(lua_istable(L,-1));
1640 lua_pushvalue(L,substack_start+2);
1643 if (lua_isfunction(L,-1))
1655 return bases_search_result;
1670 assert(lua_isuserdata(L,1));
1695 int bases_search_result;
1696 int substack_start = lua_gettop(L) - 3;
1697 lua_checkstack(L,5);
1698 assert(lua_isuserdata(L,substack_start+1));
1699 lua_getmetatable(L,substack_start+1);
1700 assert(lua_istable(L,-1));
1705 if (lua_istable(L,-1))
1708 lua_pushvalue(L,substack_start+2);
1711 if (lua_iscfunction(L,-1))
1713 lua_pushvalue(L,substack_start+1);
1714 lua_pushvalue(L,substack_start+3);
1716 lua_remove(L,substack_start+4);
1726 if (lua_iscfunction(L,-1))
1728 lua_pushvalue(L,substack_start+1);
1729 lua_pushvalue(L,substack_start+2);
1730 lua_pushvalue(L,substack_start+3);
1742 assert(lua_gettop(L) == substack_start + 3);
1743 return bases_search_result;
1760 assert(lua_isuserdata(L,1));
1765 SWIG_Lua_pushferrstring(L,
"Assignment not possible. No setter/member with this name. For custom assignments implement __setitem method.");
1780 assert(lua_isuserdata(L,-1));
1800 assert(lua_isuserdata(L,1));
1803 lua_pushfstring(L,
"<userdata of type '%s' at %p>", userData->
type->
str, userData->
ptr);
1813 assert(lua_isuserdata(L,-1));
1827 if (!lua_isuserdata(L,1) || !lua_isuserdata(L,2))
1832 result=(usr1->
ptr==usr2->
ptr);
1833 lua_pushboolean(L,result);
1861 lua_pushstring(L,
"SWIG");
1866 lua_pushstring(L,
".library");
1870 lua_pushstring(L,
"inheritable_metamethods");
1878 lua_rawset(L,LUA_REGISTRYINDEX);
1885 lua_pushstring(L,
"SWIG");
1886 lua_rawget(L,LUA_REGISTRYINDEX);
1887 if (!lua_istable(L,-1))
1892 lua_pushstring(L,
"SWIG");
1893 lua_rawget(L,LUA_REGISTRYINDEX);
1900 lua_pushstring(L,
".library");
1902 assert( !lua_isnil(L,-1) );
1903 lua_pushstring(L,
"inheritable_metamethods");
1915 lua_pushstring(L,cname);
1942#if defined(SWIG_LUA_SQUASH_BASES) && (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
1944SWIGINTERN void SWIG_Lua_merge_tables_by_index(lua_State *L,
int target,
int source)
1948 while (lua_next(L,source) != 0) {
1951 lua_pushvalue(L,-2);
1952 lua_pushvalue(L,-2);
1953 lua_rawset(L, target);
1960SWIGINTERN void SWIG_Lua_merge_tables(lua_State *L,
const char*
name,
int original,
int base)
1963 lua_pushstring(L,
name);
1964 lua_rawget(L,original);
1965 int original_table = lua_gettop(L);
1966 lua_pushstring(L,
name);
1968 int base_table = lua_gettop(L);
1969 SWIG_Lua_merge_tables_by_index(L, original_table, base_table);
1978 assert(lua_istable(L,-1));
1979 int original = lua_gettop(L);
1981 int base = lua_gettop(L);
1982 SWIG_Lua_merge_tables(L,
".fn", original, base );
1983 SWIG_Lua_merge_tables(L,
".set", original, base );
1984 SWIG_Lua_merge_tables(L,
".get", original, base );
2001 SWIG_Lua_class_squash_base(L, clss->
bases[
i]);
2007#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
2011 assert(lua_istable(L,-1));
2013 assert(lua_istable(L,-1));
2019 assert(lua_istable(L,-1));
2030 assert(lua_istable(L,-1));
2046 size_t bases_count = 0;
2049 assert(lua_istable(L,-1));
2054 assert(lua_istable(L,-1));
2055 lua_rawseti(L,-2,
i+1);
2066 assert(lua_istable(L,-1));
2081#if !defined(SWIG_LUA_SQUASH_BASES)
2123 lua_pushvalue(L, metamethod_name_idx);
2152 int metamethod_name_idx;
2156 lua_checkstack(L,5);
2157 numargs = lua_gettop(L);
2160 lua_pushvalue(L, lua_upvalueindex(1));
2161 metamethod_name_idx = lua_gettop(L);
2163 lua_pushvalue(L, lua_upvalueindex(2));
2170 SWIG_Lua_pushferrstring(L,
"The metamethod proxy is set, but it failed to find actual metamethod. Memory corruption is most likely explanation.");
2177 lua_call(L, numargs, LUA_MULTRET);
2178 return lua_gettop(L);
2193 assert(lua_isstring(L,-1));
2195 key_index = lua_gettop(L);
2198 lua_pushvalue(L,key_index);
2199 lua_gettable(L,metatable_index);
2200 if( !lua_isnil(L,-1) ) {
2211 lua_pushvalue(L, key_index);
2213 if( !lua_isnil(L,-1) ) {
2214 lua_pushvalue(L, key_index);
2217 lua_pushvalue(L, key_index);
2218 lua_pushlightuserdata(L, clss);
2221 lua_rawset(L, metatable_index);
2236 int metatable_index;
2237 int metamethods_info_index;
2238 int tostring_undefined;
2239 int eq_undefined = 0;
2242 metatable_index = lua_gettop(L);
2244 assert(lua_istable(L,-1));
2245 metamethods_info_index = lua_gettop(L);
2247 while(lua_next(L, metamethods_info_index) != 0 ) {
2249 const int is_inheritable = lua_toboolean(L,-2);
2252 if(is_inheritable) {
2260 lua_pushstring(L,
"__tostring");
2261 lua_pushvalue(L,-1);
2262 lua_rawget(L,metatable_index);
2263 tostring_undefined = lua_isnil(L,-1);
2265 if( tostring_undefined ) {
2267 lua_rawset(L, metatable_index);
2273 lua_pushstring(L,
"__eq");
2274 lua_pushvalue(L,-1);
2275 lua_rawget(L,metatable_index);
2276 eq_undefined = lua_isnil(L,-1);
2278 if( eq_undefined ) {
2280 lua_rawset(L, metatable_index);
2294 lua_checkstack(L,5);
2295 assert(lua_istable(L,-1));
2300 assert(lua_istable(L,-1));
2308 lua_getmetatable(L,-1);
2309 assert(lua_istable(L,-1));
2314 assert(lua_istable(L,-1));
2319 assert( lua_gettop(L) == begin );
2331 lua_pushstring(L,clss->
fqname);
2333 if(!lua_isnil(L,-1)) {
2335 assert(lua_gettop(L)==begin);
2346 lua_pushstring(L,clss->
fqname);
2348#if defined(SWIG_LUA_SQUASH_BASES) && (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
2360 SWIG_Lua_merge_tables_by_index(L,new_metatable_index, base_metatable);
2367 lua_pushstring(L,
".type");
2368 lua_pushstring(L,clss->
fqname);
2371 lua_pushstring(L,
".bases");
2375 lua_pushstring(L,
".get");
2379 lua_pushstring(L,
".set");
2383 lua_pushstring(L,
".fn");
2395 assert(lua_gettop(L) == begin);
2397#if defined(SWIG_LUA_SQUASH_BASES) && (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
2399 SWIG_Lua_class_squash_bases(L,clss);
2404 assert( lua_gettop(L) == begin );
2410 assert(lua_istable(L,-1));
2424 begin = lua_gettop(L);
2427 assert(lua_istable(L,-1));
2428 lua_getmetatable(L,-1);
2429 assert(lua_istable(L,-1));
2430 lua_pushstring(L,
".instance");
2433 assert(lua_istable(L,-1));
2434 lua_pushstring(L,
".static");
2435 lua_pushvalue(L, -4);
2436 assert(lua_istable(L,-1));
2440 assert(lua_gettop(L) == begin);
2444#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
2451 lua_pushstring(L,clss->
fqname);
2453 if(!lua_isnil(L,-1)) {
2455 assert(lua_gettop(L)==begin);
2462 SWIG_Lua_elua_class_register_instance(L,clss->
bases[
i]);
2466 lua_pushstring(L,clss->
fqname);
2468 lua_pushrotable(L, (
void*)(clss->
metatable));
2471 assert(lua_gettop(L) == begin);
2482 if (
type->clientdata)
2485 if (lua_istable(L,-1))
2487 lua_setmetatable(L,-2);
2508#if (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC)
2520 if (lua_isnil(L,
index))
2525 if (lua_islightuserdata(L,
index))
2527 *ptr=lua_touserdata(L,
index);
2555 int argnum,
const char *func_name){
2558 luaL_error (L,
"Error in %s, expected a %s at argument number %d\n",
2559 func_name,(
type &&
type->str)?
type->str:
"void*",argnum);
2594 if (lua_isuserdata(L,tp))
2599 return "userdata (unknown type)";
2601 return lua_typename(L,lua_type(L,tp));
2615#if ((SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUA) && (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC))
2620 for (
i = 0; constants[
i].
type;
i++) {
2621 switch(constants[
i].
type) {
2623 lua_pushstring(L,constants[
i].
name);
2624 lua_pushinteger(L,(lua_Integer)constants[
i].lvalue);
2628 lua_pushstring(L,constants[
i].
name);
2629 lua_pushnumber(L,(lua_Number)constants[
i].dvalue);
2633 lua_pushstring(L,constants[
i].
name);
2635 char c = (char)constants[
i].lvalue;
2636 lua_pushlstring(L,&c,1);
2641 lua_pushstring(L,constants[
i].
name);
2642 lua_pushstring(L,(
char *) constants[
i].pvalue);
2646 lua_pushstring(L,constants[
i].
name);
2651 lua_pushstring(L,constants[
i].
name);
2666#ifndef SWIG_DOSTRING_FAIL
2667#define SWIG_DOSTRING_FAIL(S) fprintf(stderr,"%s\n",S)
2677 if (str==0 || str[0]==0)
return 0;
2679#if (defined(LUA_VERSION_NUM) && (LUA_VERSION_NUM>=501))
2680 ok=luaL_dostring(L,str);
2682 ok=lua_dostring(L,str);
2700#define SWIGTYPE_p_LUA_EVENT swig_types[0]
2701#define SWIGTYPE_p_LUA_FUNCTION swig_types[1]
2702#define SWIGTYPE_p_LUA_METHOD swig_types[2]
2703#define SWIGTYPE_p_align_t swig_types[3]
2704#define SWIGTYPE_p_cvar_t swig_types[4]
2705#define SWIGTYPE_p_invDef_t swig_types[5]
2706#define SWIGTYPE_p_itemFilterTypes_t swig_types[6]
2707#define SWIGTYPE_p_layoutAlign_t swig_types[7]
2708#define SWIGTYPE_p_linkedList_t swig_types[8]
2709#define SWIGTYPE_p_longlines_t swig_types[9]
2710#define SWIGTYPE_p_panelLayout_t swig_types[10]
2711#define SWIGTYPE_p_uiAbstractOptionNode_t swig_types[11]
2712#define SWIGTYPE_p_uiAbstractScrollableNode_t swig_types[12]
2713#define SWIGTYPE_p_uiAbstractScrollbarNode_t swig_types[13]
2714#define SWIGTYPE_p_uiAbstractValueNode_t swig_types[14]
2715#define SWIGTYPE_p_uiBarNode_t swig_types[15]
2716#define SWIGTYPE_p_uiBaseInventoryNode_t swig_types[16]
2717#define SWIGTYPE_p_uiBaseLayoutNode_t swig_types[17]
2718#define SWIGTYPE_p_uiButtonNode_t swig_types[18]
2719#define SWIGTYPE_p_uiCheckBoxNode_t swig_types[19]
2720#define SWIGTYPE_p_uiConFuncNode_t swig_types[20]
2721#define SWIGTYPE_p_uiContainerNode_t swig_types[21]
2722#define SWIGTYPE_p_uiDataNode_t swig_types[22]
2723#define SWIGTYPE_p_uiGeoscapeNode_t swig_types[23]
2724#define SWIGTYPE_p_uiImageNode_t swig_types[24]
2725#define SWIGTYPE_p_uiItemNode_t swig_types[25]
2726#define SWIGTYPE_p_uiLineChartNode_t swig_types[26]
2727#define SWIGTYPE_p_uiMessageListNode_t swig_types[27]
2728#define SWIGTYPE_p_uiModelNode_t swig_types[28]
2729#define SWIGTYPE_p_uiNode_t swig_types[29]
2730#define SWIGTYPE_p_uiOptionListNode_t swig_types[30]
2731#define SWIGTYPE_p_uiOptionNode_t swig_types[31]
2732#define SWIGTYPE_p_uiOptionTreeNode_t swig_types[32]
2733#define SWIGTYPE_p_uiPanelNode_t swig_types[33]
2734#define SWIGTYPE_p_uiRadarNode_t swig_types[34]
2735#define SWIGTYPE_p_uiRadioButtonNode_t swig_types[35]
2736#define SWIGTYPE_p_uiRowsNode_t swig_types[36]
2737#define SWIGTYPE_p_uiSelectBoxNode_t swig_types[37]
2738#define SWIGTYPE_p_uiSequenceNode_t swig_types[38]
2739#define SWIGTYPE_p_uiSpinnerNode_t swig_types[39]
2740#define SWIGTYPE_p_uiStringNode_t swig_types[40]
2741#define SWIGTYPE_p_uiTBarNode_t swig_types[41]
2742#define SWIGTYPE_p_uiTabNode_t swig_types[42]
2743#define SWIGTYPE_p_uiText2Node_t swig_types[43]
2744#define SWIGTYPE_p_uiTextEntryNode_t swig_types[44]
2745#define SWIGTYPE_p_uiTextListNode_t swig_types[45]
2746#define SWIGTYPE_p_uiTextNode_t swig_types[46]
2747#define SWIGTYPE_p_uiTextureNode_t swig_types[47]
2748#define SWIGTYPE_p_uiTimerNode_t swig_types[48]
2749#define SWIGTYPE_p_uiVScrollBarNode_t swig_types[49]
2750#define SWIGTYPE_p_uiVideoNode_t swig_types[50]
2751#define SWIGTYPE_p_uiWidgetNode_t swig_types[51]
2752#define SWIGTYPE_p_uiWindowNode_t swig_types[52]
2753#define SWIGTYPE_p_uiZoneNode_t swig_types[53]
2754#define SWIGTYPE_p_vec2_struct_t swig_types[54]
2755#define SWIGTYPE_p_vec3_struct_t swig_types[55]
2758#define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2759#define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2763#define SWIG_name "ufo"
2764#define SWIG_init luaopen_ufo
2765#define SWIG_init_user luaopen_ufo_user
2767#define SWIG_LUACODE luaopen_ufo_luacode
2775#pragma GCC diagnostic ignored "-Wcast-qual"
2776#pragma GCC diagnostic ignored "-Wformat-security"
2929 int ret = lua_isstring(L, idx);
2931 ret = lua_isnil(L, idx);
3155 float color[] = {r, g, b, a};
3268 return UI_EXTRADATA(node, textEntryExtraData_s).lua_onTextEntryAbort;
3273 UI_EXTRADATA(node, textEntryExtraData_s).lua_onTextEntryAbort = fn;
3475 lua_pushstring(L,(
const char *)result); SWIG_arg++;
3499 lua_pushstring(L,(
const char *)result); SWIG_arg++;
3523 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
3547 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
3565 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"cvar_t::set_value",2,
"float");
3571 arg2 = (float)lua_tonumber(L, 2);
3587 char *arg2 = (
char *) 0 ;
3597 arg2 = (
char *)lua_tostring(L, 2);
3616 argc = lua_gettop(L);
3629 _v = lua_isnumber(L,argv[1]);
3657 " Possible C/C++ prototypes are:\n"
3658 " cvar_t::set_value(float)\n"
3659 " cvar_t::set_value(char const *)\n");
3660 lua_error(L);
return 0;
3686 assert(lua_istable(L,1));
3688 assert(!lua_isnil(L,-1));
3690 lua_call(L,lua_gettop(L)-1,1);
3731static swig_lua_class _wrap_class_cvar = {
"cvar",
"cvar", &
SWIGTYPE_p_cvar_t,
_proxy__wrap_new_cvar,
swig_delete_cvar,
swig_cvar_methods,
swig_cvar_attributes, &
swig_cvar_Sf_SwigStatic,
swig_cvar_meta,
swig_cvar_bases,
swig_cvar_base_names };
3735 char *arg1 = (
char *) 0 ;
3740 arg1 = (
char *)lua_tostring(L, 1);
3755 char *arg1 = (
char *) 0 ;
3756 char *arg2 = (
char *) 0 ;
3758 char *arg4 = (
char *) 0 ;
3766 arg1 = (
char *)lua_tostring(L, 1);
3767 arg2 = (
char *)lua_tostring(L, 2);
3768 arg3 = (
int)lua_tonumber(L, 3);
3769 arg4 = (
char *)lua_tostring(L, 4);
3770 result = (
cvar_t *)
Cvar_Get((
char const *)arg1,(
char const *)arg2,arg3,(
char const *)arg4);
3784 char *arg1 = (
char *) 0 ;
3785 char *arg2 = (
char *) 0 ;
3793 arg1 = (
char *)lua_tostring(L, 1);
3794 arg2 = (
char *)lua_tostring(L, 2);
3795 arg3 = (
int)lua_tonumber(L, 3);
3796 result = (
cvar_t *)
Cvar_Get((
char const *)arg1,(
char const *)arg2,arg3);
3810 char *arg1 = (
char *) 0 ;
3811 char *arg2 = (
char *) 0 ;
3817 arg1 = (
char *)lua_tostring(L, 1);
3818 arg2 = (
char *)lua_tostring(L, 2);
3819 result = (
cvar_t *)
Cvar_Get((
char const *)arg1,(
char const *)arg2);
3833 char *arg1 = (
char *) 0 ;
3838 arg1 = (
char *)lua_tostring(L, 1);
3857 argc = lua_gettop(L);
3892 _v = lua_isnumber(L,argv[2]);
3911 _v = lua_isnumber(L,argv[2]);
3926 " Possible C/C++ prototypes are:\n"
3927 " Cvar_Get(char const *,char const *,int,char const *)\n"
3928 " Cvar_Get(char const *,char const *,int)\n"
3929 " Cvar_Get(char const *,char const *)\n"
3930 " Cvar_Get(char const *)\n");
3931 lua_error(L);
return 0;
3937 char *arg1 = (
char *) 0 ;
3942 arg1 = (
char *)lua_tostring(L, 1);
3944 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
3968 lua_pushstring(L,(
const char *)result); SWIG_arg++;
4001 assert(lua_istable(L,1));
4003 assert(!lua_isnil(L,-1));
4005 lua_call(L,lua_gettop(L)-1,1);
4042static swig_lua_class _wrap_class_invDef = {
"invDef",
"invDef", &
SWIGTYPE_p_invDef_t,
_proxy__wrap_new_invDef,
swig_delete_invDef,
swig_invDef_methods,
swig_invDef_attributes, &
swig_invDef_Sf_SwigStatic,
swig_invDef_meta,
swig_invDef_bases,
swig_invDef_base_names };
4057 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4059 if (arg1) (arg1)->lua_onClick = arg2;
4083 result = ((arg1)->lua_onClick);
4111 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4113 if (arg1) (arg1)->lua_onRightClick = arg2;
4137 result = ((arg1)->lua_onRightClick);
4165 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4167 if (arg1) (arg1)->lua_onMiddleClick = arg2;
4191 result = ((arg1)->lua_onMiddleClick);
4219 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4221 if (arg1) (arg1)->lua_onWheelUp = arg2;
4245 result = ((arg1)->lua_onWheelUp);
4273 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4275 if (arg1) (arg1)->lua_onWheelDown = arg2;
4299 result = ((arg1)->lua_onWheelDown);
4327 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4329 if (arg1) (arg1)->lua_onWheel = arg2;
4353 result = ((arg1)->lua_onWheel);
4381 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4383 if (arg1) (arg1)->lua_onFocusGained = arg2;
4407 result = ((arg1)->lua_onFocusGained);
4435 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4437 if (arg1) (arg1)->lua_onFocusLost = arg2;
4461 result = ((arg1)->lua_onFocusLost);
4489 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4491 if (arg1) (arg1)->lua_onKeyPressed = arg2;
4515 result = ((arg1)->lua_onKeyPressed);
4543 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4545 if (arg1) (arg1)->lua_onKeyReleased = arg2;
4569 result = ((arg1)->lua_onKeyReleased);
4597 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4599 if (arg1) (arg1)->lua_onLoaded = arg2;
4623 result = ((arg1)->lua_onLoaded);
4651 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4653 if (arg1) (arg1)->lua_onActivate = arg2;
4677 result = ((arg1)->lua_onActivate);
4705 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4707 if (arg1) (arg1)->lua_onMouseEnter = arg2;
4731 result = ((arg1)->lua_onMouseEnter);
4759 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4761 if (arg1) (arg1)->lua_onMouseLeave = arg2;
4785 result = ((arg1)->lua_onMouseLeave);
4813 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4815 if (arg1) (arg1)->lua_onChange = arg2;
4839 result = ((arg1)->lua_onChange);
4867 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
4869 if (arg1) (arg1)->lua_onVisibleWhen = arg2;
4893 result = ((arg1)->lua_onVisibleWhen);
4921 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
4945 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
4969 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
4993 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
5017 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
5041 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
5065 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
5089 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
5113 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5137 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5161 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5185 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5209 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5233 lua_pushstring(L,(
const char *)result); SWIG_arg++;
5257 lua_pushstring(L,(
const char *)result); SWIG_arg++;
5281 lua_pushstring(L,(
const char *)result); SWIG_arg++;
5305 lua_pushstring(L,(
const char *)result); SWIG_arg++;
5329 lua_pushstring(L,(
const char *)result); SWIG_arg++;
5353 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5377 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5401 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5425 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
5594 char *arg2 = (
char *) 0 ;
5605 arg2 = (
char *)lua_tostring(L, 2);
5628 char *arg2 = (
char *) 0 ;
5639 arg2 = (
char *)lua_tostring(L, 2);
5816 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_left",2,
"float");
5822 arg2 = (float)lua_tonumber(L, 2);
5842 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_top",2,
"float");
5848 arg2 = (float)lua_tonumber(L, 2);
5868 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_width",2,
"float");
5874 arg2 = (float)lua_tonumber(L, 2);
5894 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_height",2,
"float");
5900 arg2 = (float)lua_tonumber(L, 2);
5923 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_box",2,
"float");
5924 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_box",3,
"float");
5925 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_box",4,
"float");
5926 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_box",5,
"float");
5932 arg2 = (float)lua_tonumber(L, 2);
5933 arg3 = (float)lua_tonumber(L, 3);
5934 arg4 = (float)lua_tonumber(L, 4);
5935 arg5 = (float)lua_tonumber(L, 5);
5955 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiNode_t::set_flashing",2,
"bool");
5961 arg2 = (lua_toboolean(L, 2)!=0);
5981 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_flashspeed",2,
"float");
5987 arg2 = (float)lua_tonumber(L, 2);
6007 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiNode_t::set_invisible",2,
"bool");
6013 arg2 = (lua_toboolean(L, 2)!=0);
6033 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiNode_t::set_ghost",2,
"bool");
6039 arg2 = (lua_toboolean(L, 2)!=0);
6060 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_pos",2,
"float");
6061 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_pos",3,
"float");
6067 arg2 = (float)lua_tonumber(L, 2);
6068 arg3 = (float)lua_tonumber(L, 3);
6089 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_size",2,
"float");
6090 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_size",3,
"float");
6096 arg2 = (float)lua_tonumber(L, 2);
6097 arg3 = (float)lua_tonumber(L, 3);
6120 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_color",2,
"float");
6121 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_color",3,
"float");
6122 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_color",4,
"float");
6123 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_color",5,
"float");
6129 arg2 = (float)lua_tonumber(L, 2);
6130 arg3 = (float)lua_tonumber(L, 3);
6131 arg4 = (float)lua_tonumber(L, 4);
6132 arg5 = (float)lua_tonumber(L, 5);
6155 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_disabledcolor",2,
"float");
6156 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_disabledcolor",3,
"float");
6157 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_disabledcolor",4,
"float");
6158 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_disabledcolor",5,
"float");
6164 arg2 = (float)lua_tonumber(L, 2);
6165 arg3 = (float)lua_tonumber(L, 3);
6166 arg4 = (float)lua_tonumber(L, 4);
6167 arg5 = (float)lua_tonumber(L, 5);
6190 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_flashcolor",2,
"float");
6191 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_flashcolor",3,
"float");
6192 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_flashcolor",4,
"float");
6193 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_flashcolor",5,
"float");
6199 arg2 = (float)lua_tonumber(L, 2);
6200 arg3 = (float)lua_tonumber(L, 3);
6201 arg4 = (float)lua_tonumber(L, 4);
6202 arg5 = (float)lua_tonumber(L, 5);
6225 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_selectcolor",2,
"float");
6226 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_selectcolor",3,
"float");
6227 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_selectcolor",4,
"float");
6228 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_selectcolor",5,
"float");
6234 arg2 = (float)lua_tonumber(L, 2);
6235 arg3 = (float)lua_tonumber(L, 3);
6236 arg4 = (float)lua_tonumber(L, 4);
6237 arg5 = (float)lua_tonumber(L, 5);
6260 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_backgroundcolor",2,
"float");
6261 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_backgroundcolor",3,
"float");
6262 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_backgroundcolor",4,
"float");
6263 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_backgroundcolor",5,
"float");
6269 arg2 = (float)lua_tonumber(L, 2);
6270 arg3 = (float)lua_tonumber(L, 3);
6271 arg4 = (float)lua_tonumber(L, 4);
6272 arg5 = (float)lua_tonumber(L, 5);
6292 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_bordersize",2,
"int");
6298 arg2 = (
int)lua_tonumber(L, 2);
6321 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_bordercolor",2,
"float");
6322 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiNode_t::set_bordercolor",3,
"float");
6323 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiNode_t::set_bordercolor",4,
"float");
6324 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiNode_t::set_bordercolor",5,
"float");
6330 arg2 = (float)lua_tonumber(L, 2);
6331 arg3 = (float)lua_tonumber(L, 3);
6332 arg4 = (float)lua_tonumber(L, 4);
6333 arg5 = (float)lua_tonumber(L, 5);
6349 char *arg2 = (
char *) 0 ;
6359 arg2 = (
char *)lua_tostring(L, 2);
6375 char *arg2 = (
char *) 0 ;
6385 arg2 = (
char *)lua_tostring(L, 2);
6401 char *arg2 = (
char *) 0 ;
6411 arg2 = (
char *)lua_tostring(L, 2);
6431 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_contentalign",2,
"int");
6437 arg2 = (
int)lua_tonumber(L, 2);
6457 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_layoutalign",2,
"int");
6463 arg2 = (
int)lua_tonumber(L, 2);
6479 char *arg2 = (
char *) 0 ;
6489 arg2 = (
char *)lua_tostring(L, 2);
6509 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiNode_t::set_disabled",2,
"bool");
6515 arg2 = (lua_toboolean(L, 2)!=0);
6535 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_borderthickness",2,
"int");
6541 arg2 = (
int)lua_tonumber(L, 2);
6561 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiNode_t::set_padding",2,
"int");
6567 arg2 = (
int)lua_tonumber(L, 2);
6583 char *arg2 = (
char *) 0 ;
6594 arg2 = (
char *)lua_tostring(L, 2);
6596 arg3 = (
LUA_METHOD)luaL_ref (L, LUA_REGISTRYINDEX);
6613 char *arg2 = (
char *) 0 ;
6624 arg2 = (
char *)lua_tostring(L, 2);
6627 lua_rawgeti(L, LUA_REGISTRYINDEX, result); SWIG_arg++;
6642 char *arg2 = (
char *) 0 ;
6653 arg2 = (
char *)lua_tostring(L, 2);
6655 arg3 = (
LUA_METHOD)luaL_ref (L, LUA_REGISTRYINDEX);
6672 char *arg2 = (
char *) 0 ;
6683 arg2 = (
char *)lua_tostring(L, 2);
6685 arg3 = (
LUA_METHOD)luaL_ref (L, LUA_REGISTRYINDEX);
6728 assert(lua_istable(L,1));
6730 assert(!lua_isnil(L,-1));
6732 lua_call(L,lua_gettop(L)-1,1);
6851static swig_lua_class _wrap_class_uiNode = {
"uiNode",
"uiNode", &
SWIGTYPE_p_uiNode_t,
_proxy__wrap_new_uiNode,
swig_delete_uiNode,
swig_uiNode_methods,
swig_uiNode_attributes, &
swig_uiNode_Sf_SwigStatic,
swig_uiNode_meta,
swig_uiNode_bases,
swig_uiNode_base_names };
6866 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
6890 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
6914 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
6938 lua_pushstring(L,(
const char *)result); SWIG_arg++;
6962 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
6986 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7010 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7028 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractOptionNode_t::set_dataid",2,
"int");
7034 arg2 = (
int)lua_tonumber(L, 2);
7050 char *arg2 = (
char *) 0 ;
7060 arg2 = (
char *)lua_tostring(L, 2);
7080 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractOptionNode_t::set_lineheight",2,
"int");
7086 arg2 = (
int)lua_tonumber(L, 2);
7102 char *arg2 = (
char *) 0 ;
7112 arg2 = (
char *)lua_tostring(L, 2);
7132 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractOptionNode_t::set_current",2,
"int");
7138 arg2 = (
int)lua_tonumber(L, 2);
7158 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractOptionNode_t::set_viewsize",2,
"int");
7164 arg2 = (
int)lua_tonumber(L, 2);
7184 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractOptionNode_t::set_fullsize",2,
"int");
7190 arg2 = (
int)lua_tonumber(L, 2);
7216 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
7279 assert(lua_istable(L,1));
7281 assert(!lua_isnil(L,-1));
7283 lua_call(L,lua_gettop(L)-1,1);
7325 "uiAbstractOptionNode",
7334static swig_lua_class _wrap_class_uiAbstractOptionNode = {
"uiAbstractOptionNode",
"uiAbstractOptionNode", &
SWIGTYPE_p_uiAbstractOptionNode_t,
_proxy__wrap_new_uiAbstractOptionNode,
swig_delete_uiAbstractOptionNode,
swig_uiAbstractOptionNode_methods,
swig_uiAbstractOptionNode_attributes, &
swig_uiAbstractOptionNode_Sf_SwigStatic,
swig_uiAbstractOptionNode_meta,
swig_uiAbstractOptionNode_bases,
swig_uiAbstractOptionNode_base_names };
7349 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7373 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7397 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7553 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractScrollableNode_t::set_viewpos",2,
"int");
7559 arg2 = (
int)lua_tonumber(L, 2);
7579 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractScrollableNode_t::set_viewsize",2,
"int");
7585 arg2 = (
int)lua_tonumber(L, 2);
7605 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractScrollableNode_t::set_fullsize",2,
"int");
7611 arg2 = (
int)lua_tonumber(L, 2);
7637 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
7700 assert(lua_istable(L,1));
7702 assert(!lua_isnil(L,-1));
7704 lua_call(L,lua_gettop(L)-1,1);
7744 "uiAbstractScrollableNode",
7753static swig_lua_class _wrap_class_uiAbstractScrollableNode = {
"uiAbstractScrollableNode",
"uiAbstractScrollableNode", &
SWIGTYPE_p_uiAbstractScrollableNode_t,
_proxy__wrap_new_uiAbstractScrollableNode,
swig_delete_uiAbstractScrollableNode,
swig_uiAbstractScrollableNode_methods,
swig_uiAbstractScrollableNode_attributes, &
swig_uiAbstractScrollableNode_Sf_SwigStatic,
swig_uiAbstractScrollableNode_meta,
swig_uiAbstractScrollableNode_bases,
swig_uiAbstractScrollableNode_base_names };
7768 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
7792 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7816 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7840 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
7858 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiAbstractScrollbarNode_t::set_autoshowscroll",2,
"bool");
7864 arg2 = (lua_toboolean(L, 2)!=0);
7884 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractScrollbarNode_t::set_current",2,
"int");
7890 arg2 = (
int)lua_tonumber(L, 2);
7910 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractScrollbarNode_t::set_viewsize",2,
"int");
7916 arg2 = (
int)lua_tonumber(L, 2);
7936 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractScrollbarNode_t::set_fullsize",2,
"int");
7942 arg2 = (
int)lua_tonumber(L, 2);
7977 assert(lua_istable(L,1));
7979 assert(!lua_isnil(L,-1));
7981 lua_call(L,lua_gettop(L)-1,1);
8016 "uiAbstractScrollbarNode",
8025static swig_lua_class _wrap_class_uiAbstractScrollbarNode = {
"uiAbstractScrollbarNode",
"uiAbstractScrollbarNode", &
SWIGTYPE_p_uiAbstractScrollbarNode_t,
_proxy__wrap_new_uiAbstractScrollbarNode,
swig_delete_uiAbstractScrollbarNode,
swig_uiAbstractScrollbarNode_methods,
swig_uiAbstractScrollbarNode_attributes, &
swig_uiAbstractScrollbarNode_Sf_SwigStatic,
swig_uiAbstractScrollbarNode_meta,
swig_uiAbstractScrollbarNode_bases,
swig_uiAbstractScrollbarNode_base_names };
8040 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8064 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8088 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8112 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8136 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8160 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8225 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_range",2,
"float");
8226 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_range",3,
"float");
8232 arg2 = (float)lua_tonumber(L, 2);
8233 arg3 = (float)lua_tonumber(L, 3);
8249 char *arg2 = (
char *) 0 ;
8250 char *arg3 = (
char *) 0 ;
8261 arg2 = (
char *)lua_tostring(L, 2);
8262 arg3 = (
char *)lua_tostring(L, 3);
8281 argc = lua_gettop(L);
8294 _v = lua_isnumber(L,argv[1]);
8298 _v = lua_isnumber(L,argv[2]);
8332 " Possible C/C++ prototypes are:\n"
8333 " uiAbstractValueNode_t::set_range(float,float)\n"
8334 " uiAbstractValueNode_t::set_range(char const *,char const *)\n");
8335 lua_error(L);
return 0;
8346 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_min",2,
"float");
8352 arg2 = (float)lua_tonumber(L, 2);
8372 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_max",2,
"float");
8378 arg2 = (float)lua_tonumber(L, 2);
8398 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_value",2,
"float");
8404 arg2 = (float)lua_tonumber(L, 2);
8420 char *arg2 = (
char *) 0 ;
8430 arg2 = (
char *)lua_tostring(L, 2);
8449 argc = lua_gettop(L);
8462 _v = lua_isnumber(L,argv[1]);
8490 " Possible C/C++ prototypes are:\n"
8491 " uiAbstractValueNode_t::set_min(float)\n"
8492 " uiAbstractValueNode_t::set_min(char const *)\n");
8493 lua_error(L);
return 0;
8500 char *arg2 = (
char *) 0 ;
8510 arg2 = (
char *)lua_tostring(L, 2);
8529 argc = lua_gettop(L);
8542 _v = lua_isnumber(L,argv[1]);
8570 " Possible C/C++ prototypes are:\n"
8571 " uiAbstractValueNode_t::set_max(float)\n"
8572 " uiAbstractValueNode_t::set_max(char const *)\n");
8573 lua_error(L);
return 0;
8580 char *arg2 = (
char *) 0 ;
8590 arg2 = (
char *)lua_tostring(L, 2);
8609 argc = lua_gettop(L);
8622 _v = lua_isnumber(L,argv[1]);
8650 " Possible C/C++ prototypes are:\n"
8651 " uiAbstractValueNode_t::set_value(float)\n"
8652 " uiAbstractValueNode_t::set_value(char const *)\n");
8653 lua_error(L);
return 0;
8664 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_delta",2,
"float");
8670 arg2 = (float)lua_tonumber(L, 2);
8690 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiAbstractValueNode_t::set_shiftmultiplier",2,
"float");
8696 arg2 = (float)lua_tonumber(L, 2);
8731 assert(lua_istable(L,1));
8733 assert(!lua_isnil(L,-1));
8735 lua_call(L,lua_gettop(L)-1,1);
8776 "uiAbstractValueNode",
8785static swig_lua_class _wrap_class_uiAbstractValueNode = {
"uiAbstractValueNode",
"uiAbstractValueNode", &
SWIGTYPE_p_uiAbstractValueNode_t,
_proxy__wrap_new_uiAbstractValueNode,
swig_delete_uiAbstractValueNode,
swig_uiAbstractValueNode_methods,
swig_uiAbstractValueNode_attributes, &
swig_uiAbstractValueNode_Sf_SwigStatic,
swig_uiAbstractValueNode_meta,
swig_uiAbstractValueNode_bases,
swig_uiAbstractValueNode_base_names };
8800 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
8824 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
8848 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
8866 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiBarNode_t::set_direction",2,
"int");
8872 arg2 = (
int)lua_tonumber(L, 2);
8892 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBarNode_t::set_readonly",2,
"bool");
8898 arg2 = (lua_toboolean(L, 2)!=0);
8918 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBarNode_t::set_nohover",2,
"bool");
8924 arg2 = (lua_toboolean(L, 2)!=0);
8959 assert(lua_istable(L,1));
8961 assert(!lua_isnil(L,-1));
8963 lua_call(L,lua_gettop(L)-1,1);
9005static swig_lua_class _wrap_class_uiBar = {
"uiBar",
"uiBar", &
SWIGTYPE_p_uiBarNode_t,
_proxy__wrap_new_uiBar,
swig_delete_uiBar,
swig_uiBar_methods,
swig_uiBar_attributes, &
swig_uiBar_Sf_SwigStatic,
swig_uiBar_meta,
swig_uiBar_bases,
swig_uiBar_base_names };
9020 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
9038 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiBaseLayoutNode_t::set_baseid",2,
"int");
9044 arg2 = (
int)lua_tonumber(L, 2);
9079 assert(lua_istable(L,1));
9081 assert(!lua_isnil(L,-1));
9083 lua_call(L,lua_gettop(L)-1,1);
9121static swig_lua_class _wrap_class_uiBaseLayout = {
"uiBaseLayout",
"uiBaseLayout", &
SWIGTYPE_p_uiBaseLayoutNode_t,
_proxy__wrap_new_uiBaseLayout,
swig_delete_uiBaseLayout,
swig_uiBaseLayout_methods,
swig_uiBaseLayout_attributes, &
swig_uiBaseLayout_Sf_SwigStatic,
swig_uiBaseLayout_meta,
swig_uiBaseLayout_bases,
swig_uiBaseLayout_base_names };
9136 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9154 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiButtonNode_t::set_flipicon",2,
"bool");
9160 arg2 = (lua_toboolean(L, 2)!=0);
9176 char *arg2 = (
char *) 0 ;
9186 arg2 = (
char *)lua_tostring(L, 2);
9202 char *arg2 = (
char *) 0 ;
9212 arg2 = (
char *)lua_tostring(L, 2);
9247 assert(lua_istable(L,1));
9249 assert(!lua_isnil(L,-1));
9251 lua_call(L,lua_gettop(L)-1,1);
9291static swig_lua_class _wrap_class_uiButton = {
"uiButton",
"uiButton", &
SWIGTYPE_p_uiButtonNode_t,
_proxy__wrap_new_uiButton,
swig_delete_uiButton,
swig_uiButton_methods,
swig_uiButton_attributes, &
swig_uiButton_Sf_SwigStatic,
swig_uiButton_meta,
swig_uiButton_bases,
swig_uiButton_base_names };
9306 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9330 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
9344 char *arg2 = (
char *) 0 ;
9354 arg2 = (
char *)lua_tostring(L, 2);
9370 char *arg2 = (
char *) 0 ;
9380 arg2 = (
char *)lua_tostring(L, 2);
9396 char *arg2 = (
char *) 0 ;
9406 arg2 = (
char *)lua_tostring(L, 2);
9422 char *arg2 = (
char *) 0 ;
9432 arg2 = (
char *)lua_tostring(L, 2);
9490 assert(lua_istable(L,1));
9492 assert(!lua_isnil(L,-1));
9494 lua_call(L,lua_gettop(L)-1,1);
9537static swig_lua_class _wrap_class_uiCheckBox = {
"uiCheckBox",
"uiCheckBox", &
SWIGTYPE_p_uiCheckBoxNode_t,
_proxy__wrap_new_uiCheckBox,
swig_delete_uiCheckBox,
swig_uiCheckBox_methods,
swig_uiCheckBox_attributes, &
swig_uiCheckBox_Sf_SwigStatic,
swig_uiCheckBox_meta,
swig_uiCheckBox_bases,
swig_uiCheckBox_base_names };
9561 assert(lua_istable(L,1));
9563 assert(!lua_isnil(L,-1));
9565 lua_call(L,lua_gettop(L)-1,1);
9601static swig_lua_class _wrap_class_uiConFunc = {
"uiConFunc",
"uiConFunc", &
SWIGTYPE_p_uiConFuncNode_t,
_proxy__wrap_new_uiConFunc,
swig_delete_uiConFunc,
swig_uiConFunc_methods,
swig_uiConFunc_attributes, &
swig_uiConFunc_Sf_SwigStatic,
swig_uiConFunc_meta,
swig_uiConFunc_bases,
swig_uiConFunc_base_names };
9616 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
9640 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
9703 assert(lua_istable(L,1));
9705 assert(!lua_isnil(L,-1));
9707 lua_call(L,lua_gettop(L)-1,1);
9745static swig_lua_class _wrap_class_uiContainer = {
"uiContainer",
"uiContainer", &
SWIGTYPE_p_uiContainerNode_t,
_proxy__wrap_new_uiContainer,
swig_delete_uiContainer,
swig_uiContainer_methods,
swig_uiContainer_attributes, &
swig_uiContainer_Sf_SwigStatic,
swig_uiContainer_meta,
swig_uiContainer_bases,
swig_uiContainer_base_names };
9760 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
9784 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
9808 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9832 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9856 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9880 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9904 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9928 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9952 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
9970 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayweapon",2,
"bool");
9976 arg2 = (lua_toboolean(L, 2)!=0);
9996 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayweaponammo",2,
"bool");
10002 arg2 = (lua_toboolean(L, 2)!=0);
10022 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayammo",2,
"bool");
10028 arg2 = (lua_toboolean(L, 2)!=0);
10048 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayimplant",2,
"bool");
10054 arg2 = (lua_toboolean(L, 2)!=0);
10074 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayunavailable",2,
"bool");
10080 arg2 = (lua_toboolean(L, 2)!=0);
10100 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayunavailableammo",2,
"bool");
10106 arg2 = (lua_toboolean(L, 2)!=0);
10126 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_displayavailableontop",2,
"bool");
10132 arg2 = (lua_toboolean(L, 2)!=0);
10158 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
10182 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
10206 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
10224 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_viewpos",2,
"int");
10230 arg2 = (
int)lua_tonumber(L, 2);
10250 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_viewsize",2,
"int");
10256 arg2 = (
int)lua_tonumber(L, 2);
10276 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiBaseInventoryNode_t::set_fullsize",2,
"int");
10282 arg2 = (
int)lua_tonumber(L, 2);
10308 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
10371 assert(lua_istable(L,1));
10373 assert(!lua_isnil(L,-1));
10375 lua_call(L,lua_gettop(L)-1,1);
10434static swig_lua_class _wrap_class_uiBaseInventory = {
"uiBaseInventory",
"uiBaseInventory", &
SWIGTYPE_p_uiBaseInventoryNode_t,
_proxy__wrap_new_uiBaseInventory,
swig_delete_uiBaseInventory,
swig_uiBaseInventory_methods,
swig_uiBaseInventory_attributes, &
swig_uiBaseInventory_Sf_SwigStatic,
swig_uiBaseInventory_meta,
swig_uiBaseInventory_bases,
swig_uiBaseInventory_base_names };
10449 lua_pushstring(L,(
const char *)result); SWIG_arg++;
10473 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
10497 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
10511 char *arg2 = (
char *) 0 ;
10521 arg2 = (
char *)lua_tostring(L, 2);
10541 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiDataNode_t::set_value",2,
"int");
10547 arg2 = (
int)lua_tonumber(L, 2);
10566 argc = lua_gettop(L);
10579 _v = lua_isnumber(L,argv[1]);
10607 " Possible C/C++ prototypes are:\n"
10608 " uiDataNode_t::set_value(char const *)\n"
10609 " uiDataNode_t::set_value(int)\n");
10610 lua_error(L);
return 0;
10621 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiDataNode_t::set_valuef",2,
"float");
10627 arg2 = (float)lua_tonumber(L, 2);
10662 assert(lua_istable(L,1));
10664 assert(!lua_isnil(L,-1));
10666 lua_call(L,lua_gettop(L)-1,1);
10707static swig_lua_class _wrap_class_uiData = {
"uiData",
"uiData", &
SWIGTYPE_p_uiDataNode_t,
_proxy__wrap_new_uiData,
swig_delete_uiData,
swig_uiData_methods,
swig_uiData_attributes, &
swig_uiData_Sf_SwigStatic,
swig_uiData_meta,
swig_uiData_bases,
swig_uiData_base_names };
10722 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
10740 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiGeoscapeNode_t::set_paddingright",2,
"int");
10746 arg2 = (
int)lua_tonumber(L, 2);
10827 assert(lua_istable(L,1));
10829 assert(!lua_isnil(L,-1));
10831 lua_call(L,lua_gettop(L)-1,1);
10871static swig_lua_class _wrap_class_uiGeoscape = {
"uiGeoscape",
"uiGeoscape", &
SWIGTYPE_p_uiGeoscapeNode_t,
_proxy__wrap_new_uiGeoscape,
swig_delete_uiGeoscape,
swig_uiGeoscape_methods,
swig_uiGeoscape_attributes, &
swig_uiGeoscape_Sf_SwigStatic,
swig_uiGeoscape_meta,
swig_uiGeoscape_bases,
swig_uiGeoscape_base_names };
10886 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
10910 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
10976 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiImageNode_t::set_keepratio",2,
"bool");
10982 arg2 = (lua_toboolean(L, 2)!=0);
11002 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiImageNode_t::set_mousefx",2,
"bool");
11008 arg2 = (lua_toboolean(L, 2)!=0);
11024 char *arg2 = (
char *) 0 ;
11034 arg2 = (
char *)lua_tostring(L, 2);
11055 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiImageNode_t::set_texh",2,
"float");
11056 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiImageNode_t::set_texh",3,
"float");
11062 arg2 = (float)lua_tonumber(L, 2);
11063 arg3 = (float)lua_tonumber(L, 3);
11084 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiImageNode_t::set_texl",2,
"float");
11085 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiImageNode_t::set_texl",3,
"float");
11091 arg2 = (float)lua_tonumber(L, 2);
11092 arg3 = (float)lua_tonumber(L, 3);
11127 assert(lua_istable(L,1));
11129 assert(!lua_isnil(L,-1));
11131 lua_call(L,lua_gettop(L)-1,1);
11176static swig_lua_class _wrap_class_uiImage = {
"uiImage",
"uiImage", &
SWIGTYPE_p_uiImageNode_t,
_proxy__wrap_new_uiImage,
swig_delete_uiImage,
swig_uiImage_methods,
swig_uiImage_attributes, &
swig_uiImage_Sf_SwigStatic,
swig_uiImage_meta,
swig_uiImage_bases,
swig_uiImage_base_names };
11191 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
11209 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiLineChartNode_t::set_showaxes",2,
"bool");
11215 arg2 = (lua_toboolean(L, 2)!=0);
11238 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiLineChartNode_t::set_axescolor",2,
"float");
11239 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiLineChartNode_t::set_axescolor",3,
"float");
11240 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiLineChartNode_t::set_axescolor",4,
"float");
11241 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiLineChartNode_t::set_axescolor",5,
"float");
11247 arg2 = (float)lua_tonumber(L, 2);
11248 arg3 = (float)lua_tonumber(L, 3);
11249 arg4 = (float)lua_tonumber(L, 4);
11250 arg5 = (float)lua_tonumber(L, 5);
11289 char *arg2 = (
char *) 0 ;
11301 if(!lua_isboolean(L,3))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",3,
"bool");
11302 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",4,
"float");
11303 if(!lua_isnumber(L,5))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",5,
"float");
11304 if(!lua_isnumber(L,6))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",6,
"float");
11305 if(!lua_isnumber(L,7))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",7,
"float");
11306 if(!lua_isboolean(L,8))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",8,
"bool");
11307 if(!lua_isnumber(L,9))
SWIG_fail_arg(
"uiLineChartNode_t::add_line",9,
"int");
11313 arg2 = (
char *)lua_tostring(L, 2);
11314 arg3 = (lua_toboolean(L, 3)!=0);
11315 arg4 = (float)lua_tonumber(L, 4);
11316 arg5 = (float)lua_tonumber(L, 5);
11317 arg6 = (float)lua_tonumber(L, 6);
11318 arg7 = (float)lua_tonumber(L, 7);
11319 arg8 = (lua_toboolean(L, 8)!=0);
11320 arg9 = (
int)lua_tonumber(L, 9);
11336 char *arg2 = (
char *) 0 ;
11343 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiLineChartNode_t::add_point",3,
"int");
11344 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiLineChartNode_t::add_point",4,
"int");
11350 arg2 = (
char *)lua_tostring(L, 2);
11351 arg3 = (
int)lua_tonumber(L, 3);
11352 arg4 = (
int)lua_tonumber(L, 4);
11387 assert(lua_istable(L,1));
11389 assert(!lua_isnil(L,-1));
11391 lua_call(L,lua_gettop(L)-1,1);
11433static swig_lua_class _wrap_class_uiLineChart = {
"uiLineChart",
"uiLineChart", &
SWIGTYPE_p_uiLineChartNode_t,
_proxy__wrap_new_uiLineChart,
swig_delete_uiLineChart,
swig_uiLineChart_methods,
swig_uiLineChart_attributes, &
swig_uiLineChart_Sf_SwigStatic,
swig_uiLineChart_meta,
swig_uiLineChart_bases,
swig_uiLineChart_base_names };
11457 assert(lua_istable(L,1));
11459 assert(!lua_isnil(L,-1));
11461 lua_call(L,lua_gettop(L)-1,1);
11497static swig_lua_class _wrap_class_uiMessageList = {
"uiMessageList",
"uiMessageList", &
SWIGTYPE_p_uiMessageListNode_t,
_proxy__wrap_new_uiMessageList,
swig_delete_uiMessageList,
swig_uiMessageList_methods,
swig_uiMessageList_attributes, &
swig_uiMessageList_Sf_SwigStatic,
swig_uiMessageList_meta,
swig_uiMessageList_bases,
swig_uiMessageList_base_names };
11512 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
11536 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
11656 lua_pushstring(L,(
const char *)result); SWIG_arg++;
11680 lua_pushstring(L,(
const char *)result); SWIG_arg++;
11704 lua_pushstring(L,(
const char *)result); SWIG_arg++;
11728 lua_pushstring(L,(
const char *)result); SWIG_arg++;
11746 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiModelNode_t::set_autoscale",2,
"bool");
11752 arg2 = (lua_toboolean(L, 2)!=0);
11772 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiModelNode_t::set_mouserotate",2,
"bool");
11778 arg2 = (lua_toboolean(L, 2)!=0);
11800 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiModelNode_t::set_angles",2,
"float");
11801 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiModelNode_t::set_angles",3,
"float");
11802 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiModelNode_t::set_angles",4,
"float");
11808 arg2 = (float)lua_tonumber(L, 2);
11809 arg3 = (float)lua_tonumber(L, 3);
11810 arg4 = (float)lua_tonumber(L, 4);
11832 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiModelNode_t::set_origin",2,
"float");
11833 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiModelNode_t::set_origin",3,
"float");
11834 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiModelNode_t::set_origin",4,
"float");
11840 arg2 = (float)lua_tonumber(L, 2);
11841 arg3 = (float)lua_tonumber(L, 3);
11842 arg4 = (float)lua_tonumber(L, 4);
11864 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiModelNode_t::set_omega",2,
"float");
11865 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiModelNode_t::set_omega",3,
"float");
11866 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiModelNode_t::set_omega",4,
"float");
11872 arg2 = (float)lua_tonumber(L, 2);
11873 arg3 = (float)lua_tonumber(L, 3);
11874 arg4 = (float)lua_tonumber(L, 4);
11896 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiModelNode_t::set_scale",2,
"float");
11897 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiModelNode_t::set_scale",3,
"float");
11898 if(!lua_isnumber(L,4))
SWIG_fail_arg(
"uiModelNode_t::set_scale",4,
"float");
11904 arg2 = (float)lua_tonumber(L, 2);
11905 arg3 = (float)lua_tonumber(L, 3);
11906 arg4 = (float)lua_tonumber(L, 4);
11922 char *arg2 = (
char *) 0 ;
11932 arg2 = (
char *)lua_tostring(L, 2);
11948 char *arg2 = (
char *) 0 ;
11958 arg2 = (
char *)lua_tostring(L, 2);
11974 char *arg2 = (
char *) 0 ;
11984 arg2 = (
char *)lua_tostring(L, 2);
12000 char *arg2 = (
char *) 0 ;
12010 arg2 = (
char *)lua_tostring(L, 2);
12045 assert(lua_istable(L,1));
12047 assert(!lua_isnil(L,-1));
12049 lua_call(L,lua_gettop(L)-1,1);
12105static swig_lua_class _wrap_class_uiModel = {
"uiModel",
"uiModel", &
SWIGTYPE_p_uiModelNode_t,
_proxy__wrap_new_uiModel,
swig_delete_uiModel,
swig_uiModel_methods,
swig_uiModel_attributes, &
swig_uiModel_Sf_SwigStatic,
swig_uiModel_meta,
swig_uiModel_bases,
swig_uiModel_base_names };
12120 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
12138 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiItemNode_t::set_containerlike",2,
"bool");
12144 arg2 = (lua_toboolean(L, 2)!=0);
12179 assert(lua_istable(L,1));
12181 assert(!lua_isnil(L,-1));
12183 lua_call(L,lua_gettop(L)-1,1);
12221static swig_lua_class _wrap_class_uiItem = {
"uiItem",
"uiItem", &
SWIGTYPE_p_uiItemNode_t,
_proxy__wrap_new_uiItem,
swig_delete_uiItem,
swig_uiItem_methods,
swig_uiItem_attributes, &
swig_uiItem_Sf_SwigStatic,
swig_uiItem_meta,
swig_uiItem_bases,
swig_uiItem_base_names };
12236 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
12260 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
12284 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
12308 lua_pushstring(L,(
const char *)result); SWIG_arg++;
12332 lua_pushstring(L,(
const char *)result); SWIG_arg++;
12356 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
12370 char *arg2 = (
char *) 0 ;
12380 arg2 = (
char *)lua_tostring(L, 2);
12396 char *arg2 = (
char *) 0 ;
12406 arg2 = (
char *)lua_tostring(L, 2);
12426 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiOptionNode_t::set_collapsed",2,
"bool");
12432 arg2 = (lua_toboolean(L, 2)!=0);
12452 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiOptionNode_t::set_flipicion",2,
"bool");
12458 arg2 = (lua_toboolean(L, 2)!=0);
12478 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiOptionNode_t::set_truncated",2,
"bool");
12484 arg2 = (lua_toboolean(L, 2)!=0);
12500 char *arg2 = (
char *) 0 ;
12510 arg2 = (
char *)lua_tostring(L, 2);
12545 assert(lua_istable(L,1));
12547 assert(!lua_isnil(L,-1));
12549 lua_call(L,lua_gettop(L)-1,1);
12597static swig_lua_class _wrap_class_uiOption = {
"uiOption",
"uiOption", &
SWIGTYPE_p_uiOptionNode_t,
_proxy__wrap_new_uiOption,
swig_delete_uiOption,
swig_uiOption_methods,
swig_uiOption_attributes, &
swig_uiOption_Sf_SwigStatic,
swig_uiOption_meta,
swig_uiOption_bases,
swig_uiOption_base_names };
12621 assert(lua_istable(L,1));
12623 assert(!lua_isnil(L,-1));
12625 lua_call(L,lua_gettop(L)-1,1);
12661static swig_lua_class _wrap_class_uiOptionList = {
"uiOptionList",
"uiOptionList", &
SWIGTYPE_p_uiOptionListNode_t,
_proxy__wrap_new_uiOptionList,
swig_delete_uiOptionList,
swig_uiOptionList_methods,
swig_uiOptionList_attributes, &
swig_uiOptionList_Sf_SwigStatic,
swig_uiOptionList_meta,
swig_uiOptionList_bases,
swig_uiOptionList_base_names };
12666 char *arg2 = (
char *) 0 ;
12676 arg2 = (
char *)lua_tostring(L, 2);
12711 assert(lua_istable(L,1));
12713 assert(!lua_isnil(L,-1));
12715 lua_call(L,lua_gettop(L)-1,1);
12752static swig_lua_class _wrap_class_uiOptionTree = {
"uiOptionTree",
"uiOptionTree", &
SWIGTYPE_p_uiOptionTreeNode_t,
_proxy__wrap_new_uiOptionTree,
swig_delete_uiOptionTree,
swig_uiOptionTree_methods,
swig_uiOptionTree_attributes, &
swig_uiOptionTree_Sf_SwigStatic,
swig_uiOptionTree_meta,
swig_uiOptionTree_bases,
swig_uiOptionTree_base_names };
12767 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
12791 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
12815 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
12839 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
12857 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiPanelNode_t::set_layout",2,
"int");
12863 arg2 = (
int)lua_tonumber(L, 2);
12883 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiPanelNode_t::set_layoutmargin",2,
"int");
12889 arg2 = (
int)lua_tonumber(L, 2);
12909 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiPanelNode_t::set_layoutcolumns",2,
"int");
12915 arg2 = (
int)lua_tonumber(L, 2);
12935 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiPanelNode_t::set_wheelscrollable",2,
"bool");
12941 arg2 = (lua_toboolean(L, 2)!=0);
12957 char *arg2 = (
char *) 0 ;
12967 arg2 = (
char *)lua_tostring(L, 2);
13002 assert(lua_istable(L,1));
13004 assert(!lua_isnil(L,-1));
13006 lua_call(L,lua_gettop(L)-1,1);
13051static swig_lua_class _wrap_class_uiPanel = {
"uiPanel",
"uiPanel", &
SWIGTYPE_p_uiPanelNode_t,
_proxy__wrap_new_uiPanel,
swig_delete_uiPanel,
swig_uiPanel_methods,
swig_uiPanel_attributes, &
swig_uiPanel_Sf_SwigStatic,
swig_uiPanel_meta,
swig_uiPanel_bases,
swig_uiPanel_base_names };
13075 assert(lua_istable(L,1));
13077 assert(!lua_isnil(L,-1));
13079 lua_call(L,lua_gettop(L)-1,1);
13115static swig_lua_class _wrap_class_uiRadar = {
"uiRadar",
"uiRadar", &
SWIGTYPE_p_uiRadarNode_t,
_proxy__wrap_new_uiRadar,
swig_delete_uiRadar,
swig_uiRadar_methods,
swig_uiRadar_attributes, &
swig_uiRadar_Sf_SwigStatic,
swig_uiRadar_meta,
swig_uiRadar_bases,
swig_uiRadar_base_names };
13130 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
13154 lua_pushstring(L,(
const char *)result); SWIG_arg++;
13178 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
13202 lua_pushstring(L,(
const char *)result); SWIG_arg++;
13216 char *arg2 = (
char *) 0 ;
13226 arg2 = (
char *)lua_tostring(L, 2);
13242 char *arg2 = (
char *) 0 ;
13252 arg2 = (
char *)lua_tostring(L, 2);
13272 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiRadioButtonNode_t::set_value",2,
"float");
13278 arg2 = (float)lua_tonumber(L, 2);
13297 argc = lua_gettop(L);
13310 _v = lua_isnumber(L,argv[1]);
13338 " Possible C/C++ prototypes are:\n"
13339 " uiRadioButtonNode_t::set_value(char const *)\n"
13340 " uiRadioButtonNode_t::set_value(float)\n");
13341 lua_error(L);
return 0;
13352 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiRadioButtonNode_t::set_flipicon",2,
"bool");
13358 arg2 = (lua_toboolean(L, 2)!=0);
13374 char *arg2 = (
char *) 0 ;
13384 arg2 = (
char *)lua_tostring(L, 2);
13400 char *arg2 = (
char *) 0 ;
13410 arg2 = (
char *)lua_tostring(L, 2);
13445 assert(lua_istable(L,1));
13447 assert(!lua_isnil(L,-1));
13449 lua_call(L,lua_gettop(L)-1,1);
13494static swig_lua_class _wrap_class_uiRadioButton = {
"uiRadioButton",
"uiRadioButton", &
SWIGTYPE_p_uiRadioButtonNode_t,
_proxy__wrap_new_uiRadioButton,
swig_delete_uiRadioButton,
swig_uiRadioButton_methods,
swig_uiRadioButton_attributes, &
swig_uiRadioButton_Sf_SwigStatic,
swig_uiRadioButton_meta,
swig_uiRadioButton_bases,
swig_uiRadioButton_base_names };
13509 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
13533 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
13551 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiRowsNode_t::set_current",2,
"int");
13557 arg2 = (
int)lua_tonumber(L, 2);
13577 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiRowsNode_t::set_lineheight",2,
"int");
13583 arg2 = (
int)lua_tonumber(L, 2);
13618 assert(lua_istable(L,1));
13620 assert(!lua_isnil(L,-1));
13622 lua_call(L,lua_gettop(L)-1,1);
13662static swig_lua_class _wrap_class_uiRows = {
"uiRows",
"uiRows", &
SWIGTYPE_p_uiRowsNode_t,
_proxy__wrap_new_uiRows,
swig_delete_uiRows,
swig_uiRows_methods,
swig_uiRows_attributes, &
swig_uiRows_Sf_SwigStatic,
swig_uiRows_meta,
swig_uiRows_bases,
swig_uiRows_base_names };
13686 assert(lua_istable(L,1));
13688 assert(!lua_isnil(L,-1));
13690 lua_call(L,lua_gettop(L)-1,1);
13726static swig_lua_class _wrap_class_uiSelectBox = {
"uiSelectBox",
"uiSelectBox", &
SWIGTYPE_p_uiSelectBoxNode_t,
_proxy__wrap_new_uiSelectBox,
swig_delete_uiSelectBox,
swig_uiSelectBox_methods,
swig_uiSelectBox_attributes, &
swig_uiSelectBox_Sf_SwigStatic,
swig_uiSelectBox_meta,
swig_uiSelectBox_bases,
swig_uiSelectBox_base_names };
13741 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
13755 char *arg2 = (
char *) 0 ;
13765 arg2 = (
char *)lua_tostring(L, 2);
13791 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
13854 assert(lua_istable(L,1));
13856 assert(!lua_isnil(L,-1));
13858 lua_call(L,lua_gettop(L)-1,1);
13897static swig_lua_class _wrap_class_uiSequence = {
"uiSequence",
"uiSequence", &
SWIGTYPE_p_uiSequenceNode_t,
_proxy__wrap_new_uiSequence,
swig_delete_uiSequence,
swig_uiSequence_methods,
swig_uiSequence_attributes, &
swig_uiSequence_Sf_SwigStatic,
swig_uiSequence_meta,
swig_uiSequence_bases,
swig_uiSequence_base_names };
13912 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
13936 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
13960 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
13974 char *arg2 = (
char *) 0 ;
13984 arg2 = (
char *)lua_tostring(L, 2);
14000 char *arg2 = (
char *) 0 ;
14010 arg2 = (
char *)lua_tostring(L, 2);
14026 char *arg2 = (
char *) 0 ;
14036 arg2 = (
char *)lua_tostring(L, 2);
14056 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiSpinnerNode_t::set_mode",2,
"int");
14062 arg2 = (
int)lua_tonumber(L, 2);
14082 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiSpinnerNode_t::set_horizontal",2,
"bool");
14088 arg2 = (lua_toboolean(L, 2)!=0);
14108 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiSpinnerNode_t::set_inverted",2,
"bool");
14114 arg2 = (lua_toboolean(L, 2)!=0);
14149 assert(lua_istable(L,1));
14151 assert(!lua_isnil(L,-1));
14153 lua_call(L,lua_gettop(L)-1,1);
14198static swig_lua_class _wrap_class_uiSpinner = {
"uiSpinner",
"uiSpinner", &
SWIGTYPE_p_uiSpinnerNode_t,
_proxy__wrap_new_uiSpinner,
swig_delete_uiSpinner,
swig_uiSpinner_methods,
swig_uiSpinner_attributes, &
swig_uiSpinner_Sf_SwigStatic,
swig_uiSpinner_meta,
swig_uiSpinner_bases,
swig_uiSpinner_base_names };
14213 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
14231 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiStringNode_t::set_longlines",2,
"int");
14237 arg2 = (
int)lua_tonumber(L, 2);
14272 assert(lua_istable(L,1));
14274 assert(!lua_isnil(L,-1));
14276 lua_call(L,lua_gettop(L)-1,1);
14314static swig_lua_class _wrap_class_uiString = {
"uiString",
"uiString", &
SWIGTYPE_p_uiStringNode_t,
_proxy__wrap_new_uiString,
swig_delete_uiString,
swig_uiString_methods,
swig_uiString_attributes, &
swig_uiString_Sf_SwigStatic,
swig_uiString_meta,
swig_uiString_bases,
swig_uiString_base_names };
14338 assert(lua_istable(L,1));
14340 assert(!lua_isnil(L,-1));
14342 lua_call(L,lua_gettop(L)-1,1);
14378static swig_lua_class _wrap_class_uiTab = {
"uiTab",
"uiTab", &
SWIGTYPE_p_uiTabNode_t,
_proxy__wrap_new_uiTab,
swig_delete_uiTab,
swig_uiTab_methods,
swig_uiTab_attributes, &
swig_uiTab_Sf_SwigStatic,
swig_uiTab_meta,
swig_uiTab_bases,
swig_uiTab_base_names };
14431 char *arg2 = (
char *) 0 ;
14441 arg2 = (
char *)lua_tostring(L, 2);
14462 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTBarNode_t::set_texh",2,
"float");
14463 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiTBarNode_t::set_texh",3,
"float");
14469 arg2 = (float)lua_tonumber(L, 2);
14470 arg3 = (float)lua_tonumber(L, 3);
14491 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTBarNode_t::set_texl",2,
"float");
14492 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiTBarNode_t::set_texl",3,
"float");
14498 arg2 = (float)lua_tonumber(L, 2);
14499 arg3 = (float)lua_tonumber(L, 3);
14534 assert(lua_istable(L,1));
14536 assert(!lua_isnil(L,-1));
14538 lua_call(L,lua_gettop(L)-1,1);
14579static swig_lua_class _wrap_class_uiTBar = {
"uiTBar",
"uiTBar", &
SWIGTYPE_p_uiTBarNode_t,
_proxy__wrap_new_uiTBar,
swig_delete_uiTBar,
swig_uiTBar_methods,
swig_uiTBar_attributes, &
swig_uiTBar_Sf_SwigStatic,
swig_uiTBar_meta,
swig_uiTBar_bases,
swig_uiTBar_base_names };
14594 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
14618 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
14642 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
14666 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
14690 lua_pushstring(L,(
const char *)result); SWIG_arg++;
14714 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
14732 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTextNode_t::set_dataid",2,
"int");
14738 arg2 = (
int)lua_tonumber(L, 2);
14758 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTextNode_t::set_longlines",2,
"int");
14764 arg2 = (
int)lua_tonumber(L, 2);
14784 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTextNode_t::set_lineheight",2,
"int");
14790 arg2 = (
int)lua_tonumber(L, 2);
14810 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTextNode_t::set_lineselected",2,
"int");
14816 arg2 = (
int)lua_tonumber(L, 2);
14836 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTextNode_t::set_tabwidth",2,
"int");
14842 arg2 = (
int)lua_tonumber(L, 2);
14877 assert(lua_istable(L,1));
14879 assert(!lua_isnil(L,-1));
14881 lua_call(L,lua_gettop(L)-1,1);
14928static swig_lua_class _wrap_class_uiText = {
"uiText",
"uiText", &
SWIGTYPE_p_uiTextNode_t,
_proxy__wrap_new_uiText,
swig_delete_uiText,
swig_uiText_methods,
swig_uiText_attributes, &
swig_uiText_Sf_SwigStatic,
swig_uiText_meta,
swig_uiText_bases,
swig_uiText_base_names };
14952 assert(lua_istable(L,1));
14954 assert(!lua_isnil(L,-1));
14956 lua_call(L,lua_gettop(L)-1,1);
14992static swig_lua_class _wrap_class_uiText2 = {
"uiText2",
"uiText2", &
SWIGTYPE_p_uiText2Node_t,
_proxy__wrap_new_uiText2,
swig_delete_uiText2,
swig_uiText2_methods,
swig_uiText2_attributes, &
swig_uiText2_Sf_SwigStatic,
swig_uiText2_meta,
swig_uiText2_bases,
swig_uiText2_base_names };
15007 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
15031 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
15055 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
15073 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiTextEntryNode_t::set_password",2,
"bool");
15079 arg2 = (lua_toboolean(L, 2)!=0);
15099 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiTextEntryNode_t::set_clickoutabort",2,
"bool");
15105 arg2 = (lua_toboolean(L, 2)!=0);
15121 char *arg2 = (
char *) 0 ;
15131 arg2 = (
char *)lua_tostring(L, 2);
15203 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
15266 assert(lua_istable(L,1));
15268 assert(!lua_isnil(L,-1));
15270 lua_call(L,lua_gettop(L)-1,1);
15315static swig_lua_class _wrap_class_uiTextEntry = {
"uiTextEntry",
"uiTextEntry", &
SWIGTYPE_p_uiTextEntryNode_t,
_proxy__wrap_new_uiTextEntry,
swig_delete_uiTextEntry,
swig_uiTextEntry_methods,
swig_uiTextEntry_attributes, &
swig_uiTextEntry_Sf_SwigStatic,
swig_uiTextEntry_meta,
swig_uiTextEntry_bases,
swig_uiTextEntry_base_names };
15339 assert(lua_istable(L,1));
15341 assert(!lua_isnil(L,-1));
15343 lua_call(L,lua_gettop(L)-1,1);
15379static swig_lua_class _wrap_class_uiTextList = {
"uiTextList",
"uiTextList", &
SWIGTYPE_p_uiTextListNode_t,
_proxy__wrap_new_uiTextList,
swig_delete_uiTextList,
swig_uiTextList_methods,
swig_uiTextList_attributes, &
swig_uiTextList_Sf_SwigStatic,
swig_uiTextList_meta,
swig_uiTextList_bases,
swig_uiTextList_base_names };
15384 char *arg2 = (
char *) 0 ;
15394 arg2 = (
char *)lua_tostring(L, 2);
15429 assert(lua_istable(L,1));
15431 assert(!lua_isnil(L,-1));
15433 lua_call(L,lua_gettop(L)-1,1);
15470static swig_lua_class _wrap_class_uiTexture = {
"uiTexture",
"uiTexture", &
SWIGTYPE_p_uiTextureNode_t,
_proxy__wrap_new_uiTexture,
swig_delete_uiTexture,
swig_uiTexture_methods,
swig_uiTexture_attributes, &
swig_uiTexture_Sf_SwigStatic,
swig_uiTexture_meta,
swig_uiTexture_bases,
swig_uiTexture_base_names };
15485 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
15503 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiTimerNode_t::set_timeout",2,
"int");
15509 arg2 = (
int)lua_tonumber(L, 2);
15535 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
15598 assert(lua_istable(L,1));
15600 assert(!lua_isnil(L,-1));
15602 lua_call(L,lua_gettop(L)-1,1);
15641static swig_lua_class _wrap_class_uiTimer = {
"uiTimer",
"uiTimer", &
SWIGTYPE_p_uiTimerNode_t,
_proxy__wrap_new_uiTimer,
swig_delete_uiTimer,
swig_uiTimer_methods,
swig_uiTimer_attributes, &
swig_uiTimer_Sf_SwigStatic,
swig_uiTimer_meta,
swig_uiTimer_bases,
swig_uiTimer_base_names };
15656 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
15674 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiVideoNode_t::set_nosound",2,
"bool");
15680 arg2 = (lua_toboolean(L, 2)!=0);
15696 char *arg2 = (
char *) 0 ;
15706 arg2 = (
char *)lua_tostring(L, 2);
15732 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
15795 assert(lua_istable(L,1));
15797 assert(!lua_isnil(L,-1));
15799 lua_call(L,lua_gettop(L)-1,1);
15839static swig_lua_class _wrap_class_uiVideo = {
"uiVideo",
"uiVideo", &
SWIGTYPE_p_uiVideoNode_t,
_proxy__wrap_new_uiVideo,
swig_delete_uiVideo,
swig_uiVideo_methods,
swig_uiVideo_attributes, &
swig_uiVideo_Sf_SwigStatic,
swig_uiVideo_meta,
swig_uiVideo_bases,
swig_uiVideo_base_names };
15863 assert(lua_istable(L,1));
15865 assert(!lua_isnil(L,-1));
15867 lua_call(L,lua_gettop(L)-1,1);
15903static swig_lua_class _wrap_class_uiVScrollbar = {
"uiVScrollbar",
"uiVScrollbar", &
SWIGTYPE_p_uiVScrollBarNode_t,
_proxy__wrap_new_uiVScrollbar,
swig_delete_uiVScrollbar,
swig_uiVScrollbar_methods,
swig_uiVScrollbar_attributes, &
swig_uiVScrollbar_Sf_SwigStatic,
swig_uiVScrollbar_meta,
swig_uiVScrollbar_bases,
swig_uiVScrollbar_base_names };
15927 assert(lua_istable(L,1));
15929 assert(!lua_isnil(L,-1));
15931 lua_call(L,lua_gettop(L)-1,1);
15967static swig_lua_class _wrap_class_uiWidget = {
"uiWidget",
"uiWidget", &
SWIGTYPE_p_uiWidgetNode_t,
_proxy__wrap_new_uiWidget,
swig_delete_uiWidget,
swig_uiWidget_methods,
swig_uiWidget_attributes, &
swig_uiWidget_Sf_SwigStatic,
swig_uiWidget_meta,
swig_uiWidget_bases,
swig_uiWidget_base_names };
15982 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
16006 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
16030 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
16090 char *arg2 = (
char *) 0 ;
16100 arg2 = (
char *)lua_tostring(L, 2);
16120 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_fullscreen",2,
"bool");
16126 arg2 = (lua_toboolean(L, 2)!=0);
16146 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_modal",2,
"bool");
16152 arg2 = (lua_toboolean(L, 2)!=0);
16172 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_fill",2,
"bool");
16178 arg2 = (lua_toboolean(L, 2)!=0);
16198 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_dragbutton",2,
"bool");
16204 arg2 = (lua_toboolean(L, 2)!=0);
16224 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_closebutton",2,
"bool");
16230 arg2 = (lua_toboolean(L, 2)!=0);
16250 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_starlayout",2,
"bool");
16256 arg2 = (lua_toboolean(L, 2)!=0);
16276 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_preventtypingescape",2,
"bool");
16282 arg2 = (lua_toboolean(L, 2)!=0);
16303 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_noticepos",2,
"float");
16304 if(!lua_isnumber(L,3))
SWIG_fail_arg(
"uiWindowNode_t::set_noticepos",3,
"float");
16310 arg2 = (float)lua_tonumber(L, 2);
16311 arg3 = (float)lua_tonumber(L, 3);
16331 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiWindowNode_t::set_dropdown",2,
"bool");
16337 arg2 = (lua_toboolean(L, 2)!=0);
16363 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
16417 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
16471 arg2 = (
LUA_EVENT)luaL_ref (L, LUA_REGISTRYINDEX);
16534 assert(lua_istable(L,1));
16536 assert(!lua_isnil(L,-1));
16538 lua_call(L,lua_gettop(L)-1,1);
16592static swig_lua_class _wrap_class_uiWindow = {
"uiWindow",
"uiWindow", &
SWIGTYPE_p_uiWindowNode_t,
_proxy__wrap_new_uiWindow,
swig_delete_uiWindow,
swig_uiWindow_methods,
swig_uiWindow_attributes, &
swig_uiWindow_Sf_SwigStatic,
swig_uiWindow_meta,
swig_uiWindow_bases,
swig_uiWindow_base_names };
16607 lua_pushboolean(L,(
int)(result!=0)); SWIG_arg++;
16631 lua_pushnumber(L, (lua_Number) result); SWIG_arg++;
16649 if(!lua_isboolean(L,2))
SWIG_fail_arg(
"uiZoneNode_t::set_repeat",2,
"bool");
16655 arg2 = (lua_toboolean(L, 2)!=0);
16675 if(!lua_isnumber(L,2))
SWIG_fail_arg(
"uiZoneNode_t::set_clickdelay",2,
"int");
16681 arg2 = (
int)lua_tonumber(L, 2);
16716 assert(lua_istable(L,1));
16718 assert(!lua_isnil(L,-1));
16720 lua_call(L,lua_gettop(L)-1,1);
16760static swig_lua_class _wrap_class_uiZone = {
"uiZone",
"uiZone", &
SWIGTYPE_p_uiZoneNode_t,
_proxy__wrap_new_uiZone,
swig_delete_uiZone,
swig_uiZone_methods,
swig_uiZone_attributes, &
swig_uiZone_Sf_SwigStatic,
swig_uiZone_meta,
swig_uiZone_bases,
swig_uiZone_base_names };
16765 char *arg2 = (
char *) 0 ;
16766 char *arg3 = (
char *) 0 ;
16767 char *arg4 = (
char *) 0 ;
16780 arg2 = (
char *)lua_tostring(L, 2);
16781 arg3 = (
char *)lua_tostring(L, 3);
16782 arg4 = (
char *)lua_tostring(L, 4);
16805 char *arg2 = (
char *) 0 ;
16806 char *arg3 = (
char *) 0 ;
16818 arg2 = (
char *)lua_tostring(L, 2);
16819 arg3 = (
char *)lua_tostring(L, 3);
16835 char *arg2 = (
char *) 0 ;
16836 char *arg3 = (
char *) 0 ;
16848 arg2 = (
char *)lua_tostring(L, 2);
16849 arg3 = (
char *)lua_tostring(L, 3);
16865 char *arg2 = (
char *) 0 ;
16866 char *arg3 = (
char *) 0 ;
16878 arg2 = (
char *)lua_tostring(L, 2);
16879 arg3 = (
char *)lua_tostring(L, 3);
16895 char *arg2 = (
char *) 0 ;
16896 char *arg3 = (
char *) 0 ;
16908 arg2 = (
char *)lua_tostring(L, 2);
16909 arg3 = (
char *)lua_tostring(L, 3);
16925 char *arg2 = (
char *) 0 ;
16926 char *arg3 = (
char *) 0 ;
16938 arg2 = (
char *)lua_tostring(L, 2);
16939 arg3 = (
char *)lua_tostring(L, 3);
16955 char *arg2 = (
char *) 0 ;
16956 char *arg3 = (
char *) 0 ;
16968 arg2 = (
char *)lua_tostring(L, 2);
16969 arg3 = (
char *)lua_tostring(L, 3);
16985 char *arg2 = (
char *) 0 ;
16986 char *arg3 = (
char *) 0 ;
16998 arg2 = (
char *)lua_tostring(L, 2);
16999 arg3 = (
char *)lua_tostring(L, 3);
17015 char *arg2 = (
char *) 0 ;
17016 char *arg3 = (
char *) 0 ;
17028 arg2 = (
char *)lua_tostring(L, 2);
17029 arg3 = (
char *)lua_tostring(L, 3);
17045 char *arg2 = (
char *) 0 ;
17046 char *arg3 = (
char *) 0 ;
17058 arg2 = (
char *)lua_tostring(L, 2);
17059 arg3 = (
char *)lua_tostring(L, 3);
17075 char *arg2 = (
char *) 0 ;
17076 char *arg3 = (
char *) 0 ;
17088 arg2 = (
char *)lua_tostring(L, 2);
17089 arg3 = (
char *)lua_tostring(L, 3);
17105 char *arg2 = (
char *) 0 ;
17106 char *arg3 = (
char *) 0 ;
17118 arg2 = (
char *)lua_tostring(L, 2);
17119 arg3 = (
char *)lua_tostring(L, 3);
17135 char *arg2 = (
char *) 0 ;
17136 char *arg3 = (
char *) 0 ;
17148 arg2 = (
char *)lua_tostring(L, 2);
17149 arg3 = (
char *)lua_tostring(L, 3);
17165 char *arg2 = (
char *) 0 ;
17166 char *arg3 = (
char *) 0 ;
17178 arg2 = (
char *)lua_tostring(L, 2);
17179 arg3 = (
char *)lua_tostring(L, 3);
17195 char *arg2 = (
char *) 0 ;
17196 char *arg3 = (
char *) 0 ;
17208 arg2 = (
char *)lua_tostring(L, 2);
17209 arg3 = (
char *)lua_tostring(L, 3);
17225 char *arg2 = (
char *) 0 ;
17226 char *arg3 = (
char *) 0 ;
17238 arg2 = (
char *)lua_tostring(L, 2);
17239 arg3 = (
char *)lua_tostring(L, 3);
17255 char *arg2 = (
char *) 0 ;
17256 char *arg3 = (
char *) 0 ;
17268 arg2 = (
char *)lua_tostring(L, 2);
17269 arg3 = (
char *)lua_tostring(L, 3);
17285 char *arg2 = (
char *) 0 ;
17286 char *arg3 = (
char *) 0 ;
17298 arg2 = (
char *)lua_tostring(L, 2);
17299 arg3 = (
char *)lua_tostring(L, 3);
17315 char *arg2 = (
char *) 0 ;
17316 char *arg3 = (
char *) 0 ;
17328 arg2 = (
char *)lua_tostring(L, 2);
17329 arg3 = (
char *)lua_tostring(L, 3);
17345 char *arg2 = (
char *) 0 ;
17346 char *arg3 = (
char *) 0 ;
17358 arg2 = (
char *)lua_tostring(L, 2);
17359 arg3 = (
char *)lua_tostring(L, 3);
17375 char *arg2 = (
char *) 0 ;
17376 char *arg3 = (
char *) 0 ;
17388 arg2 = (
char *)lua_tostring(L, 2);
17389 arg3 = (
char *)lua_tostring(L, 3);
17405 char *arg2 = (
char *) 0 ;
17406 char *arg3 = (
char *) 0 ;
17418 arg2 = (
char *)lua_tostring(L, 2);
17419 arg3 = (
char *)lua_tostring(L, 3);
17435 char *arg2 = (
char *) 0 ;
17436 char *arg3 = (
char *) 0 ;
17448 arg2 = (
char *)lua_tostring(L, 2);
17449 arg3 = (
char *)lua_tostring(L, 3);
17465 char *arg2 = (
char *) 0 ;
17466 char *arg3 = (
char *) 0 ;
17478 arg2 = (
char *)lua_tostring(L, 2);
17479 arg3 = (
char *)lua_tostring(L, 3);
17495 char *arg2 = (
char *) 0 ;
17496 char *arg3 = (
char *) 0 ;
17508 arg2 = (
char *)lua_tostring(L, 2);
17509 arg3 = (
char *)lua_tostring(L, 3);
17525 char *arg2 = (
char *) 0 ;
17526 char *arg3 = (
char *) 0 ;
17538 arg2 = (
char *)lua_tostring(L, 2);
17539 arg3 = (
char *)lua_tostring(L, 3);
17555 char *arg2 = (
char *) 0 ;
17556 char *arg3 = (
char *) 0 ;
17568 arg2 = (
char *)lua_tostring(L, 2);
17569 arg3 = (
char *)lua_tostring(L, 3);
17585 char *arg2 = (
char *) 0 ;
17586 char *arg3 = (
char *) 0 ;
17598 arg2 = (
char *)lua_tostring(L, 2);
17599 arg3 = (
char *)lua_tostring(L, 3);
17615 char *arg2 = (
char *) 0 ;
17616 char *arg3 = (
char *) 0 ;
17628 arg2 = (
char *)lua_tostring(L, 2);
17629 arg3 = (
char *)lua_tostring(L, 3);
17645 char *arg2 = (
char *) 0 ;
17646 char *arg3 = (
char *) 0 ;
17658 arg2 = (
char *)lua_tostring(L, 2);
17659 arg3 = (
char *)lua_tostring(L, 3);
17675 char *arg2 = (
char *) 0 ;
17676 char *arg3 = (
char *) 0 ;
17688 arg2 = (
char *)lua_tostring(L, 2);
17689 arg3 = (
char *)lua_tostring(L, 3);
17705 char *arg2 = (
char *) 0 ;
17706 char *arg3 = (
char *) 0 ;
17718 arg2 = (
char *)lua_tostring(L, 2);
17719 arg3 = (
char *)lua_tostring(L, 3);
17735 char *arg2 = (
char *) 0 ;
17736 char *arg3 = (
char *) 0 ;
17748 arg2 = (
char *)lua_tostring(L, 2);
17749 arg3 = (
char *)lua_tostring(L, 3);
17765 char *arg2 = (
char *) 0 ;
17766 char *arg3 = (
char *) 0 ;
17778 arg2 = (
char *)lua_tostring(L, 2);
17779 arg3 = (
char *)lua_tostring(L, 3);
17795 char *arg2 = (
char *) 0 ;
17796 char *arg3 = (
char *) 0 ;
17808 arg2 = (
char *)lua_tostring(L, 2);
17809 arg3 = (
char *)lua_tostring(L, 3);
17825 char *arg2 = (
char *) 0 ;
17826 char *arg3 = (
char *) 0 ;
17838 arg2 = (
char *)lua_tostring(L, 2);
17839 arg3 = (
char *)lua_tostring(L, 3);
17855 char *arg2 = (
char *) 0 ;
17856 char *arg3 = (
char *) 0 ;
17868 arg2 = (
char *)lua_tostring(L, 2);
17869 arg3 = (
char *)lua_tostring(L, 3);
17884 char *arg1 = (
char *) 0 ;
17885 char *arg2 = (
char *) 0 ;
17891 arg1 = (
char *)lua_tostring(L, 1);
17892 arg2 = (
char *)lua_tostring(L, 2);
17908 char *arg2 = (
char *) 0 ;
17909 char *arg3 = (
char *) 0 ;
17921 arg2 = (
char *)lua_tostring(L, 2);
17922 arg3 = (
char *)lua_tostring(L, 3);
17938 char *arg2 = (
char *) 0 ;
17939 char *arg3 = (
char *) 0 ;
17951 arg2 = (
char *)lua_tostring(L, 2);
17952 arg3 = (
char *)lua_tostring(L, 3);
17968 char *arg2 = (
char *) 0 ;
17969 char *arg3 = (
char *) 0 ;
17981 arg2 = (
char *)lua_tostring(L, 2);
17982 arg3 = (
char *)lua_tostring(L, 3);
17998 char *arg2 = (
char *) 0 ;
17999 char *arg3 = (
char *) 0 ;
18011 arg2 = (
char *)lua_tostring(L, 2);
18012 arg3 = (
char *)lua_tostring(L, 3);
18028 char *arg2 = (
char *) 0 ;
18029 char *arg3 = (
char *) 0 ;
18041 arg2 = (
char *)lua_tostring(L, 2);
18042 arg3 = (
char *)lua_tostring(L, 3);
18058 char *arg2 = (
char *) 0 ;
18059 char *arg3 = (
char *) 0 ;
18071 arg2 = (
char *)lua_tostring(L, 2);
18072 arg3 = (
char *)lua_tostring(L, 3);
18088 char *arg2 = (
char *) 0 ;
18089 char *arg3 = (
char *) 0 ;
18101 arg2 = (
char *)lua_tostring(L, 2);
18102 arg3 = (
char *)lua_tostring(L, 3);
18118 char *arg2 = (
char *) 0 ;
18119 char *arg3 = (
char *) 0 ;
18131 arg2 = (
char *)lua_tostring(L, 2);
18132 arg3 = (
char *)lua_tostring(L, 3);
18148 char *arg2 = (
char *) 0 ;
18149 char *arg3 = (
char *) 0 ;
18161 arg2 = (
char *)lua_tostring(L, 2);
18162 arg3 = (
char *)lua_tostring(L, 3);
18178 char *arg2 = (
char *) 0 ;
18179 char *arg3 = (
char *) 0 ;
18191 arg2 = (
char *)lua_tostring(L, 2);
18192 arg3 = (
char *)lua_tostring(L, 3);
18208 char *arg2 = (
char *) 0 ;
18209 char *arg3 = (
char *) 0 ;
18221 arg2 = (
char *)lua_tostring(L, 2);
18222 arg3 = (
char *)lua_tostring(L, 3);
18238 char *arg2 = (
char *) 0 ;
18239 char *arg3 = (
char *) 0 ;
18251 arg2 = (
char *)lua_tostring(L, 2);
18252 arg3 = (
char *)lua_tostring(L, 3);
18268 char *arg2 = (
char *) 0 ;
18269 char *arg3 = (
char *) 0 ;
18281 arg2 = (
char *)lua_tostring(L, 2);
18282 arg3 = (
char *)lua_tostring(L, 3);
18298 char *arg2 = (
char *) 0 ;
18299 char *arg3 = (
char *) 0 ;
18311 arg2 = (
char *)lua_tostring(L, 2);
18312 arg3 = (
char *)lua_tostring(L, 3);
18328 char *arg2 = (
char *) 0 ;
18329 char *arg3 = (
char *) 0 ;
18341 arg2 = (
char *)lua_tostring(L, 2);
18342 arg3 = (
char *)lua_tostring(L, 3);
18358 char *arg2 = (
char *) 0 ;
18359 char *arg3 = (
char *) 0 ;
18371 arg2 = (
char *)lua_tostring(L, 2);
18372 arg3 = (
char *)lua_tostring(L, 3);
18388 char *arg2 = (
char *) 0 ;
18389 char *arg3 = (
char *) 0 ;
18401 arg2 = (
char *)lua_tostring(L, 2);
18402 arg3 = (
char *)lua_tostring(L, 3);
18418 char *arg2 = (
char *) 0 ;
18419 char *arg3 = (
char *) 0 ;
18431 arg2 = (
char *)lua_tostring(L, 2);
18432 arg3 = (
char *)lua_tostring(L, 3);
18448 char *arg2 = (
char *) 0 ;
18449 char *arg3 = (
char *) 0 ;
18461 arg2 = (
char *)lua_tostring(L, 2);
18462 arg3 = (
char *)lua_tostring(L, 3);
18478 char *arg2 = (
char *) 0 ;
18479 char *arg3 = (
char *) 0 ;
18491 arg2 = (
char *)lua_tostring(L, 2);
18492 arg3 = (
char *)lua_tostring(L, 3);
18508 char *arg2 = (
char *) 0 ;
18509 char *arg3 = (
char *) 0 ;
18521 arg2 = (
char *)lua_tostring(L, 2);
18522 arg3 = (
char *)lua_tostring(L, 3);
18538 char *arg2 = (
char *) 0 ;
18539 char *arg3 = (
char *) 0 ;
18551 arg2 = (
char *)lua_tostring(L, 2);
18552 arg3 = (
char *)lua_tostring(L, 3);
18568 char *arg2 = (
char *) 0 ;
18569 char *arg3 = (
char *) 0 ;
18581 arg2 = (
char *)lua_tostring(L, 2);
18582 arg3 = (
char *)lua_tostring(L, 3);
18598 char *arg2 = (
char *) 0 ;
18599 char *arg3 = (
char *) 0 ;
18611 arg2 = (
char *)lua_tostring(L, 2);
18612 arg3 = (
char *)lua_tostring(L, 3);
18628 char *arg2 = (
char *) 0 ;
18629 char *arg3 = (
char *) 0 ;
18641 arg2 = (
char *)lua_tostring(L, 2);
18642 arg3 = (
char *)lua_tostring(L, 3);
18658 char *arg2 = (
char *) 0 ;
18659 char *arg3 = (
char *) 0 ;
18671 arg2 = (
char *)lua_tostring(L, 2);
18672 arg3 = (
char *)lua_tostring(L, 3);
18688 char *arg2 = (
char *) 0 ;
18689 char *arg3 = (
char *) 0 ;
18701 arg2 = (
char *)lua_tostring(L, 2);
18702 arg3 = (
char *)lua_tostring(L, 3);
18718 char *arg2 = (
char *) 0 ;
18719 char *arg3 = (
char *) 0 ;
18731 arg2 = (
char *)lua_tostring(L, 2);
18732 arg3 = (
char *)lua_tostring(L, 3);
18748 char *arg2 = (
char *) 0 ;
18749 char *arg3 = (
char *) 0 ;
18761 arg2 = (
char *)lua_tostring(L, 2);
18762 arg3 = (
char *)lua_tostring(L, 3);
18778 char *arg2 = (
char *) 0 ;
18779 char *arg3 = (
char *) 0 ;
18791 arg2 = (
char *)lua_tostring(L, 2);
18792 arg3 = (
char *)lua_tostring(L, 3);
18808 char *arg2 = (
char *) 0 ;
18809 char *arg3 = (
char *) 0 ;
18821 arg2 = (
char *)lua_tostring(L, 2);
18822 arg3 = (
char *)lua_tostring(L, 3);
18838 char *arg2 = (
char *) 0 ;
18839 char *arg3 = (
char *) 0 ;
18851 arg2 = (
char *)lua_tostring(L, 2);
18852 arg3 = (
char *)lua_tostring(L, 3);
18868 char *arg2 = (
char *) 0 ;
18869 char *arg3 = (
char *) 0 ;
18881 arg2 = (
char *)lua_tostring(L, 2);
18882 arg3 = (
char *)lua_tostring(L, 3);
18898 char *arg2 = (
char *) 0 ;
18899 char *arg3 = (
char *) 0 ;
18911 arg2 = (
char *)lua_tostring(L, 2);
18912 arg3 = (
char *)lua_tostring(L, 3);
18928 char *arg2 = (
char *) 0 ;
18929 char *arg3 = (
char *) 0 ;
18941 arg2 = (
char *)lua_tostring(L, 2);
18942 arg3 = (
char *)lua_tostring(L, 3);
18958 char *arg2 = (
char *) 0 ;
18959 char *arg3 = (
char *) 0 ;
18971 arg2 = (
char *)lua_tostring(L, 2);
18972 arg3 = (
char *)lua_tostring(L, 3);
18988 char *arg2 = (
char *) 0 ;
18989 char *arg3 = (
char *) 0 ;
19001 arg2 = (
char *)lua_tostring(L, 2);
19002 arg3 = (
char *)lua_tostring(L, 3);
19017 char *arg1 = (
char *) 0 ;
19018 char *arg2 = (
char *) 0 ;
19024 arg1 = (
char *)lua_tostring(L, 1);
19025 arg2 = (
char *)lua_tostring(L, 2);
19041 char *arg2 = (
char *) 0 ;
19042 char *arg3 = (
char *) 0 ;
19054 arg2 = (
char *)lua_tostring(L, 2);
19055 arg3 = (
char *)lua_tostring(L, 3);
19070 char *arg1 = (
char *) 0 ;
19071 char *arg2 = (
char *) 0 ;
19072 char *arg3 = (
char *) 0 ;
19079 arg1 = (
char *)lua_tostring(L, 1);
19080 arg2 = (
char *)lua_tostring(L, 2);
19081 arg3 = (
char *)lua_tostring(L, 3);
19106 if(!lua_isboolean(L,1))
SWIG_fail_arg(
"UI_PopWindow",1,
"bool");
19107 arg1 = (lua_toboolean(L, 1)!=0);
19122 char *arg1 = (
char *) 0 ;
19123 char *arg2 = (
char *) 0 ;
19131 arg1 = (
char *)lua_tostring(L, 1);
19132 arg2 = (
char *)lua_tostring(L, 2);
19163 char *arg1 = (
char *) 0 ;
19168 arg1 = (
char *)lua_tostring(L, 1);
19213 char *arg1 = (
char *) 0 ;
19217 arg1 = (
char *)lua_tostring(L, 1);
19232 char *arg1 = (
char *) 0 ;
19236 arg1 = (
char *)lua_tostring(L, 1);
19252 char *arg2 = (
char *) 0 ;
19255 if(!lua_isnumber(L,1))
SWIG_fail_arg(
"Com_DPrintf",1,
"int");
19257 arg1 = (
int)lua_tonumber(L, 1);
19258 arg2 = (
char *)lua_tostring(L, 2);
19274 char *arg2 = (
char *) 0 ;
19279 arg1 = (
int)lua_tonumber(L, 1);
19280 arg2 = (
char *)lua_tostring(L, 2);
19329 lua_pushstring(L,(
const char *)result); SWIG_arg++;
19965static swig_cast_info _swigc__p_uiAbstractOptionNode_t[] = { {&
_swigt__p_uiAbstractOptionNode_t, 0, 0, 0}, {&
_swigt__p_uiOptionListNode_t,
_p_uiOptionListNode_tTo_p_uiAbstractOptionNode_t, 0, 0}, {&
_swigt__p_uiSelectBoxNode_t,
_p_uiSelectBoxNode_tTo_p_uiAbstractOptionNode_t, 0, 0}, {&
_swigt__p_uiTabNode_t,
_p_uiTabNode_tTo_p_uiAbstractOptionNode_t, 0, 0}, {&
_swigt__p_uiOptionTreeNode_t,
_p_uiOptionTreeNode_tTo_p_uiAbstractOptionNode_t, 0, 0},{0, 0, 0, 0}};
19966static swig_cast_info _swigc__p_uiAbstractScrollableNode_t[] = { {&
_swigt__p_uiMessageListNode_t,
_p_uiMessageListNode_tTo_p_uiAbstractScrollableNode_t, 0, 0}, {&
_swigt__p_uiPanelNode_t,
_p_uiPanelNode_tTo_p_uiAbstractScrollableNode_t, 0, 0}, {&
_swigt__p_uiTextNode_t,
_p_uiTextNode_tTo_p_uiAbstractScrollableNode_t, 0, 0}, {&
_swigt__p_uiText2Node_t,
_p_uiText2Node_tTo_p_uiAbstractScrollableNode_t, 0, 0}, {&
_swigt__p_uiTextListNode_t,
_p_uiTextListNode_tTo_p_uiAbstractScrollableNode_t, 0, 0}, {&
_swigt__p_uiAbstractScrollableNode_t, 0, 0, 0},{0, 0, 0, 0}};
19967static swig_cast_info _swigc__p_uiAbstractScrollbarNode_t[] = { {&
_swigt__p_uiAbstractScrollbarNode_t, 0, 0, 0}, {&
_swigt__p_uiVScrollBarNode_t,
_p_uiVScrollBarNode_tTo_p_uiAbstractScrollbarNode_t, 0, 0},{0, 0, 0, 0}};
19968static swig_cast_info _swigc__p_uiAbstractValueNode_t[] = { {&
_swigt__p_uiBarNode_t,
_p_uiBarNode_tTo_p_uiAbstractValueNode_t, 0, 0}, {&
_swigt__p_uiCheckBoxNode_t,
_p_uiCheckBoxNode_tTo_p_uiAbstractValueNode_t, 0, 0}, {&
_swigt__p_uiSpinnerNode_t,
_p_uiSpinnerNode_tTo_p_uiAbstractValueNode_t, 0, 0}, {&
_swigt__p_uiTBarNode_t,
_p_uiTBarNode_tTo_p_uiAbstractValueNode_t, 0, 0}, {&
_swigt__p_uiAbstractValueNode_t, 0, 0, 0},{0, 0, 0, 0}};
19975static swig_cast_info _swigc__p_uiContainerNode_t[] = { {&
_swigt__p_uiContainerNode_t, 0, 0, 0}, {&
_swigt__p_uiBaseInventoryNode_t,
_p_uiBaseInventoryNode_tTo_p_uiContainerNode_t, 0, 0},{0, 0, 0, 0}};
19978static swig_cast_info _swigc__p_uiImageNode_t[] = { {&
_swigt__p_uiWidgetNode_t,
_p_uiWidgetNode_tTo_p_uiImageNode_t, 0, 0}, {&
_swigt__p_uiImageNode_t, 0, 0, 0},{0, 0, 0, 0}};
19982static swig_cast_info _swigc__p_uiModelNode_t[] = { {&
_swigt__p_uiModelNode_t, 0, 0, 0}, {&
_swigt__p_uiItemNode_t,
_p_uiItemNode_tTo_p_uiModelNode_t, 0, 0},{0, 0, 0, 0}};
19983static swig_cast_info _swigc__p_uiNode_t[] = { {&
_swigt__p_uiMessageListNode_t,
_p_uiMessageListNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiModelNode_t,
_p_uiModelNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiOptionNode_t,
_p_uiOptionNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiPanelNode_t,
_p_uiPanelNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiRadarNode_t,
_p_uiRadarNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiRadioButtonNode_t,
_p_uiRadioButtonNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiSpinnerNode_t,
_p_uiSpinnerNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTBarNode_t,
_p_uiTBarNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTextNode_t,
_p_uiTextNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiText2Node_t,
_p_uiText2Node_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiLineChartNode_t,
_p_uiLineChartNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTabNode_t,
_p_uiTabNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiSelectBoxNode_t,
_p_uiSelectBoxNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiWidgetNode_t,
_p_uiWidgetNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiVScrollBarNode_t,
_p_uiVScrollBarNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTimerNode_t,
_p_uiTimerNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTextListNode_t,
_p_uiTextListNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiContainerNode_t,
_p_uiContainerNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiCheckBoxNode_t,
_p_uiCheckBoxNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiButtonNode_t,
_p_uiButtonNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiBaseLayoutNode_t,
_p_uiBaseLayoutNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiBarNode_t,
_p_uiBarNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiAbstractScrollbarNode_t,
_p_uiAbstractScrollbarNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiAbstractOptionNode_t,
_p_uiAbstractOptionNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiOptionListNode_t,
_p_uiOptionListNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiStringNode_t,
_p_uiStringNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiSequenceNode_t,
_p_uiSequenceNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiRowsNode_t,
_p_uiRowsNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiAbstractScrollableNode_t,
_p_uiAbstractScrollableNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiAbstractValueNode_t,
_p_uiAbstractValueNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiItemNode_t,
_p_uiItemNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiOptionTreeNode_t,
_p_uiOptionTreeNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiNode_t, 0, 0, 0}, {&
_swigt__p_uiBaseInventoryNode_t,
_p_uiBaseInventoryNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTextEntryNode_t,
_p_uiTextEntryNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiConFuncNode_t,
_p_uiConFuncNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiDataNode_t,
_p_uiDataNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiGeoscapeNode_t,
_p_uiGeoscapeNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiImageNode_t,
_p_uiImageNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiTextureNode_t,
_p_uiTextureNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiVideoNode_t,
_p_uiVideoNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiWindowNode_t,
_p_uiWindowNode_tTo_p_uiNode_t, 0, 0}, {&
_swigt__p_uiZoneNode_t,
_p_uiZoneNode_tTo_p_uiNode_t, 0, 0},{0, 0, 0, 0}};
20000static swig_cast_info _swigc__p_uiTextNode_t[] = { {&
_swigt__p_uiTextNode_t, 0, 0, 0}, {&
_swigt__p_uiText2Node_t,
_p_uiText2Node_tTo_p_uiTextNode_t, 0, 0}, {&
_swigt__p_uiTextListNode_t,
_p_uiTextListNode_tTo_p_uiTextNode_t, 0, 0},{0, 0, 0, 0}};
20122#define SWIGRUNTIME_DEBUG
20145 if (!module_head) {
20158 }
while (iter!= module_head);
20169 if (init == 0)
return;
20172#ifdef SWIGRUNTIME_DEBUG
20173 printf(
"SWIG_InitializeModule: size %lu\n", (
unsigned long)
swig_module.size);
20180#ifdef SWIGRUNTIME_DEBUG
20181 printf(
"SWIG_InitializeModule: type %lu %s\n", (
unsigned long)
i,
swig_module.type_initial[
i]->name);
20190#ifdef SWIGRUNTIME_DEBUG
20191 printf(
"SWIG_InitializeModule: found type %s\n",
type->name);
20195#ifdef SWIGRUNTIME_DEBUG
20196 printf(
"SWIG_InitializeModule: found and overwrite type %s \n",
type->name);
20205 while (cast->
type) {
20209#ifdef SWIGRUNTIME_DEBUG
20210 printf(
"SWIG_InitializeModule: look cast %s\n", cast->
type->
name);
20214#ifdef SWIGRUNTIME_DEBUG
20215 if (ret) printf(
"SWIG_InitializeModule: found cast %s\n", ret->
name);
20220#ifdef SWIGRUNTIME_DEBUG
20221 printf(
"SWIG_InitializeModule: skip old type %s\n", ret->
name);
20228#ifdef SWIGRUNTIME_DEBUG
20229 if (ocast) printf(
"SWIG_InitializeModule: skip old cast %s\n", ret->
name);
20231 if (!ocast) ret = 0;
20236#ifdef SWIGRUNTIME_DEBUG
20237 printf(
"SWIG_InitializeModule: adding cast %s\n", cast->
type->
name);
20240 type->cast->prev = cast;
20252#ifdef SWIGRUNTIME_DEBUG
20253 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
20257 printf(
"SWIG_InitializeModule: type %lu %s\n", (
unsigned long)
i,
swig_module.type_initial[
i]->name);
20258 while (cast->
type) {
20259 printf(
"SWIG_InitializeModule: cast type %s\n", cast->
type->
name);
20263 printf(
"---- Total casts: %d\n",j);
20265 printf(
"**** SWIG_InitializeModule: Cast List ******\n");
20278 static int init_run = 0;
20280 if (init_run)
return;
20291 equiv = equiv->
next;
20316#if ((SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC))
20322#if (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC)
20324 int globalRegister = 0;
20332#if ((SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUA) && (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC)) || defined(SWIG_LUA_ELUA_EMULATE)
20338#if (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC)
20345#ifdef SWIG_LUA_MODULE_GLOBAL
20346 globalRegister = 1;
20350#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_LUA)
20354#if (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUA) || (SWIG_LUA_TARGET == SWIG_LUA_FLAVOR_ELUAC)
20362#if defined(SWIG_LUA_ELUA_EMULATE)
20365 SWIG_Lua_elua_emulate_register_clear(L);
20366 if(globalRegister) {
20368 lua_pushvalue(L,-2);
20375#if (SWIG_LUA_TARGET != SWIG_LUA_FLAVOR_ELUAC)
Header file for inventory handling and Equipment menu.
@ MAX_SOLDIER_FILTERTYPES
void zoom(uiNode_t *node, bool out)
void setFill(uiNode_t *node, bool value)
void Cbuf_AddText(const char *format,...)
Adds command text at the end of the buffer.
void Com_DPrintf(int level, const char *fmt,...)
A Com_Printf that only shows up if the "developer" cvar is set.
void Com_Error(int code, const char *fmt,...)
void Com_Printf(const char *const fmt,...)
void Cvar_SetValue(const char *varName, float value)
Expands value to a string and calls Cvar_Set.
cvar_t * Cvar_Set(const char *varName, const char *value,...)
Sets a cvar value.
bool Cvar_Delete(const char *varName)
Function to remove the cvar and free the space.
cvar_t * Cvar_FindVar(const char *varName)
Searches for a cvar given by parameter.
cvar_t * Cvar_Get(const char *var_name, const char *var_value, int flags, const char *desc)
Init or return a cvar.
Cvar (console variable) header file.
common object-, inventory-, container- and firemode-related functions headers.
typedef int(ZCALLBACK *close_file_func) OF((voidpf opaque
void LIST_Delete(linkedList_t **list)
QGL_EXTERN void(APIENTRY *qglActiveTexture)(GLenum texture)
QGL_EXTERN GLint GLenum type
QGL_EXTERN GLuint GLsizei GLsizei GLint GLenum GLchar * name
QGL_EXTERN GLint GLenum GLboolean GLsizei const GLvoid * pointer
Header for script parsing functions.
align_t
We need this here for checking the boundaries from script values.
linkedList_t * Com_LuaTableToStringList(lua_State *L, int index)
Convert a lua table to a linkedList of character strings.
int Com_LuaIsNilOrTable(lua_State *L, int index)
Header for lua script functions.
int LUA_FUNCTION
callback signatures for functions defined in Lua
int LUA_EVENT
holds a reference to a lua event handler
int LUA_METHOD
holds a reference to a lua event handler
This is a cvar definition. Cvars can be user modified and used in our menus e.g.
inventory definition for our menus
struct swig_cast_info * prev
struct swig_cast_info * next
swig_converter_func converter
swig_lua_method * metatable
struct swig_lua_class ** bases
swig_lua_namespace * cls_static
lua_CFunction constructor
swig_lua_method * methods
swig_lua_attribute * attributes
void(* destructor)(void *)
swig_lua_attribute * ns_attributes
swig_lua_const_info * ns_constants
struct swig_lua_class ** ns_classes
swig_lua_method * ns_methods
struct swig_lua_namespace ** ns_namespaces
swig_cast_info ** cast_initial
swig_type_info ** type_initial
struct swig_module_info * next
struct swig_cast_info * cast
Atomic structure used to define most of the UI.
uiBehaviour_t * behaviour
void *(* swig_converter_func)(void *, int *)
Cross-platform type definitions.
void UI_AddBehaviourMethod(uiBehaviour_t *behaviour, const char *name, LUA_METHOD fcn)
Adds a lua based method to the list of available behaviour methods for calling.
Data and interface to share data.
@ TEXT_UFORECOVERY_NATIONS
@ TEXT_UFOPEDIA_MAILHEADER
@ TEXT_UFOPEDIA_REQUIREMENT
@ TEXT_MISSIONBRIEFING_VICTORY_CONDITIONS
@ OPTION_VIDEO_RESOLUTIONS
@ TEXT_MISSIONBRIEFING_TITLE
@ TEXT_MOUSECURSOR_BOTTOM
@ TEXT_UFORECOVERY_CAPACITIES
@ OPTION_SINGLEPLAYER_SKINS
@ TEXT_MOUSECURSOR_PLAYERNAMES
@ OPTION_MULTIPLAYER_SKINS
@ TEXT_MULTIPLAYER_USERTEAM
@ TEXT_UFORECOVERY_UFOYARDS
@ TEXT_MULTIPLAYER_USERLIST
@ OPTION_PRODUCTION_REQUIREMENTS
void UI_PrintNodeTree(uiNode_t *node, int level)
uiNode_t * UI_CreateControl(uiNode_t *parent, const char *type, const char *name, const char *super)
Create a new control inherited from a given node class or other node.
uiNode_t * UI_CreateComponent(const char *type, const char *name, const char *super)
Create a new component inherited from a given node class or other node.
void UI_RegisterHandler_OnLoad(LUA_FUNCTION fcn)
Register global lua callback function called after loading the module.
Basic lua initialization for the ui.
static const char * swig_uiOption_base_names[]
static int _wrap_uiContainer_on_select_get(lua_State *L)
SWIGRUNTIME int SWIG_Lua_class_equal(lua_State *L)
static int _wrap_uiOption_set_collapsed(lua_State *L)
SWIGINTERN void uiAbstractScrollableNode_t_pagedown(uiAbstractScrollableNode_t *self)
static int _wrap_UI_CreateOptionTree(lua_State *L)
static swig_lua_method swig_uiTab_methods[]
static void swig_delete_uiWindow(void *obj)
static swig_lua_class _wrap_class_uiItem
static int _wrap_uiBaseInventory_filtertype(lua_State *L)
static void * _p_uiPanelNode_tTo_p_uiAbstractScrollableNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static void uiWindowNode_t_lua_onWindowOpened_set(uiWindowNode_t *node, LUA_EVENT fn)
static swig_type_info _swigt__p_uiTextEntryNode_t
static swig_lua_class * swig_uiMessageList_bases[]
static swig_type_info _swigt__p_uiAbstractValueNode_t
static swig_lua_class _wrap_class_uiButton
static swig_lua_namespace swig_uiBar_Sf_SwigStatic
static swig_lua_const_info swig_uiAbstractValueNode_Sf_SwigStatic_constants[]
SWIGINTERN void uiButtonNode_t_set_background(uiButtonNode_t *self, char const *name)
static void * _p_uiText2Node_tTo_p_uiAbstractScrollableNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_attribute swig_uiTextList_attributes[]
SWIGINTERN int uiBarNode_t_direction(uiBarNode_t *self)
static int _wrap_UI_CreateBaseLayout(lua_State *L)
SWIGINTERN void uiImageNode_t_set_keepratio(uiImageNode_t *self, bool value)
static swig_lua_method swig_uiRadar_meta[]
SWIGINTERN void uiNode_t_set_borderthickness(uiNode_t *self, int value)
static int _wrap_uiLineChart_add_point(lua_State *L)
SWIGINTERN int uiStringNode_t_longlines(uiStringNode_t *self)
static int _wrap_uiNode_set_borderthickness(lua_State *L)
SWIGRUNTIME void * SWIG_Lua_MustGetPtr(lua_State *L, int index, swig_type_info *type, int flags, int argnum, const char *func_name)
SWIGINTERN void uiModelNode_t_set_animation(uiModelNode_t *self, char const *name)
static const char * swig_uiTextList_base_names[]
static int _wrap_new_uiWidget(lua_State *L)
static swig_lua_attribute swig_uiRows_Sf_SwigStatic_attributes[]
static int _wrap_uiAbstractOptionNode_set_dataid(lua_State *L)
#define SWIG_DOSTRING_FAIL(S)
SWIGINTERN void uiNode_t_set_text(uiNode_t *self, char const *text)
SWIGINTERN void uiNode_t_delete_node(uiNode_t *self)
static swig_lua_method swig_uiRadioButton_methods[]
static int _wrap_new_uiItem(lua_State *L)
static swig_lua_class * swig_uiBaseInventory_Sf_SwigStatic_classes[]
static uiTBarNode_t * UI_CreateTBar(uiNode_t *parent, const char *name, const char *super)
static swig_cast_info * swig_cast_initial[]
static swig_lua_attribute swig_uiOption_Sf_SwigStatic_attributes[]
static int _wrap_uiNode_on_wheelup_set(lua_State *L)
static const char * swig_uiAbstractScrollbarNode_base_names[]
static int _wrap_uiTextEntry_focus(lua_State *L)
static swig_lua_attribute swig_uiBar_Sf_SwigStatic_attributes[]
static LUA_EVENT uiTextEntryNode_t_lua_onTextEntryAbort_get(uiTextEntryNode_t *node)
static void swig_delete_uiCheckBox(void *obj)
static swig_lua_attribute swig_uiWidget_attributes[]
#define SWIGTYPE_p_uiOptionTreeNode_t
static int _wrap_uiNode_remove_children(lua_State *L)
static int _wrap_new_uiData(lua_State *L)
static int _proxy__wrap_new_uiBaseInventory(lua_State *L)
static int _wrap_uiContainer_selectedid(lua_State *L)
static uiRadioButtonNode_t * UI_CreateRadioButton(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN char * uiTextNode_t_textselected(uiTextNode_t *self)
static swig_lua_attribute swig_uiCheckBox_attributes[]
#define SWIGTYPE_p_uiWidgetNode_t
static int _wrap_uiModel_skin(lua_State *L)
SWIGINTERN void uiNode_t_add_classmethod(uiNode_t *self, char const *name, LUA_METHOD fcn)
static int _wrap_UI_CreatePanel(lua_State *L)
static int _wrap_new_uiRows(lua_State *L)
SWIGINTERN bool uiWindowNode_t_is_starlayout(uiWindowNode_t *self)
static swig_lua_method swig_uiPanel_Sf_SwigStatic_methods[]
static int _wrap_create_radiobutton(lua_State *L)
SWIGRUNTIME swig_cast_info * SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty)
static void * _p_uiDataNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiString_longlines(lua_State *L)
#define SWIGTYPE_p_uiGeoscapeNode_t
static int _wrap_uiNode_parent(lua_State *L)
static swig_type_info _swigt__p_uiModelNode_t
static void uiWindowNode_t_lua_onWindowActivate_set(uiWindowNode_t *node, LUA_EVENT fn)
static swig_cast_info _swigc__p_invDef_t[]
static swig_lua_method swig_uiTexture_meta[]
static swig_lua_const_info swig_uiWidget_Sf_SwigStatic_constants[]
static int _wrap_uiNode_on_mouseleave_get(lua_State *L)
SWIGINTERN void uiImageNode_t_set_mousefx(uiImageNode_t *self, bool value)
static swig_lua_method swig_uiSequence_meta[]
SWIGRUNTIME int SWIG_Lua_ConvertPtr(lua_State *L, int index, void **ptr, swig_type_info *type, int flags)
static int _wrap_uiNode_set_text(lua_State *L)
static int _wrap_uiImage_set_mousefx(lua_State *L)
static int _wrap_uiItem_is_containerlike(lua_State *L)
static swig_lua_method swig_uiVScrollbar_Sf_SwigStatic_methods[]
static int _wrap_create_control(lua_State *L)
static void * _p_uiAbstractValueNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiNode_t_set_left(uiNode_t *self, float value)
static swig_lua_class _wrap_class_cvar
static int _wrap_UI_CreateModel(lua_State *L)
static swig_lua_attribute swig_uiRadar_Sf_SwigStatic_attributes[]
#define SWIGTYPE_p_vec3_struct_t
static int _proxy__wrap_new_uiWindow(lua_State *L)
SWIGINTERN bool uiLineChartNode_t_is_showaxes(uiLineChartNode_t *self)
static int _wrap_uiZone_clickdelay(lua_State *L)
static int _wrap_uiAbstractValueNode_set_shiftmultiplier(lua_State *L)
static swig_lua_method swig_uiWindow_Sf_SwigStatic_methods[]
static int _wrap_new_uiVScrollbar(lua_State *L)
static swig_type_info _swigt__p_uiTextureNode_t
static swig_lua_namespace swig_uiWidget_Sf_SwigStatic
static int _wrap_uiAbstractOptionNode_cvar(lua_State *L)
SWIGINTERN void uiNode_t_move_node(uiNode_t *self, uiNode_t *node, uiNode_t *prev)
static swig_type_info _swigt__p_uiConFuncNode_t
static void * _p_uiGeoscapeNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_namespace swig_uiOptionList_Sf_SwigStatic
static int _wrap_uiBaseInventory_set_viewpos(lua_State *L)
static swig_lua_class * swig_uiVScrollbar_bases[]
static int _wrap_new_uiOptionList(lua_State *L)
static int _wrap_uiModel_scale(lua_State *L)
static swig_lua_class _wrap_class_uiOption
SWIGINTERN void uiPanelNode_t_set_wheelscrollable(uiPanelNode_t *self, bool value)
static int _wrap_uiOption_is_collapsed(lua_State *L)
static int _wrap_create_vscrollbar(lua_State *L)
static int _wrap_uiSequence_lua_onEnd_get(lua_State *L)
static swig_lua_method swig_uiAbstractScrollableNode_meta[]
static int _wrap_uiAbstractScrollableNode_moveup(lua_State *L)
static int _wrap_uiNode_type(lua_State *L)
static void swig_delete_uiRows(void *obj)
static int _wrap_uiAbstractScrollableNode_viewsize(lua_State *L)
static int _wrap_uiImage_texl(lua_State *L)
SWIGINTERN void uiNode_t_append_node(uiNode_t *self, uiNode_t *node)
static swig_lua_attribute swig_uiPanel_Sf_SwigStatic_attributes[]
static int _wrap_uiSpinner_set_background(lua_State *L)
SWIGRUNTIME void SWIG_Lua_SetModule(lua_State *L, swig_module_info *module)
static swig_lua_class _wrap_class_uiVideo
static uiConFuncNode_t * UI_CreateConFunc(uiNode_t *parent, const char *name, const char *super)
static swig_lua_class _wrap_class_uiBaseLayout
static int _wrap_uiNode_layoutalign(lua_State *L)
static swig_type_info _swigt__p_uiZoneNode_t
static const char * swig_uiRadar_base_names[]
static swig_lua_namespace swig_uiItem_Sf_SwigStatic
static int _wrap_uiOption_value(lua_State *L)
SWIGINTERN void uiTextureNode_t_set_source(uiTextureNode_t *self, char const *name)
static uiZoneNode_t * UI_CreateZone(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN int SWIG_Lua_do_resolve_metamethod(lua_State *L, const swig_lua_class *clss, int metamethod_name_idx, int skip_check)
static int _wrap_create_panel(lua_State *L)
static swig_lua_class * swig_uiText_bases[]
static int _wrap_uiOption_set_label(lua_State *L)
SWIGINTERN int uiTextNode_t_dataid(uiTextNode_t *self)
static swig_lua_namespace swig_uiText_Sf_SwigStatic
SWIGINTERN void uiTextEntryNode_t_focus(uiTextEntryNode_t *self)
static int _wrap_cvar_as_float(lua_State *L)
static swig_lua_class * swig_uiVideo_bases[]
static void * _p_uiBarNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiNode_on_focusgained_set(lua_State *L)
SWIGINTERN int uiAbstractOptionNode_t_current(uiAbstractOptionNode_t *self)
static int _wrap_uiNode_image(lua_State *L)
static int _wrap_create_sequence(lua_State *L)
static swig_lua_const_info swig_uiSpinner_Sf_SwigStatic_constants[]
static int _wrap_uiVideo_lua_onEnd_set(lua_State *L)
#define SWIGTYPE_p_uiNode_t
static uiDataNode_t * UI_CreateData(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN bool uiBarNode_t_is_nohover(uiBarNode_t *self)
static swig_lua_class * swig_uiPanel_Sf_SwigStatic_classes[]
static swig_lua_method swig_uiCheckBox_Sf_SwigStatic_methods[]
SWIGRUNTIME void SWIG_Lua_pusherrstring(lua_State *L, const char *str)
static swig_lua_namespace swig_uiTBar_Sf_SwigStatic
SWIGINTERN void uiNode_t_set_bordersize(uiNode_t *self, int size)
#define SWIG_TypeQuery(name)
static swig_lua_method swig_uiBaseLayout_methods[]
static int _wrap_uiAbstractOptionNode_fullsize(lua_State *L)
static swig_cast_info _swigc__p_uiStringNode_t[]
SWIGINTERN void uiWindowNode_t_set_dropdown(uiWindowNode_t *self, bool value)
static int _wrap_new_uiAbstractScrollbarNode(lua_State *L)
SWIGINTERN int SWIG_Lua_class_do_get(lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret)
SWIGINTERN void uiTextNode_t_set_tabwidth(uiTextNode_t *self, int value)
static int _wrap_new_uiSelectBox(lua_State *L)
static int _wrap_new_uiVideo(lua_State *L)
static void swig_delete_uiString(void *obj)
SWIGRUNTIME int SWIG_Lua_resolve_metamethod(lua_State *L)
static int _wrap_uiNode_first(lua_State *L)
static int _wrap_uiPanel_is_wheelscrollable(lua_State *L)
static swig_lua_method swig_uiOptionTree_methods[]
SWIGINTERN int uiAbstractOptionNode_t_fullsize(uiAbstractOptionNode_t *self)
static int _wrap_cvar_name(lua_State *L)
static int _proxy__wrap_new_uiSpinner(lua_State *L)
uiNode_t uiBaseInventoryNode_t
static swig_lua_attribute swig_uiCheckBox_Sf_SwigStatic_attributes[]
SWIGINTERN void cvar_t_set_value__SWIG_1(cvar_t *self, char const *text)
SWIGINTERN float uiDataNode_t_as_float(uiDataNode_t *self)
uiNode_t uiAbstractScrollableNode_t
static int _wrap_UI_CreateWidget(lua_State *L)
static int _wrap_uiNode_delete_node(lua_State *L)
static int _proxy__wrap_new_uiLineChart(lua_State *L)
static int _wrap_uiWindow_set_preventtypingescape(lua_State *L)
SWIGINTERN void uiNode_t_set_flashcolor(uiNode_t *self, float r, float g, float b, float a)
SWIGINTERN bool uiSpinnerNode_t_is_horizontal(uiSpinnerNode_t *self)
static int _wrap_uiNode_top(lua_State *L)
SWIGINTERN char * uiRadioButtonNode_t_as_string(uiRadioButtonNode_t *self)
SWIGINTERN void uiNode_t_set_ghost(uiNode_t *self, bool value)
static int _wrap_uiNode_set_disabled(lua_State *L)
SWIGINTERN void uiModelNode_t_set_skin(uiModelNode_t *self, char const *name)
static swig_lua_method swig_uiVideo_Sf_SwigStatic_methods[]
static int _wrap_getvar__SWIG_0(lua_State *L)
static int _wrap_uiAbstractScrollableNode_set_viewpos(lua_State *L)
uiNode_t uiOptionListNode_t
static swig_lua_method swig_uiText2_Sf_SwigStatic_methods[]
static void swig_delete_uiImage(void *obj)
static void swig_delete_uiBar(void *obj)
static int _wrap_create_linechart(lua_State *L)
static swig_lua_method swig_uiTexture_methods[]
static int _wrap_uiNode_set_ghost(lua_State *L)
static swig_cast_info _swigc__p_uiContainerNode_t[]
static void swig_delete_uiConFunc(void *obj)
static swig_lua_attribute swig_uiZone_attributes[]
static int _wrap_new_uiZone(lua_State *L)
static swig_lua_method swig_uiTBar_meta[]
static int _wrap_uiNode_on_rightclick_get(lua_State *L)
SWIGINTERN void SWIG_Lua_add_namespace_classes(lua_State *L, swig_lua_namespace *ns)
static int _wrap_uiPanel_layoutcolumns(lua_State *L)
static int _wrap_UI_CreateOption(lua_State *L)
static swig_lua_attribute swig_uiAbstractOptionNode_Sf_SwigStatic_attributes[]
SWIGINTERN void uiButtonNode_t_set_flipicon(uiButtonNode_t *self, bool value)
static swig_lua_namespace swig_uiModel_Sf_SwigStatic
static int _wrap_uiCheckBox_set_iconunknown(lua_State *L)
static swig_cast_info _swigc__p_uiItemNode_t[]
static const char * swig_uiConFunc_base_names[]
static int _wrap_cmd(lua_State *L)
#define SWIG_CheckState(r)
SWIGINTERN int uiOptionNode_t_count(uiOptionNode_t *self)
static int _wrap_uiTextEntry_set_background(lua_State *L)
SWIGINTERN void uiWindowNode_t_set_dragbutton(uiWindowNode_t *self, bool value)
static swig_lua_class _wrap_class_uiTimer
#define SWIG_fail_ptr(func_name, argnum, type)
static swig_lua_class _wrap_class_uiMessageList
SWIGINTERN float cvar_t_as_float(cvar_t *self)
SWIGINTERN void uiBarNode_t_set_direction(uiBarNode_t *self, int value)
static int _wrap_cvar_set_value__SWIG_0(lua_State *L)
static int _wrap_uiBaseLayout_baseid(lua_State *L)
#define SWIG_NewMemberObj(L, ptr, sz, type)
static int _wrap_uiNode___getitem(lua_State *L)
static swig_cast_info _swigc__p_uiLineChartNode_t[]
static swig_lua_method swig_uiImage_methods[]
static swig_cast_info _swigc__p_uiAbstractScrollableNode_t[]
static int _wrap_uiTexture_set_source(lua_State *L)
SWIGINTERN void SWIG_Lua_add_class_user_metamethods(lua_State *L, swig_lua_class *clss)
SWIGINTERN void uiAbstractValueNode_t_dec_value(uiAbstractValueNode_t *self)
SWIGINTERN void uiSpinnerNode_t_set_horizontal(uiSpinnerNode_t *self, bool value)
static int _wrap_uiModel_set_model(lua_State *L)
static swig_lua_method swig_uiButton_methods[]
static swig_cast_info _swigc__p_uiVScrollBarNode_t[]
uiNode_t uiGeoscapeNode_t
static swig_lua_method swig_cvar_Sf_SwigStatic_methods[]
static int _wrap_uiButton_set_icon(lua_State *L)
static int _wrap_uiModel_is_autoscale(lua_State *L)
static int _proxy__wrap_new_uiButton(lua_State *L)
static swig_lua_attribute swig_uiTBar_attributes[]
static void uiBaseInventoryNode_t_lua_onViewChange_set(uiBaseInventoryNode_t *node, LUA_EVENT fn)
SWIGRUNTIME int SWIG_TypeEquiv(const char *nb, const char *tb)
SWIGINTERN void SWIG_Lua_class_register_static(lua_State *L, swig_lua_class *clss)
SWIGRUNTIME const char * SWIG_Lua_typename(lua_State *L, int tp)
SWIGINTERN int uiNode_t_layoutalign(uiNode_t *self)
static int _wrap_uiNode_on_wheeldown_get(lua_State *L)
static swig_lua_class * swig_uiTimer_Sf_SwigStatic_classes[]
static int _wrap_create_button(lua_State *L)
static int _wrap_uiNode_last(lua_State *L)
static swig_lua_method swig_uiZone_Sf_SwigStatic_methods[]
static int _wrap_uiWindow_open(lua_State *L)
SWIGINTERN uiNode_t * uiNode_t_first(uiNode_t *self)
static int _wrap_uiTextEntry_cursorposition(lua_State *L)
static swig_lua_class _wrap_class_invDef
SWIGINTERN int uiNode_t_contentalign(uiNode_t *self)
static int _wrap_uiPanel_set_layoutcolumns(lua_State *L)
static int _proxy__wrap_new_uiMessageList(lua_State *L)
SWIGINTERN void uiAbstractValueNode_t_set_delta(uiAbstractValueNode_t *self, float delta)
static int _proxy__wrap_new_uiAbstractScrollableNode(lua_State *L)
static int _wrap_uiNode_on_keypressed_set(lua_State *L)
static swig_lua_method swig_uiRows_meta[]
static swig_lua_class * swig_uiData_bases[]
static int _wrap_uiAbstractOptionNode_lineheight(lua_State *L)
static swig_lua_class _wrap_class_uiModel
static int _wrap_uiAbstractScrollableNode_pagedown(lua_State *L)
static int _wrap_uiNode_move_node(lua_State *L)
static const char * swig_uiRows_base_names[]
static int _wrap_uiNode_set_layoutalign(lua_State *L)
SWIGINTERN void uiNode_t_set_pos(uiNode_t *self, float x, float y)
static int _wrap_uiText_tabwidth(lua_State *L)
static swig_cast_info _swigc__p_uiRadarNode_t[]
static int _proxy__wrap_new_uiRadar(lua_State *L)
static swig_lua_method swig_uiVScrollbar_meta[]
static int _wrap_new_uiString(lua_State *L)
static swig_lua_class * swig_uiAbstractScrollableNode_bases[]
#define SWIGTYPE_p_uiConFuncNode_t
static swig_cast_info _swigc__p_uiImageNode_t[]
static int _wrap_new_uiOptionTree(lua_State *L)
static int _wrap_create_optiontree(lua_State *L)
static int _wrap_uiTBar_texl(lua_State *L)
static LUA_EVENT uiVideoNode_t_lua_onEnd_get(uiVideoNode_t *node)
static int _wrap_uiTimer_lua_onEvent_set(lua_State *L)
static int _wrap_uiNode_on_focuslost_set(lua_State *L)
static int _wrap_uiAbstractValueNode_delta(lua_State *L)
static swig_type_info _swigt__p_uiAbstractOptionNode_t
SWIGINTERN uiNode_t * uiNode_t_parent(uiNode_t *self)
static swig_lua_method swig_uiTimer_meta[]
static int _wrap_print(lua_State *L)
static const char * swig_uiZone_base_names[]
SWIGINTERN uiNode_t * uiNode_t_child(uiNode_t *self, char const *name)
static void * _p_uiAbstractOptionNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_new_uiRadioButton(lua_State *L)
SWIGINTERN void uiWindowNode_t_set_starlayout(uiWindowNode_t *self, bool value)
static swig_lua_attribute swig_uiText2_Sf_SwigStatic_attributes[]
SWIGINTERN void uiWindowNode_t_close(uiWindowNode_t *self)
static int _wrap_register_onload(lua_State *L)
static swig_lua_attribute swig_uiItem_attributes[]
static int _wrap_uiNode_flashspeed(lua_State *L)
static int _wrap_uiAbstractValueNode_set_delta(lua_State *L)
SWIGINTERN int uiCheckBoxNode_t_as_integer(uiCheckBoxNode_t *self)
static int _wrap_uiVideo_set_source(lua_State *L)
static int _wrap_create_geoscape(lua_State *L)
static int _wrap_uiGeoscape_set_paddingright(lua_State *L)
static int _wrap_uiWindow_set_starlayout(lua_State *L)
SWIGINTERN void uiRadioButtonNode_t_set_flipicon(uiRadioButtonNode_t *self, bool value)
SWIGINTERN int uiNode_t_bordersize(uiNode_t *self)
static uiMessageListNode_t * UI_CreateMessageList(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN void uiOptionNode_t_set_label(uiOptionNode_t *self, char const *text)
static int _wrap_uiLineChart_add_line(lua_State *L)
static int _wrap_uiBaseInventory_set_displayammo(lua_State *L)
static void * _p_uiSequenceNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiCheckBox_as_integer(lua_State *L)
static int _wrap_new_uiConFunc(lua_State *L)
static const char * swig_uiTab_base_names[]
static void * _p_uiTextNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_type_info _swigt__p_uiCheckBoxNode_t
SWIGRUNTIME int SWIG_TypeNameComp(const char *f1, const char *l1, const char *f2, const char *l2)
static swig_lua_attribute swig_uiNode_attributes[]
static swig_lua_class * swig_uiItem_Sf_SwigStatic_classes[]
static swig_lua_attribute swig_uiSequence_attributes[]
static swig_lua_class _wrap_class_uiAbstractOptionNode
static swig_lua_const_info swig_uiConFunc_Sf_SwigStatic_constants[]
static swig_lua_method swig_uiTextEntry_methods[]
static swig_lua_namespace swig_uiVideo_Sf_SwigStatic
static void swig_delete_uiGeoscape(void *obj)
static int _wrap_uiNode_set_flashing(lua_State *L)
static int _wrap_new_uiTab(lua_State *L)
static int _wrap_create_text(lua_State *L)
static swig_lua_const_info swig_uiSelectBox_Sf_SwigStatic_constants[]
static int _wrap_uiAbstractScrollbarNode_is_autoshowscroll(lua_State *L)
SWIGINTERN void uiOptionTreeNode_t_set_selectedvalue(uiOptionTreeNode_t *self, char const *value)
static uiRadarNode_t * UI_CreateRadar(uiNode_t *parent, const char *name, const char *super)
static swig_lua_class * swig_uiImage_Sf_SwigStatic_classes[]
#define SWIGTYPE_p_uiOptionListNode_t
SWIGINTERN void uiNode_t_set_backgroundcolor(uiNode_t *self, float r, float g, float b, float a)
static swig_lua_class * swig_uiAbstractValueNode_Sf_SwigStatic_classes[]
static swig_lua_method swig_uiTimer_methods[]
static void swig_delete_uiTab(void *obj)
static int _proxy__wrap_new_uiAbstractValueNode(lua_State *L)
static int _wrap_uiRadioButton_cvar(lua_State *L)
SWIGRUNTIME int SWIG_Lua_ConvertPacked(lua_State *L, int index, void *ptr, size_t size, swig_type_info *type)
static swig_lua_const_info swig_uiTimer_Sf_SwigStatic_constants[]
SWIGINTERN void uiSequenceNode_t_set_source(uiSequenceNode_t *self, char const *name)
static swig_lua_class * swig_uiButton_bases[]
static swig_cast_info _swigc__p_uiSpinnerNode_t[]
SWIGINTERN vec2_struct_t * uiTBarNode_t_texl(uiTBarNode_t *self)
static uiPanelNode_t * UI_CreatePanel(uiNode_t *parent, const char *name, const char *super)
static const char * swig_uiGeoscape_base_names[]
static int _wrap_uiNode_on_change_get(lua_State *L)
static int _wrap_uiRadioButton_set_cvar(lua_State *L)
SWIGINTERN int SWIG_Lua_iterate_bases(lua_State *L, swig_type_info *SWIGUNUSED swig_type, int first_arg, swig_lua_base_iterator_func func, int *const ret)
static int _wrap_uiData_set_value__SWIG_1(lua_State *L)
static swig_lua_method swig_uiMessageList_methods[]
static swig_lua_method swig_uiButton_meta[]
static int _proxy__wrap_new_uiTab(lua_State *L)
static int _wrap_uiWindow_set_fullscreen(lua_State *L)
static int _wrap_new_uiGeoscape(lua_State *L)
static int _wrap_UI_CreateItem(lua_State *L)
static void swig_delete_uiTexture(void *obj)
SWIGINTERN void uiTextEntryNode_t_set_clickoutabort(uiTextEntryNode_t *self, bool value)
static swig_lua_const_info swig_uiSequence_Sf_SwigStatic_constants[]
#define SWIGTYPE_p_uiSequenceNode_t
static const char * swig_uiText_base_names[]
static swig_lua_attribute swig_cvar_attributes[]
static int _wrap_uiData_set_valuef(lua_State *L)
static swig_lua_method swig_uiTBar_methods[]
static swig_type_info _swigt__p_uiLineChartNode_t
static int _proxy__wrap_new_uiTextEntry(lua_State *L)
static swig_lua_class _wrap_class_uiConFunc
static uiRowsNode_t * UI_CreateRows(uiNode_t *parent, const char *name, const char *super)
static int _wrap_uiAbstractValueNode_inc_value(lua_State *L)
static swig_type_info _swigt__p_vec3_struct_t
static int _proxy__wrap_new_uiTimer(lua_State *L)
SWIGINTERN int uiTextNode_t_longlines(uiTextNode_t *self)
static swig_lua_attribute swig_uiVideo_attributes[]
static int _wrap_uiAbstractOptionNode_set_current(lua_State *L)
SWIGINTERN int uiAbstractOptionNode_t_dataid(uiAbstractOptionNode_t *self)
static void * _p_uiItemNode_tTo_p_uiModelNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiNode_t_set_disabledcolor(uiNode_t *self, float r, float g, float b, float a)
static uiTextEntryNode_t * UI_CreateTextEntry(uiNode_t *parent, const char *name, const char *super)
#define SWIGTYPE_p_uiWindowNode_t
static int _wrap_uiNode_set_padding(lua_State *L)
static void swig_delete_uiSpinner(void *obj)
static swig_lua_method swig_uiData_meta[]
static swig_type_info _swigt__p_uiTextNode_t
static swig_lua_namespace swig_uiButton_Sf_SwigStatic
static swig_type_info _swigt__p_uiSelectBoxNode_t
#define SWIG_ConvertPtr(L, idx, ptr, type, flags)
static int _wrap_new_uiButton(lua_State *L)
static swig_lua_const_info swig_uiImage_Sf_SwigStatic_constants[]
static void * _p_uiCheckBoxNode_tTo_p_uiAbstractValueNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN bool uiBaseInventoryNode_t_is_displayunavailableammo(uiBaseInventoryNode_t *self)
SWIGINTERN int SWIG_Lua_dostring(lua_State *L, const char *str)
static const char * swig_uiText2_base_names[]
static swig_lua_method swig_uiWindow_meta[]
SWIGINTERN void uiVideoNode_t_set_nosound(uiVideoNode_t *self, bool value)
SWIGINTERN void uiAbstractScrollableNode_t_movedown(uiAbstractScrollableNode_t *self)
SWIGINTERN void uiCheckBoxNode_t_set_iconchecked(uiCheckBoxNode_t *self, char const *name)
#define SWIGTYPE_p_uiSelectBoxNode_t
SWIGINTERN float uiNode_t_top(uiNode_t *self)
static int _wrap_uiWindow_on_windowopened_get(lua_State *L)
SWIGINTERN void uiBaseInventoryNode_t_set_viewsize(uiBaseInventoryNode_t *self, int size)
static int _wrap_uiBar_direction(lua_State *L)
static swig_lua_namespace swig_uiOption_Sf_SwigStatic
static swig_lua_method swig_invDef_Sf_SwigStatic_methods[]
SWIGINTERN bool uiBaseInventoryNode_t_is_displayammo(uiBaseInventoryNode_t *self)
static int _wrap_uiRadioButton_as_string(lua_State *L)
static int _wrap_uiNode_on_wheelup_get(lua_State *L)
SWIGINTERN void uiNode_t_set_color(uiNode_t *self, float r, float g, float b, float a)
static swig_lua_const_info swig_uiBar_Sf_SwigStatic_constants[]
static int _wrap_uiWindow_is_modal(lua_State *L)
static int _wrap_UI_CreateButton(lua_State *L)
static int _wrap_create_text2(lua_State *L)
static swig_lua_attribute swig_uiZone_Sf_SwigStatic_attributes[]
static swig_lua_attribute swig_uiSpinner_Sf_SwigStatic_attributes[]
static swig_lua_class * swig_uiTextList_bases[]
static int _wrap_new_uiText2(lua_State *L)
static swig_type_info _swigt__p_LUA_EVENT
static swig_lua_class _wrap_class_uiLineChart
static swig_type_info _swigt__p_cvar_t
static swig_cast_info _swigc__p_uiSequenceNode_t[]
static const char * swig_uiWindow_base_names[]
static int _wrap_uiModel_set_tag(lua_State *L)
SWIGINTERN void uiAbstractOptionNode_t_set_lineheight(uiAbstractOptionNode_t *self, int value)
static swig_lua_class * swig_uiRadar_bases[]
static int _proxy__wrap_new_uiModel(lua_State *L)
#define SWIGTYPE_p_uiTabNode_t
static swig_lua_class * swig_uiString_bases[]
static int _wrap_uiNode_on_click_get(lua_State *L)
static swig_lua_attribute swig_uiOptionList_Sf_SwigStatic_attributes[]
static int _wrap_uiWindow_on_windowopened_set(lua_State *L)
SWIGINTERN void uiLineChartNode_t_set_axescolor(uiLineChartNode_t *self, float r, float g, float b, float a)
static int _wrap_getvar__SWIG_1(lua_State *L)
SWIGINTERN void uiTextNode_t_set_longlines(uiTextNode_t *self, int value)
static swig_lua_attribute swig_invDef_attributes[]
static swig_lua_class _wrap_class_uiGeoscape
static int _wrap_uiNode_set_size(lua_State *L)
static int _wrap_uiRadioButton_set_value__SWIG_0(lua_State *L)
SWIGINTERN void uiGeoscapeNode_t_zoomin(uiGeoscapeNode_t *self)
static swig_lua_class _wrap_class_uiRadioButton
SWIGINTERN void uiOptionNode_t_set_truncated(uiOptionNode_t *self, bool value)
static swig_lua_class * swig_uiRows_Sf_SwigStatic_classes[]
static swig_lua_attribute swig_uiWidget_Sf_SwigStatic_attributes[]
static swig_lua_class * swig_uiSpinner_Sf_SwigStatic_classes[]
SWIGINTERN void uiNode_t_set_layoutalign(uiNode_t *self, int value)
#define SWIG_fail_arg(func_name, argnum, type)
static const char * swig_uiPanel_base_names[]
SWIGINTERN void uiSpinnerNode_t_set_mode(uiSpinnerNode_t *self, int mode)
static int _wrap_new_uiBar(lua_State *L)
static int _wrap_uiData_as_integer(lua_State *L)
static void * _p_uiSelectBoxNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_method swig_uiText2_meta[]
static void swig_delete_uiNode(void *obj)
static swig_lua_attribute swig_uiGeoscape_attributes[]
static const char * swig_uiBaseInventory_base_names[]
static swig_lua_class * swig_uiPanel_bases[]
static int _wrap_cvar_set_value(lua_State *L)
#define SWIGTYPE_p_uiSpinnerNode_t
static swig_type_info _swigt__p_uiBaseInventoryNode_t
SWIGINTERN void uiWindowNode_t_set_preventtypingescape(uiWindowNode_t *self, bool value)
static int _wrap_UI_CreateTab(lua_State *L)
static int _wrap_UI_CreateText2(lua_State *L)
static int _wrap_uiData_set_value(lua_State *L)
static swig_lua_attribute swig_uiString_attributes[]
SWIGINTERN void uiNode_t_set_font(uiNode_t *self, char const *name)
#define SWIG_Lua_get_table(L, n)
static int _wrap_uiAbstractValueNode_set_max__SWIG_0(lua_State *L)
static swig_lua_method swig_uiItem_meta[]
SWIGINTERN void uiNode_t_set_tooltip(uiNode_t *self, char const *text)
static int _wrap_uiAbstractScrollableNode_set_fullsize(lua_State *L)
static int _wrap_uiNode_set_top(lua_State *L)
static swig_lua_attribute swig_uiImage_Sf_SwigStatic_attributes[]
static swig_lua_const_info swig_uiText2_Sf_SwigStatic_constants[]
static int _wrap_uiBar_is_nohover(lua_State *L)
SWIGINTERN void uiTextNode_t_set_lineselected(uiTextNode_t *self, int line)
static int _wrap_uiData_as_float(lua_State *L)
static int _wrap_uiNode_set_backgroundcolor(lua_State *L)
static int _wrap_uiAbstractValueNode_set_value__SWIG_0(lua_State *L)
static int _wrap_uiAbstractOptionNode_set_fullsize(lua_State *L)
static swig_lua_class _wrap_class_uiPanel
static swig_cast_info _swigc__p_longlines_t[]
static swig_lua_method swig_uiAbstractScrollbarNode_Sf_SwigStatic_methods[]
static int _wrap_uiOptionTree_set_selectedvalue(lua_State *L)
static int _wrap_uiNode_on_rightclick_set(lua_State *L)
static int _wrap_uiNode_next(lua_State *L)
static int _wrap_uiSequence_set_source(lua_State *L)
SWIGINTERN bool uiModelNode_t_is_autoscale(uiModelNode_t *self)
static swig_lua_namespace swig_uiBaseLayout_Sf_SwigStatic
#define SWIG_RUNTIME_VERSION
static int _proxy__wrap_new_uiZone(lua_State *L)
static const char * swig_uiRadioButton_base_names[]
static swig_lua_method swig_uiWidget_methods[]
static swig_lua_method swig_uiCheckBox_methods[]
uiNode_t uiCheckBoxNode_t
SWIGINTERN void uiCheckBoxNode_t_set_iconunchecked(uiCheckBoxNode_t *self, char const *name)
static void * _p_uiTimerNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_UI_CreateContainer(lua_State *L)
static void * _p_uiOptionNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_attribute swig_uiBaseLayout_attributes[]
static swig_lua_const_info swig_uiRadar_Sf_SwigStatic_constants[]
SWIGINTERN char * uiModelNode_t_model(uiModelNode_t *self)
SWIGRUNTIME void SWIG_TypeClientData(swig_type_info *ti, void *clientdata)
static swig_lua_method swig_uiZone_methods[]
static swig_lua_class * swig_uiTextList_Sf_SwigStatic_classes[]
static int _wrap_uiModel_tag(lua_State *L)
SWIGRUNTIME swig_type_info * SWIG_TypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
SWIGINTERN void uiModelNode_t_set_angles(uiModelNode_t *self, float a1, float a2, float a3)
SWIGINTERN float uiNode_t_left(uiNode_t *self)
static int _wrap_uiBaseLayout_set_baseid(lua_State *L)
SWIGINTERN void uiModelNode_t_set_scale(uiModelNode_t *self, float a1, float a2, float a3)
static swig_lua_namespace swig_invDef_Sf_SwigStatic
SWIGINTERN vec3_struct_t * uiModelNode_t_omega(uiModelNode_t *self)
SWIGINTERN bool uiTextEntryNode_t_is_password(uiTextEntryNode_t *self)
static swig_type_info _swigt__p_itemFilterTypes_t
static void uiWindowNode_t_lua_onWindowClosed_set(uiWindowNode_t *node, LUA_EVENT fn)
static int _wrap_uiBaseInventory_is_displayavailableontop(lua_State *L)
static swig_lua_class * swig_uiGeoscape_bases[]
static swig_cast_info _swigc__p_uiWidgetNode_t[]
SWIGINTERN int SWIG_Lua_class_do_get_item(lua_State *L, swig_type_info *type, int SWIGUNUSED first_arg, int *ret)
static int _wrap_uiBaseInventory_on_viewchange_get(lua_State *L)
static uiImageNode_t * UI_CreateImage(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN float uiRadioButtonNode_t_as_float(uiRadioButtonNode_t *self)
static void swig_delete_uiMessageList(void *obj)
static int _wrap_nodetree(lua_State *L)
#define SWIG_Lua_add_function(L, n, f)
static int _wrap_uiBar_set_nohover(lua_State *L)
static swig_lua_attribute swig_uiText_Sf_SwigStatic_attributes[]
static swig_cast_info _swigc__p_panelLayout_t[]
SWIGINTERN vec3_struct_t * uiModelNode_t_origin(uiModelNode_t *self)
#define SWIGTYPE_p_vec2_struct_t
SWIGINTERN void uiOptionNode_t_set_value(uiOptionNode_t *self, char const *text)
SWIGRUNTIME char * SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz)
static swig_lua_method swig_uiAbstractOptionNode_methods[]
static swig_lua_method swig_uiSelectBox_methods[]
static void swig_delete_uiButton(void *obj)
static swig_cast_info _swigc__p_uiAbstractOptionNode_t[]
static int _wrap_new_uiText(lua_State *L)
static swig_lua_attribute swig_uiConFunc_Sf_SwigStatic_attributes[]
SWIGINTERN void uiBaseInventoryNode_t_set_viewpos(uiBaseInventoryNode_t *self, int pos)
static int _wrap_uiBaseInventory_set_viewsize(lua_State *L)
static int _wrap_create_string(lua_State *L)
static swig_lua_class * swig_uiTimer_bases[]
static int _wrap_uiAbstractScrollableNode_movedown(lua_State *L)
static void swig_delete_uiAbstractScrollbarNode(void *obj)
static void swig_delete_uiRadioButton(void *obj)
static const char * swig_uiOptionTree_base_names[]
static int _wrap_uiNode_find(lua_State *L)
static swig_lua_attribute swig_uiNode_Sf_SwigStatic_attributes[]
static swig_lua_method swig_uiText_meta[]
static swig_type_info _swigt__p_uiGeoscapeNode_t
static int _proxy__wrap_new_uiText(lua_State *L)
static int _wrap_UI_CreateRows(lua_State *L)
static int _wrap_uiModel_set_mouserotate(lua_State *L)
static swig_lua_class * swig_uiImage_bases[]
static int _wrap_uiNode_on_loaded_get(lua_State *L)
SWIGINTERN bool uiSequenceNode_t_is_playing(uiSequenceNode_t *self)
static int _wrap_new_uiCheckBox(lua_State *L)
SWIGINTERN void uiModelNode_t_set_omega(uiModelNode_t *self, float a1, float a2, float a3)
static int _wrap_uiAbstractValueNode_max(lua_State *L)
static int _wrap_uiAbstractValueNode_set_range(lua_State *L)
static int _wrap_new_uiTextList(lua_State *L)
static int _wrap_uiWindow_is_fullscreen(lua_State *L)
static int _wrap_uiTBar_set_texl(lua_State *L)
static swig_lua_attribute swig_uiTextEntry_Sf_SwigStatic_attributes[]
SWIGINTERN void uiOptionNode_t_set_icon(uiOptionNode_t *self, char const *name)
static void swig_delete_uiRadar(void *obj)
static int _wrap_uiNode_set_disabledcolor(lua_State *L)
static swig_lua_attribute swig_uiVideo_Sf_SwigStatic_attributes[]
static uiOptionTreeNode_t * UI_CreateOptionTree(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN void uiTextEntryNode_t_set_password(uiTextEntryNode_t *self, bool value)
SWIGINTERN char * uiModelNode_t_tag(uiModelNode_t *self)
SWIGINTERN void uiAbstractValueNode_t_set_shiftmultiplier(uiAbstractValueNode_t *self, float value)
static int _wrap_get_window(lua_State *L)
static swig_lua_method swig_uiNode_Sf_SwigStatic_methods[]
static swig_cast_info _swigc__p_uiGeoscapeNode_t[]
SWIGINTERN void uiAbstractScrollableNode_t_set_viewpos(uiAbstractScrollableNode_t *self, int pos)
static swig_lua_method swig_uiPanel_meta[]
#define SWIGTYPE_p_uiTBarNode_t
static const char * swig_invDef_base_names[]
SWIGINTERN int uiTextEntryNode_t_cursorposition(uiTextEntryNode_t *self)
SWIGINTERN void uiAbstractValueNode_t_set_value__SWIG_1(uiAbstractValueNode_t *self, char const *name)
SWIGINTERN void uiBaseInventoryNode_t_set_displayavailableontop(uiBaseInventoryNode_t *self, bool value)
uiNode_t uiSequenceNode_t
static int _wrap_new_uiContainer(lua_State *L)
static int _wrap_uiNode_set_height(lua_State *L)
static int _wrap_uiData_set_value__SWIG_0(lua_State *L)
static swig_lua_attribute swig_uiTab_Sf_SwigStatic_attributes[]
static swig_lua_class * swig_uiSelectBox_Sf_SwigStatic_classes[]
static swig_lua_class * swig_uiButton_Sf_SwigStatic_classes[]
static int _wrap_uiNode_root(lua_State *L)
static swig_lua_class * swig_uiLineChart_bases[]
static int _wrap_UI_CreateData(lua_State *L)
static int _wrap_uiNode_set_flashcolor(lua_State *L)
static swig_lua_method swig_uiRadioButton_Sf_SwigStatic_methods[]
static int _wrap_create_radar(lua_State *L)
static int _wrap_uiTextEntry_unfocus(lua_State *L)
SWIGINTERN int SWIG_Lua_add_class_user_metamethod(lua_State *L, swig_lua_class *clss, const int metatable_index)
SWIGINTERN bool uiNode_t_is_window(uiNode_t *self)
static swig_lua_attribute swig_uiAbstractValueNode_Sf_SwigStatic_attributes[]
SWIGINTERN void uiWindowNode_t_set_modal(uiWindowNode_t *self, bool value)
#define SWIGTYPE_p_uiMessageListNode_t
static swig_lua_class * swig_uiOption_bases[]
static swig_lua_method swig_uiConFunc_Sf_SwigStatic_methods[]
static void * _p_uiRowsNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_cast_info _swigc__p_uiTextNode_t[]
SWIGINTERN void uiTimerNode_t_set_timeout(uiTimerNode_t *self, int value)
static int _wrap_uiLineChart_clear(lua_State *L)
static swig_lua_class * swig_uiBaseInventory_bases[]
static swig_lua_attribute swig_uiSelectBox_attributes[]
#define SWIGTYPE_p_uiAbstractOptionNode_t
static int _wrap_new_uiTexture(lua_State *L)
SWIGINTERN void uiAbstractValueNode_t_set_value__SWIG_0(uiAbstractValueNode_t *self, float value)
static int _wrap_UI_CreateVScrollbar(lua_State *L)
static swig_cast_info _swigc__p_uiDataNode_t[]
static const char * swig_uiTBar_base_names[]
static swig_lua_attribute swig_uiSelectBox_Sf_SwigStatic_attributes[]
static int _wrap_uiPanel_set_background(lua_State *L)
static void * _p_uiConFuncNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static void * _p_uiWidgetNode_tTo_p_uiImageNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void SWIG_Lua_populate_inheritable_metamethods(lua_State *L)
SWIGINTERN void uiModelNode_t_set_model(uiModelNode_t *self, char const *name)
static int _wrap_uiAbstractValueNode_set_max(lua_State *L)
static const char * swig_uiSelectBox_base_names[]
static swig_lua_class * swig_uiVideo_Sf_SwigStatic_classes[]
static swig_lua_attribute swig_uiPanel_attributes[]
static void * _p_uiBaseLayoutNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static void * _p_uiOptionTreeNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiRadioButton_set_flipicon(lua_State *L)
static swig_lua_class * swig_uiData_Sf_SwigStatic_classes[]
static swig_lua_method swig_uiContainer_meta[]
static int _wrap_uiOption_is_truncated(lua_State *L)
static swig_lua_attribute swig_uiLineChart_Sf_SwigStatic_attributes[]
SWIGINTERN void uiNode_t_set_contentalign(uiNode_t *self, int value)
static swig_lua_namespace swig_uiTexture_Sf_SwigStatic
static const char * swig_cvar_base_names[]
static swig_lua_class * swig_cvar_Sf_SwigStatic_classes[]
static int _wrap_uiAbstractScrollbarNode_set_autoshowscroll(lua_State *L)
static swig_lua_attribute swig_uiBaseInventory_Sf_SwigStatic_attributes[]
static int _wrap_uiNode_set_font(lua_State *L)
static swig_lua_namespace swig_uiZone_Sf_SwigStatic
SWIGINTERN void uiTextNode_t_set_lineheight(uiTextNode_t *self, int value)
SWIGRUNTIME const char * SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name)
static int _wrap_uiOption_set_icon(lua_State *L)
SWIGINTERN void uiWindowNode_t_set_fill(uiWindowNode_t *self, bool value)
static swig_lua_attribute swig_uiImage_attributes[]
static swig_module_info swig_module
static void swig_delete_uiTextList(void *obj)
SWIGINTERN void uiAbstractOptionNode_t_set_fullsize(uiAbstractOptionNode_t *self, int size)
static swig_lua_namespace swig_uiTimer_Sf_SwigStatic
static swig_lua_attribute swig_uiLineChart_attributes[]
static swig_lua_attribute swig_uiMessageList_attributes[]
static swig_lua_class _wrap_class_uiRows
static int _proxy__wrap_new_uiSequence(lua_State *L)
static int _wrap_uiNode_on_activate_get(lua_State *L)
static int _proxy__wrap_new_uiText2(lua_State *L)
static swig_lua_method swig_uiNode_meta[]
SWIGINTERN void uiBaseInventoryNode_t_set_displayunavailable(uiBaseInventoryNode_t *self, bool value)
static swig_lua_method swig_invDef_meta[]
static int _wrap_create_tab(lua_State *L)
static swig_lua_method swig_uiData_methods[]
SWIGINTERN void uiAbstractValueNode_t_set_min__SWIG_1(uiAbstractValueNode_t *self, char const *min)
static uiTabNode_t * UI_CreateTab(uiNode_t *parent, const char *name, const char *super)
static int _wrap_uiNode_on_mouseenter_set(lua_State *L)
static swig_lua_class * swig_uiText_Sf_SwigStatic_classes[]
static LUA_EVENT uiWindowNode_t_lua_onWindowActivate_get(uiWindowNode_t *node)
static swig_type_info _swigt__p_uiAbstractScrollbarNode_t
static swig_lua_method swig_uiRows_Sf_SwigStatic_methods[]
static swig_lua_method swig_uiSpinner_methods[]
static const char * swig_uiString_base_names[]
static swig_lua_method swig_uiAbstractOptionNode_Sf_SwigStatic_methods[]
static int _proxy__wrap_new_uiVideo(lua_State *L)
static int _wrap_uiNode_is_virtual(lua_State *L)
static swig_lua_method swig_uiWindow_methods[]
static int _wrap_new_invDef(lua_State *L)
static swig_type_info _swigt__p_uiOptionNode_t
static int _wrap_uiCheckBox_set_iconunchecked(lua_State *L)
static swig_lua_class * swig_uiContainer_Sf_SwigStatic_classes[]
static swig_cast_info _swigc__p_itemFilterTypes_t[]
static swig_lua_namespace swig_uiTextEntry_Sf_SwigStatic
static int _wrap_UI_CreateString(lua_State *L)
#define SWIGTYPE_p_uiTextListNode_t
static int _wrap_uiTBar_set_source(lua_State *L)
static int _wrap_uiNode_text(lua_State *L)
SWIGINTERN void uiBaseInventoryNode_t_set_displayweaponammo(uiBaseInventoryNode_t *self, bool value)
SWIGINTERN void uiNode_t_set_flashing(uiNode_t *self, bool value)
static const char * swig_uiMessageList_base_names[]
static swig_lua_namespace swig_uiBaseInventory_Sf_SwigStatic
SWIGINTERN LUA_METHOD uiNode_t___getitem(uiNode_t *self, char const *name)
SWIGINTERN void uiModelNode_t_set_origin(uiModelNode_t *self, float a1, float a2, float a3)
static void * _p_uiTextEntryNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiRadioButtonNode_t_set_value__SWIG_1(uiRadioButtonNode_t *self, float value)
static swig_lua_namespace swig_uiLineChart_Sf_SwigStatic
static swig_lua_const_info swig_uiAbstractScrollbarNode_Sf_SwigStatic_constants[]
#define SWIG_SetModule(clientdata, pointer)
static swig_cast_info _swigc__p_uiTextureNode_t[]
static void * _p_uiItemNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _proxy__wrap_new_uiImage(lua_State *L)
static swig_cast_info _swigc__p_uiTBarNode_t[]
static swig_lua_method swig_uiBaseInventory_meta[]
#define SWIGTYPE_p_uiVScrollBarNode_t
static swig_lua_method swig_uiRadioButton_meta[]
SWIGINTERN bool uiAbstractScrollbarNode_t_is_autoshowscroll(uiAbstractScrollbarNode_t *self)
SWIGINTERN void uiAbstractOptionNode_t_set_cvar(uiAbstractOptionNode_t *self, char const *name)
static int _wrap_cvar_as_string(lua_State *L)
#define SWIGTYPE_p_uiContainerNode_t
static int _wrap_uiVideo_lua_onEnd_get(lua_State *L)
static swig_lua_method swig_uiAbstractValueNode_meta[]
static uiText2Node_t * UI_CreateText2(uiNode_t *parent, const char *name, const char *super)
static int _wrap_create_option(lua_State *L)
static swig_cast_info _swigc__p_uiConFuncNode_t[]
static int _wrap_uiCheckBox_set_iconchecked(lua_State *L)
static LUA_EVENT uiSequenceNode_t_lua_onEnd_get(uiSequenceNode_t *node)
static swig_lua_class * swig_uiAbstractOptionNode_Sf_SwigStatic_classes[]
static uiButtonNode_t * UI_CreateButton(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN void uiPanelNode_t_set_layoutmargin(uiPanelNode_t *self, int value)
#define SWIGUNUSEDPARM(p)
static int _wrap_uiWindow_set_modal(lua_State *L)
static swig_lua_class * swig_uiBar_Sf_SwigStatic_classes[]
static int _wrap_new_uiBaseInventory(lua_State *L)
static int _wrap_uiText_set_tabwidth(lua_State *L)
SWIGINTERN bool uiBaseInventoryNode_t_is_displayavailableontop(uiBaseInventoryNode_t *self)
static swig_lua_namespace swig_uiWindow_Sf_SwigStatic
static swig_lua_class _wrap_class_uiText2
static int _wrap_uiButton_set_background(lua_State *L)
SWIGINTERN void uiAbstractValueNode_t_set_max__SWIG_1(uiAbstractValueNode_t *self, char const *max)
static swig_lua_attribute swig_uiString_Sf_SwigStatic_attributes[]
static void * _p_uiVScrollBarNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiCheckBoxNode_t_toggle(uiCheckBoxNode_t *self)
static swig_lua_namespace swig_uiPanel_Sf_SwigStatic
static swig_lua_class * swig_uiOptionTree_bases[]
static int _wrap_uiAbstractOptionNode_set_background(lua_State *L)
static swig_lua_class _wrap_class_uiTextList
SWIGINTERN void uiRowsNode_t_set_lineheight(uiRowsNode_t *self, int value)
SWIGINTERN void uiLineChartNode_t_set_showaxes(uiLineChartNode_t *self, bool value)
static swig_lua_class _wrap_class_uiString
static swig_type_info _swigt__p_uiItemNode_t
static swig_lua_method swig_cvar_methods[]
static swig_lua_class _wrap_class_uiTab
static swig_lua_const_info swig_uiPanel_Sf_SwigStatic_constants[]
static swig_lua_class * swig_SwigModule_classes[]
static const char * swig_uiAbstractScrollableNode_base_names[]
static swig_type_info _swigt__p_uiText2Node_t
SWIGRUNTIME swig_type_info * SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr)
static swig_lua_class * swig_uiWindow_Sf_SwigStatic_classes[]
SWIGRUNTIME swig_module_info * SWIG_Lua_GetModule(lua_State *L)
static swig_lua_const_info swig_uiBaseLayout_Sf_SwigStatic_constants[]
static void swig_delete_uiContainer(void *obj)
static swig_lua_class * swig_uiOptionList_bases[]
static swig_lua_attribute swig_uiVScrollbar_attributes[]
static swig_cast_info _swigc__p_uiPanelNode_t[]
static swig_lua_method swig_uiOption_meta[]
static swig_lua_class * swig_uiLineChart_Sf_SwigStatic_classes[]
static int _wrap_uiSpinner_set_inverted(lua_State *L)
static void swig_delete_uiWidget(void *obj)
static swig_lua_class * swig_uiText2_Sf_SwigStatic_classes[]
static int _wrap_uiTimer_timeout(lua_State *L)
static int _wrap_new_uiOption(lua_State *L)
static swig_lua_method swig_uiSelectBox_Sf_SwigStatic_methods[]
static void uiContainerNode_t_lua_onSelect_set(uiContainerNode_t *node, LUA_EVENT fn)
#define lua_rawsetp(L, index, ptr)
static const char * swig_uiAbstractValueNode_base_names[]
static int _wrap_uiCheckBox_toggle(lua_State *L)
SWIGINTERN bool uiBaseInventoryNode_t_is_displayweapon(uiBaseInventoryNode_t *self)
static int _wrap_uiNode_set_color(lua_State *L)
SWIGINTERN bool uiNode_t_is_virtual(uiNode_t *self)
static swig_lua_attribute swig_uiAbstractScrollbarNode_attributes[]
SWIGRUNTIME void SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata)
static swig_type_info _swigt__p_LUA_METHOD
static int _wrap_uiString_set_longlines(lua_State *L)
SWIGINTERN int uiNode_t_padding(uiNode_t *self)
static int _proxy__wrap_new_uiBar(lua_State *L)
static swig_type_info _swigt__p_uiRadioButtonNode_t
static swig_lua_method swig_uiVideo_meta[]
static int _wrap_uiOption_is_flipicion(lua_State *L)
SWIGINTERN char * uiModelNode_t_skin(uiModelNode_t *self)
static swig_lua_class * swig_uiAbstractValueNode_bases[]
static void * _p_uiVideoNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_const_info swig_uiAbstractOptionNode_Sf_SwigStatic_constants[]
static int _wrap_new_uiNode(lua_State *L)
static int _wrap_uiWindow_set_fill(lua_State *L)
static swig_type_info _swigt__p_align_t
static int _wrap_uiAbstractValueNode_set_value(lua_State *L)
static swig_lua_method swig_uiVideo_methods[]
static swig_lua_method swig_uiAbstractScrollbarNode_meta[]
static int _wrap_uiImage_texh(lua_State *L)
static int _wrap_UI_CreateRadioButton(lua_State *L)
static LUA_EVENT uiTimerNode_t_lua_onEvent_get(uiTimerNode_t *node)
SWIGINTERN void uiTBarNode_t_set_texh(uiTBarNode_t *self, float v1, float v2)
static swig_lua_class _wrap_class_uiTextEntry
SWIGRUNTIME int SWIG_TypeCmp(const char *nb, const char *tb)
static int _wrap_UI_CreateCheckBox(lua_State *L)
static swig_cast_info _swigc__p_uiWindowNode_t[]
static int _wrap_UI_CreateBar(lua_State *L)
SWIGINTERN int uiBaseInventoryNode_t_columns(uiBaseInventoryNode_t *self)
SWIGRUNTIME const char * SWIG_UnpackData(const char *c, void *ptr, size_t sz)
static swig_lua_class * swig_uiWidget_Sf_SwigStatic_classes[]
static swig_lua_class _wrap_class_uiWindow
static void * _p_uiTabNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_method swig_uiModel_meta[]
static const char * swig_uiTextEntry_base_names[]
static int _wrap_uiOption_label(lua_State *L)
SWIGINTERN uiNode_t * uiNode_t_last(uiNode_t *self)
SWIGINTERN void uiDataNode_t_set_valuef(uiDataNode_t *self, float value)
static swig_lua_class _wrap_class_uiTBar
#define SWIGTYPE_p_uiBaseLayoutNode_t
static swig_lua_attribute swig_uiButton_Sf_SwigStatic_attributes[]
static int _wrap_UI_CreateGeoscape(lua_State *L)
SWIGINTERN char * invDef_t_name(invDef_t *self)
static int _proxy__wrap_new_uiRows(lua_State *L)
static swig_lua_namespace swig_uiAbstractScrollbarNode_Sf_SwigStatic
static swig_lua_method swig_uiAbstractScrollbarNode_methods[]
SWIGINTERN vec2_struct_t * uiImageNode_t_texh(uiImageNode_t *self)
static int _wrap_uiTextEntry_on_textabort_get(lua_State *L)
SWIGINTERN int uiAbstractScrollableNode_t_viewsize(uiAbstractScrollableNode_t *self)
SWIGINTERN void uiNode_t_set_width(uiNode_t *self, float value)
static swig_lua_method swig_uiConFunc_meta[]
static swig_lua_method swig_uiTab_Sf_SwigStatic_methods[]
#define SWIGTYPE_p_uiDataNode_t
static swig_cast_info _swigc__p_uiText2Node_t[]
static int _wrap_uiNode_on_click_set(lua_State *L)
static int _wrap_uiPanel_layout(lua_State *L)
static void * _p_uiRadarNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static void * _p_uiTBarNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiNode_t_set_top(uiNode_t *self, float value)
static int _wrap_uiOption_set_value(lua_State *L)
static swig_lua_class * swig_uiBaseLayout_Sf_SwigStatic_classes[]
SWIGINTERN void uiAbstractScrollableNode_t_pageup(uiAbstractScrollableNode_t *self)
SWIGINTERN void SWIG_Lua_get_inheritable_metamethods(lua_State *L)
static int _wrap_uiAbstractScrollableNode_on_viewchange_set(lua_State *L)
static swig_lua_class _wrap_class_uiSelectBox
static swig_lua_method swig_uiTexture_Sf_SwigStatic_methods[]
static swig_cast_info _swigc__p_vec2_struct_t[]
static int _proxy__wrap_new_cvar(lua_State *L)
static swig_lua_method swig_uiSequence_Sf_SwigStatic_methods[]
static swig_lua_class * swig_uiAbstractScrollbarNode_bases[]
static int _wrap_uiSpinner_is_horizontal(lua_State *L)
SWIGINTERN bool uiButtonNode_t_flipicon(uiButtonNode_t *self)
static swig_lua_class * swig_uiSequence_bases[]
SWIGINTERN void uiNode_t_remove_children(uiNode_t *self)
static int _wrap_uiImage_is_mousefx(lua_State *L)
static int _wrap_findvar(lua_State *L)
static swig_type_info _swigt__p_uiBaseLayoutNode_t
static int _proxy__wrap_new_uiData(lua_State *L)
static void swig_delete_uiSelectBox(void *obj)
static void swig_delete_uiAbstractOptionNode(void *obj)
static const char * swig_uiContainer_base_names[]
static swig_type_info _swigt__p_uiVideoNode_t
static int _wrap_UI_CreateTextList(lua_State *L)
static int _wrap_uiAbstractScrollableNode_viewpos(lua_State *L)
SWIGINTERN void uiButtonNode_t_set_icon(uiButtonNode_t *self, char const *name)
static int _wrap_delvar(lua_State *L)
SWIGINTERN void uiSpinnerNode_t_set_bottomicon(uiSpinnerNode_t *self, char const *name)
static int _wrap_uiTextEntry_is_clickoutabort(lua_State *L)
static int _wrap_uiNode_bordersize(lua_State *L)
static int _wrap_new_uiTextEntry(lua_State *L)
SWIGINTERN void uiTextEntryNode_t_unfocus(uiTextEntryNode_t *self)
static int _wrap_uiBaseInventory_is_displayweaponammo(lua_State *L)
static int _wrap_new_uiWindow(lua_State *L)
static swig_lua_const_info swig_uiMessageList_Sf_SwigStatic_constants[]
static int _wrap_push_window(lua_State *L)
static swig_lua_namespace swig_uiRows_Sf_SwigStatic
SWIGINTERN float uiAbstractValueNode_t_delta(uiAbstractValueNode_t *self)
SWIGINTERN void SWIG_Lua_add_variable(lua_State *L, const char *name, lua_CFunction getFn, lua_CFunction setFn)
static swig_cast_info _swigc__p_uiAbstractValueNode_t[]
static swig_lua_attribute swig_uiBar_attributes[]
static swig_lua_namespace * swig_SwigModule_namespaces[]
static int _wrap_uiAbstractScrollbarNode_current(lua_State *L)
SWIGINTERN void uiAbstractOptionNode_t_set_viewsize(uiAbstractOptionNode_t *self, int size)
static swig_lua_class * swig_uiRadar_Sf_SwigStatic_classes[]
#define SWIGTYPE_p_uiItemNode_t
static int _wrap_UI_CreateImage(lua_State *L)
static void * _p_uiTextListNode_tTo_p_uiAbstractScrollableNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
#define SWIG_check_num_args(func_name, a, b)
static int _wrap_uiText_set_dataid(lua_State *L)
SWIGINTERN void uiBaseLayoutNode_t_set_baseid(uiBaseLayoutNode_t *self, int value)
static swig_lua_attribute swig_uiWindow_Sf_SwigStatic_attributes[]
SWIGINTERN void uiWindowNode_t_set_noticepos(uiWindowNode_t *self, float x, float y)
static int _wrap_uiNode_is_disabled(lua_State *L)
SWIGINTERN void uiBaseInventoryNode_t_set_displayimplant(uiBaseInventoryNode_t *self, bool value)
#define SWIGTYPE_p_invDef_t
SWIGINTERN float uiNode_t_height(uiNode_t *self)
static void swig_delete_uiTextEntry(void *obj)
SWIGRUNTIME void SWIG_InitializeModule(void *clientdata)
SWIGINTERN int uiDataNode_t_as_integer(uiDataNode_t *self)
SWIGINTERN void uiGeoscapeNode_t_set_paddingright(uiGeoscapeNode_t *self, int value)
static swig_lua_attribute swig_uiText_attributes[]
SWIGINTERN void uiAbstractOptionNode_t_set_current(uiAbstractOptionNode_t *self, int pos)
static int _proxy__wrap_new_uiItem(lua_State *L)
uiNode_t uiVScrollBarNode_t
static swig_lua_const_info swig_uiModel_Sf_SwigStatic_constants[]
#define SWIG_LUA_CONSTTAB_INT(B, C)
static int _wrap_uiNode_is_flashing(lua_State *L)
static int _wrap_create_spinner(lua_State *L)
static swig_type_info _swigt__p_uiImageNode_t
static int _wrap_invDef_name(lua_State *L)
static int _wrap_uiButton_set_flipicon(lua_State *L)
static int _wrap_uiOption_count(lua_State *L)
static int _wrap_uiAbstractValueNode_set_range__SWIG_1(lua_State *L)
SWIGINTERN int SWIG_Lua_namespace_get(lua_State *L)
static int _wrap_uiNode_add_classmethod(lua_State *L)
static const char * swig_uiLineChart_base_names[]
static uiBaseLayoutNode_t * UI_CreateBaseLayout(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN float uiAbstractValueNode_t_value(uiAbstractValueNode_t *self)
static void swig_delete_uiItem(void *obj)
static swig_lua_namespace swig_cvar_Sf_SwigStatic
static int _wrap_uiNode_on_mouseleave_set(lua_State *L)
static void * _p_uiModelNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN bool uiNode_t_is_disabled(uiNode_t *self)
static int _wrap_UI_CreateSequence(lua_State *L)
void * UI_SWIG_TypeQuery(const char *name)
This function queries the SWIG type table for a type information structure. It is used in combination...
static swig_lua_class * swig_uiNode_Sf_SwigStatic_classes[]
static int _wrap_uiAbstractValueNode_set_range__SWIG_0(lua_State *L)
uiNode_t uiOptionTreeNode_t
static swig_lua_class _wrap_class_uiTexture
static swig_lua_method swig_uiSpinner_meta[]
static swig_type_info _swigt__p_uiRadarNode_t
static int _proxy__wrap_new_uiTexture(lua_State *L)
static const char * swig_uiTimer_base_names[]
static void * _p_uiSelectBoxNode_tTo_p_uiAbstractOptionNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiAbstractValueNode_t_set_range__SWIG_0(uiAbstractValueNode_t *self, float min, float max)
static swig_type_info _swigt__p_panelLayout_t
static int _wrap_UI_CreateBaseInventory(lua_State *L)
static swig_lua_class _wrap_class_uiData
static swig_lua_namespace swig_uiAbstractOptionNode_Sf_SwigStatic
SWIGINTERN int SWIG_Lua_class_get(lua_State *L)
SWIGRUNTIME int SWIG_Lua_type(lua_State *L)
static int _wrap_new_uiBaseLayout(lua_State *L)
SWIGINTERN void uiTBarNode_t_set_source(uiTBarNode_t *self, char const *name)
static int _wrap_uiAbstractOptionNode_set_lineheight(lua_State *L)
SWIGINTERN void SWIG_Lua_namespace_register(lua_State *L, swig_lua_namespace *ns, int reg)
static swig_lua_attribute swig_uiTab_attributes[]
static swig_cast_info _swigc__p_align_t[]
static int _wrap_uiNode_on_keyreleased_get(lua_State *L)
#define SWIGTYPE_p_uiVideoNode_t
static int _wrap_uiZone_set_repeat(lua_State *L)
SWIGINTERN char const * uiNode_t_name(uiNode_t *self)
SWIGINTERN void uiTextEntryNode_t_set_background(uiTextEntryNode_t *self, char const *name)
static int _wrap_uiBaseInventory_viewpos(lua_State *L)
static int _wrap_uiNode_on_keypressed_get(lua_State *L)
uiNode_t uiAbstractValueNode_t
static swig_lua_attribute swig_uiConFunc_attributes[]
static swig_lua_method swig_uiConFunc_methods[]
static int _wrap_uiNode_on_middleclick_set(lua_State *L)
#define SWIGTYPE_p_uiOptionNode_t
SWIGINTERN vec3_struct_t * uiModelNode_t_angles(uiModelNode_t *self)
SWIGINTERN int uiAbstractScrollableNode_t_viewpos(uiAbstractScrollableNode_t *self)
static int _wrap_create_checkbox(lua_State *L)
#define SWIGTYPE_p_uiRowsNode_t
static swig_cast_info _swigc__p_LUA_EVENT[]
#define SWIGTYPE_p_uiTimerNode_t
SWIGINTERN void uiBarNode_t_set_nohover(uiBarNode_t *self, bool value)
SWIGINTERN void SWIG_Lua_get_class_registry(lua_State *L)
SWIGINTERN void uiRadioButtonNode_t_set_icon(uiRadioButtonNode_t *self, char const *name)
static int _wrap_uiModel_model(lua_State *L)
static int _wrap_uiText_lineheight(lua_State *L)
#define SWIGTYPE_p_uiAbstractScrollableNode_t
SWIGINTERN void SWIG_Lua_add_class_static_details(lua_State *L, swig_lua_class *clss)
SWIGINTERN void uiAbstractScrollableNode_t_moveup(uiAbstractScrollableNode_t *self)
SWIGINTERN bool uiBaseInventoryNode_t_is_displayunavailable(uiBaseInventoryNode_t *self)
static int _proxy__wrap_new_uiTBar(lua_State *L)
static swig_lua_class * swig_uiBaseLayout_bases[]
static swig_type_info _swigt__p_uiAbstractScrollableNode_t
static int _wrap_uiAbstractScrollableNode_on_viewchange_get(lua_State *L)
SWIGINTERN void uiTextNode_t_set_dataid(uiTextNode_t *self, int id)
static int _wrap_uiPanel_set_layoutmargin(lua_State *L)
static int _proxy__wrap_new_uiGeoscape(lua_State *L)
static int _wrap_uiModel_set_omega(lua_State *L)
static void * _p_uiZoneNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_class * swig_invDef_Sf_SwigStatic_classes[]
static swig_lua_class _wrap_class_uiSequence
static void * _p_uiRadioButtonNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiNode_is_function(lua_State *L)
static int _wrap_create_image(lua_State *L)
SWIGINTERN void uiAbstractOptionNode_t_set_dataid(uiAbstractOptionNode_t *self, int id)
static swig_lua_attribute swig_uiOptionTree_Sf_SwigStatic_attributes[]
static swig_type_info _swigt__p_uiOptionListNode_t
static int _wrap_create_video(lua_State *L)
static int _proxy__wrap_new_uiOptionList(lua_State *L)
static int _wrap_uiAbstractScrollableNode_moveend(lua_State *L)
static void swig_delete_uiLineChart(void *obj)
static swig_lua_method swig_uiItem_methods[]
static swig_lua_const_info swig_uiTab_Sf_SwigStatic_constants[]
static int _wrap_uiTextEntry_on_textabort_set(lua_State *L)
static swig_lua_class * swig_uiWindow_bases[]
static const char * swig_uiNode_base_names[]
static swig_lua_class _wrap_class_uiAbstractScrollbarNode
static void * _p_uiCheckBoxNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_class _wrap_class_uiNode
SWIGINTERN void uiNode_t_set_invisible(uiNode_t *self, bool value)
static swig_lua_class _wrap_class_uiImage
static swig_type_info _swigt__p_vec2_struct_t
static int _wrap_uiBaseInventory_columns(lua_State *L)
static swig_lua_method swig_uiWidget_Sf_SwigStatic_methods[]
static swig_lua_class * swig_uiTexture_bases[]
#define SWIG_NewPointerObj(L, ptr, type, owner)
static int _wrap_UI_CreateSpinner(lua_State *L)
static swig_lua_namespace swig_uiText2_Sf_SwigStatic
static int _wrap_uiAbstractOptionNode_set_cvar(lua_State *L)
static swig_lua_class _wrap_class_uiOptionTree
static int _wrap_uiAbstractScrollbarNode_set_fullsize(lua_State *L)
static int _wrap_uiRadioButton_set_icon(lua_State *L)
SWIGINTERN void SWIG_Lua_AddMetatable(lua_State *L, swig_type_info *type)
SWIGINTERN void uiLineChartNode_t_clear(uiLineChartNode_t *self)
static int _wrap_create_confunc(lua_State *L)
static swig_lua_method swig_uiRadar_methods[]
static int _wrap_uiNode_is_ghost(lua_State *L)
static swig_cast_info _swigc__p_uiTextListNode_t[]
SWIGINTERN void uiCheckBoxNode_t_set_background(uiCheckBoxNode_t *self, char const *name)
static int _wrap_uiBaseInventory_set_displayavailableontop(lua_State *L)
static swig_type_info _swigt__p_uiMessageListNode_t
SWIGINTERN int uiBaseInventoryNode_t_fullsize(uiBaseInventoryNode_t *self)
static int _wrap_create_baselayout(lua_State *L)
static swig_lua_method swig_uiData_Sf_SwigStatic_methods[]
static int _wrap_uiBaseInventory_set_displayunavailableammo(lua_State *L)
static void * _p_uiMessageListNode_tTo_p_uiAbstractScrollableNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiNode_left(lua_State *L)
static int _wrap_uiNode_set_tooltip(lua_State *L)
static int _wrap_uiAbstractScrollbarNode_set_current(lua_State *L)
static int _wrap_uiAbstractOptionNode_set_viewsize(lua_State *L)
static swig_cast_info _swigc__p_uiOptionTreeNode_t[]
static uiBarNode_t * UI_CreateBar(uiNode_t *parent, const char *name, const char *super)
static const char * swig_uiSequence_base_names[]
static uiTextNode_t * UI_CreateText(uiNode_t *parent, const char *name, const char *super)
static int _wrap_UI_CreateWindow(lua_State *L)
static swig_lua_method swig_uiMessageList_Sf_SwigStatic_methods[]
static int _proxy__wrap_new_uiRadioButton(lua_State *L)
static int _wrap_UI_CreateRadar(lua_State *L)
static int _wrap_create_rows(lua_State *L)
static int _proxy__wrap_new_uiNode(lua_State *L)
static int _wrap_uiVideo_is_nosound(lua_State *L)
SWIGRUNTIME swig_type_info * SWIG_MangledTypeQueryModule(swig_module_info *start, swig_module_info *end, const char *name)
static int _wrap_uiImage_set_texl(lua_State *L)
static const char * swig_uiSpinner_base_names[]
static void * _p_uiAbstractScrollbarNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_const_info swig_SwigModule_constants[]
static swig_lua_const_info swig_uiString_Sf_SwigStatic_constants[]
static const char * swig_uiTexture_base_names[]
static swig_lua_method swig_uiOptionTree_meta[]
static swig_lua_method swig_uiWidget_meta[]
static swig_lua_method swig_uiContainer_Sf_SwigStatic_methods[]
static int _wrap_uiAbstractOptionNode_count(lua_State *L)
static swig_type_info _swigt__p_layoutAlign_t
static swig_lua_method swig_uiLineChart_meta[]
SWIGINTERN char * cvar_t_name(cvar_t *self)
static swig_lua_attribute swig_uiGeoscape_Sf_SwigStatic_attributes[]
SWIGINTERN void uiAbstractScrollableNode_t_set_fullsize(uiAbstractScrollableNode_t *self, int size)
static int _wrap_cvar_as_integer(lua_State *L)
static int _wrap_uiRows_set_current(lua_State *L)
static int _wrap_uiRows_lineheight(lua_State *L)
SWIGINTERN char const * uiNode_t_type(uiNode_t *self)
static void uiSequenceNode_t_lua_onEnd_set(uiSequenceNode_t *node, LUA_EVENT fn)
static int _wrap_uiBaseInventory_is_displayammo(lua_State *L)
static swig_type_info _swigt__p_uiSpinnerNode_t
static swig_lua_namespace swig_uiTab_Sf_SwigStatic
#define SWIGTYPE_p_uiStringNode_t
uiNode_t uiAbstractScrollbarNode_t
SWIGINTERN void SWIG_Lua_class_register(lua_State *L, swig_lua_class *clss)
SWIGINTERN void uiAbstractScrollableNode_t_movehome(uiAbstractScrollableNode_t *self)
SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L, void *ptr, swig_type_info *type, int own)
static int _wrap_uiModel_set_origin(lua_State *L)
static swig_lua_namespace swig_uiGeoscape_Sf_SwigStatic
SWIGRUNTIME const char * SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name)
static swig_lua_namespace swig_uiAbstractScrollableNode_Sf_SwigStatic
static swig_lua_method swig_uiButton_Sf_SwigStatic_methods[]
static swig_lua_attribute swig_cvar_Sf_SwigStatic_attributes[]
static swig_lua_attribute swig_uiRows_attributes[]
static swig_lua_namespace swig_uiContainer_Sf_SwigStatic
SWIGINTERN void uiNode_t_set_image(uiNode_t *self, char const *name)
SWIGINTERN int SWIG_Lua_set_immutable(lua_State *L)
static void swig_delete_uiVideo(void *obj)
static swig_lua_class * swig_uiZone_bases[]
static swig_type_info * swig_types[57]
static int _wrap_create_timer(lua_State *L)
static int _wrap_uiNode_contentalign(lua_State *L)
SWIGINTERN int uiAbstractScrollableNode_t_fullsize(uiAbstractScrollableNode_t *self)
static swig_lua_method swig_uiTBar_Sf_SwigStatic_methods[]
static int _wrap_uiAbstractValueNode_dec_value(lua_State *L)
SWIGINTERN void uiAbstractScrollbarNode_t_set_autoshowscroll(uiAbstractScrollbarNode_t *self, bool value)
SWIGINTERN void uiWindowNode_t_set_closebutton(uiWindowNode_t *self, bool value)
static void * _p_uiButtonNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiRadioButton_as_float(lua_State *L)
SWIGINTERN void uiBaseInventoryNode_t_set_displayweapon(uiBaseInventoryNode_t *self, bool value)
static int _wrap_uiNode_on_mouseenter_get(lua_State *L)
static swig_lua_class * swig_uiCheckBox_bases[]
static swig_lua_class * swig_uiAbstractScrollableNode_Sf_SwigStatic_classes[]
#define SWIG_POINTER_NO_NULL
static int _wrap_uiNode_font(lua_State *L)
static void * _p_uiAbstractScrollableNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_create_container(lua_State *L)
SWIGINTERN void uiNode_t_insert_node(uiNode_t *self, uiNode_t *node, uiNode_t *prev)
#define SWIGTYPE_p_uiAbstractValueNode_t
static swig_lua_namespace swig_uiOptionTree_Sf_SwigStatic
SWIGINTERN char * uiOptionNode_t_label(uiOptionNode_t *self)
static swig_lua_class * swig_uiConFunc_bases[]
static int _wrap_create_messagelist(lua_State *L)
SWIGINTERN void uiCheckBoxNode_t_set_iconunknown(uiCheckBoxNode_t *self, char const *name)
static int _wrap_create_item(lua_State *L)
static int _proxy__wrap_new_uiVScrollbar(lua_State *L)
static swig_cast_info _swigc__p_uiVideoNode_t[]
#define lua_absindex(L, i)
static int _wrap_cvar_set_value__SWIG_1(lua_State *L)
SWIGINTERN void uiBaseInventoryNode_t_set_displayunavailableammo(uiBaseInventoryNode_t *self, bool value)
SWIGINTERN bool uiVideoNode_t_is_nosound(uiVideoNode_t *self)
static swig_lua_const_info swig_uiOptionTree_Sf_SwigStatic_constants[]
static void * _p_uiBaseInventoryNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_method swig_uiNode_methods[]
static int _wrap_create_model(lua_State *L)
static swig_lua_method swig_uiOptionTree_Sf_SwigStatic_methods[]
SWIGINTERN void uiImageNode_t_set_source(uiImageNode_t *self, char const *name)
static int _wrap_uiGeoscape_zoomin(lua_State *L)
static uiTextureNode_t * UI_CreateTexture(uiNode_t *parent, const char *name, const char *super)
static const char * swig_uiModel_base_names[]
static int _wrap_create_baseinventory(lua_State *L)
static int _wrap_uiNode_width(lua_State *L)
static swig_lua_method swig_invDef_methods[]
static int _wrap_uiModel_set_animation(lua_State *L)
SWIGINTERN void uiZoneNode_t_set_clickdelay(uiZoneNode_t *self, int value)
static int _wrap_uiWindow_close(lua_State *L)
static void * _p_uiWindowNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN int SWIG_Lua_add_namespace_details(lua_State *L, swig_lua_namespace *ns)
SWIGINTERN int uiAbstractOptionNode_t_viewsize(uiAbstractOptionNode_t *self)
static void * _p_uiWidgetNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_class _wrap_class_uiContainer
#define SWIGTYPE_p_uiTextureNode_t
#define SWIGTYPE_p_uiBarNode_t
static int _wrap_nodepath(lua_State *L)
static swig_lua_namespace swig_uiConFunc_Sf_SwigStatic
static void * _p_uiContainerNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_class _wrap_class_uiZone
static int _wrap_uiBaseInventory_is_displayweapon(lua_State *L)
static swig_lua_method swig_uiAbstractValueNode_Sf_SwigStatic_methods[]
static int _wrap_uiBaseInventory_viewsize(lua_State *L)
static int _wrap_getvar__SWIG_3(lua_State *L)
static swig_lua_method swig_uiAbstractScrollableNode_methods[]
static int _wrap_create_window(lua_State *L)
SWIGINTERN void uiSpinnerNode_t_set_inverted(uiSpinnerNode_t *self, bool value)
#define SWIG_NullReferenceError
static swig_lua_method swig_uiString_Sf_SwigStatic_methods[]
SWIGINTERN void uiNode_t_set_flashspeed(uiNode_t *self, float value)
static swig_lua_const_info swig_uiAbstractScrollableNode_Sf_SwigStatic_constants[]
SWIGINTERN vec2_struct_t * uiTBarNode_t_texh(uiTBarNode_t *self)
static void * _p_uiTabNode_tTo_p_uiAbstractOptionNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_class * swig_uiConFunc_Sf_SwigStatic_classes[]
static swig_lua_const_info swig_uiRadioButton_Sf_SwigStatic_constants[]
SWIGRUNTIMEINLINE const char * SWIG_TypeName(const swig_type_info *ty)
static int _wrap_uiNode_on_activate_set(lua_State *L)
SWIGINTERN bool uiImageNode_t_is_keepratio(uiImageNode_t *self)
static swig_cast_info _swigc__p_uiNode_t[]
SWIGINTERN char * uiOptionNode_t_value(uiOptionNode_t *self)
SWIGINTERN int uiAbstractScrollbarNode_t_fullsize(uiAbstractScrollbarNode_t *self)
static swig_lua_method swig_uiTextEntry_meta[]
static int _wrap_uiPanel_set_wheelscrollable(lua_State *L)
#define SWIGTYPE_p_cvar_t
static const char * swig_uiCheckBox_base_names[]
static int _wrap_uiTextEntry_set_clickoutabort(lua_State *L)
static int _wrap_UI_CreateTBar(lua_State *L)
SWIGINTERN char const * uiNode_t_font(uiNode_t *self)
static swig_lua_method swig_uiBar_Sf_SwigStatic_methods[]
static swig_lua_method swig_uiOptionList_Sf_SwigStatic_methods[]
#define SWIGTYPE_p_uiBaseInventoryNode_t
static const char * swig_uiVScrollbar_base_names[]
SWIGINTERN void uiAbstractScrollbarNode_t_set_viewsize(uiAbstractScrollbarNode_t *self, int size)
static swig_lua_method swig_uiMessageList_meta[]
#define SWIG_POINTER_DISOWN
SWIGINTERN int SWIG_Lua_namespace_set(lua_State *L)
static swig_lua_class _wrap_class_uiOptionList
SWIGINTERN char const * uiAbstractOptionNode_t_cvar(uiAbstractOptionNode_t *self)
static int _wrap_uiAbstractScrollableNode_pageup(lua_State *L)
static swig_lua_method swig_uiItem_Sf_SwigStatic_methods[]
SWIGINTERN int uiTextNode_t_lineheight(uiTextNode_t *self)
SWIGINTERN void uiSpinnerNode_t_set_topicon(uiSpinnerNode_t *self, char const *name)
static int _wrap_new_uiTBar(lua_State *L)
static swig_lua_class * swig_uiString_Sf_SwigStatic_classes[]
static swig_lua_class * swig_uiRadioButton_Sf_SwigStatic_classes[]
static swig_lua_const_info swig_uiTextList_Sf_SwigStatic_constants[]
static swig_lua_const_info swig_uiGeoscape_Sf_SwigStatic_constants[]
SWIGINTERN int SWIG_Lua_class_disown(lua_State *L)
SWIGINTERN void uiZoneNode_t_set_repeat(uiZoneNode_t *self, bool value)
static void * _p_uiSpinnerNode_tTo_p_uiAbstractValueNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static const char * swig_uiBaseLayout_base_names[]
static int _wrap_uiTextEntry_is_password(lua_State *L)
SWIGRUNTIME char * SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz)
static swig_lua_const_info swig_uiData_Sf_SwigStatic_constants[]
SWIGINTERN bool uiWindowNode_t_is_fullscreen(uiWindowNode_t *self)
SWIGINTERN void uiLineChartNode_t_add_point(uiLineChartNode_t *self, char const *id, int x, int y)
static swig_type_info _swigt__p_LUA_FUNCTION
static void swig_delete_uiAbstractValueNode(void *obj)
SWIGINTERN bool uiBaseInventoryNode_t_is_displayimplant(uiBaseInventoryNode_t *self)
static swig_lua_namespace swig_uiSpinner_Sf_SwigStatic
static void * _p_uiImageNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiAbstractOptionNode_on_viewchange_set(lua_State *L)
static swig_lua_method swig_uiTextList_meta[]
SWIGINTERN void SWIG_Lua_class_register_instance(lua_State *L, swig_lua_class *clss)
static swig_lua_method swig_uiText2_methods[]
static swig_lua_class * swig_uiContainer_bases[]
static int _wrap_new_uiAbstractOptionNode(lua_State *L)
static int _wrap_UI_CreateTexture(lua_State *L)
SWIGINTERN void uiStringNode_t_set_longlines(uiStringNode_t *self, int value)
static swig_lua_class * swig_uiTBar_Sf_SwigStatic_classes[]
#define SWIGTYPE_p_uiCheckBoxNode_t
static int _wrap_create_textentry(lua_State *L)
SWIGINTERN void uiBaseInventoryNode_t_set_displayammo(uiBaseInventoryNode_t *self, bool value)
static int _wrap_uiText_set_lineselected(lua_State *L)
SWIGRUNTIME char * SWIG_PackData(char *c, void *ptr, size_t sz)
SWIGINTERN void uiRowsNode_t_set_current(uiRowsNode_t *self, int value)
SWIGINTERN bool uiNode_t_is_invisible(uiNode_t *self)
static int _wrap_uiNode_on_focuslost_get(lua_State *L)
static swig_lua_const_info swig_uiOptionList_Sf_SwigStatic_constants[]
static swig_lua_method swig_uiOptionList_meta[]
static int _proxy__wrap_new_uiWidget(lua_State *L)
static int _proxy__wrap_new_uiTextList(lua_State *L)
SWIGINTERN void uiNode_t_add_nodemethod(uiNode_t *self, char const *name, LUA_METHOD fcn)
static int _wrap_uiBaseInventory_is_displayunavailable(lua_State *L)
static void swig_delete_uiText2(void *obj)
static swig_lua_const_info swig_uiTBar_Sf_SwigStatic_constants[]
static swig_cast_info _swigc__p_uiOptionNode_t[]
static swig_lua_class * swig_uiItem_bases[]
static uiGeoscapeNode_t * UI_CreateGeoscape(uiNode_t *parent, const char *name, const char *super)
uiNode_t uiContainerNode_t
static swig_type_info _swigt__p_uiDataNode_t
SWIGINTERN void uiAbstractValueNode_t_inc_value(uiAbstractValueNode_t *self)
static int _wrap_new_uiModel(lua_State *L)
static int _wrap_uiAbstractScrollbarNode_viewsize(lua_State *L)
static int _wrap_uiNode_set_width(lua_State *L)
static swig_lua_attribute swig_uiSequence_Sf_SwigStatic_attributes[]
SWIGINTERN bool uiImageNode_t_is_mousefx(uiImageNode_t *self)
SWIGINTERN void uiOptionNode_t_set_flipicion(uiOptionNode_t *self, bool value)
static swig_lua_method swig_uiLineChart_methods[]
static int _wrap_uiAbstractScrollbarNode_set_viewsize(lua_State *L)
static uiSelectBoxNode_t * UI_CreateSelectBox(uiNode_t *parent, const char *name, const char *super)
static int _wrap_new_uiLineChart(lua_State *L)
static swig_cast_info _swigc__p_uiRadioButtonNode_t[]
static swig_lua_attribute swig_uiModel_Sf_SwigStatic_attributes[]
static uiModelNode_t * UI_CreateModel(uiNode_t *parent, const char *name, const char *super)
static void swig_delete_uiOptionList(void *obj)
static int _wrap_uiWindow_on_windowclosed_get(lua_State *L)
static swig_cast_info _swigc__p_uiZoneNode_t[]
static int _wrap_new_uiTimer(lua_State *L)
static swig_lua_const_info swig_uiVScrollbar_Sf_SwigStatic_constants[]
static int _wrap_uiNode_set_image(lua_State *L)
SWIGINTERN void uiRadioButtonNode_t_set_background(uiRadioButtonNode_t *self, char const *name)
SWIGINTERN char * uiDataNode_t_as_string(uiDataNode_t *self)
SWIGINTERN void uiModelNode_t_set_tag(uiModelNode_t *self, char const *name)
static void * _p_uiTextNode_tTo_p_uiAbstractScrollableNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _proxy__wrap_new_uiString(lua_State *L)
SWIGINTERN bool uiZoneNode_t_is_repeat(uiZoneNode_t *self)
static swig_lua_class * swig_uiOptionList_Sf_SwigStatic_classes[]
static swig_lua_method swig_uiBaseInventory_methods[]
static swig_lua_attribute swig_uiAbstractOptionNode_attributes[]
static swig_lua_class * swig_uiTextEntry_bases[]
static swig_lua_namespace swig_uiRadioButton_Sf_SwigStatic
SWIGINTERN char const * uiNode_t_text(uiNode_t *self)
static swig_lua_const_info swig_uiItem_Sf_SwigStatic_constants[]
static swig_lua_class * swig_uiAbstractScrollbarNode_Sf_SwigStatic_classes[]
static swig_type_info _swigt__p_uiContainerNode_t
static int _proxy__wrap_new_uiPanel(lua_State *L)
static swig_cast_info _swigc__p_uiTimerNode_t[]
static void * _p_uiTextureNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_cast_info _swigc__p_uiMessageListNode_t[]
uiNode_t uiRadioButtonNode_t
static swig_lua_attribute swig_uiContainer_Sf_SwigStatic_attributes[]
static int _wrap_uiNode_set_bordersize(lua_State *L)
uiNode_t uiTextListNode_t
static int _wrap_uiWindow_set_closebutton(lua_State *L)
#define SWIGTYPE_p_LUA_EVENT
static void * _p_uiSpinnerNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN int SWIG_Lua_class_do_set(lua_State *L, swig_type_info *type, int first_arg, int *ret)
static int _wrap_uiModel_set_scale(lua_State *L)
static int _wrap_uiNode_on_keyreleased_set(lua_State *L)
static int _wrap_new_cvar(lua_State *L)
static swig_lua_namespace swig_uiAbstractValueNode_Sf_SwigStatic
static int _wrap_UI_CreateText(lua_State *L)
static int _wrap_uiNode_set_contentalign(lua_State *L)
static uiSpinnerNode_t * UI_CreateSpinner(uiNode_t *parent, const char *name, const char *super)
static swig_lua_attribute swig_uiData_attributes[]
static int _wrap_uiNode_on_visiblewhen_set(lua_State *L)
static int _wrap_uiNode_on_change_set(lua_State *L)
static int _wrap_uiSpinner_mode(lua_State *L)
static swig_lua_method swig_uiSpinner_Sf_SwigStatic_methods[]
static void * _p_uiTBarNode_tTo_p_uiAbstractValueNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_namespace swig_uiSelectBox_Sf_SwigStatic
static swig_lua_method swig_uiTimer_Sf_SwigStatic_methods[]
static swig_lua_method swig_uiTextList_Sf_SwigStatic_methods[]
SWIGINTERN int uiTextNode_t_lineselected(uiTextNode_t *self)
static int _proxy__wrap_new_uiBaseLayout(lua_State *L)
SWIGINTERN void uiSpinnerNode_t_set_background(uiSpinnerNode_t *self, char const *name)
static int _wrap_uiTimer_lua_onEvent_get(lua_State *L)
static swig_cast_info _swigc__p_uiBarNode_t[]
static void swig_delete_cvar(void *obj)
SWIGINTERN void uiPanelNode_t_set_background(uiPanelNode_t *self, char const *name)
SWIGINTERN void uiWindowNode_t_open(uiWindowNode_t *self)
SWIGINTERN bool uiNode_t_is_function(uiNode_t *self)
static int _wrap_uiOption_set_truncated(lua_State *L)
static uiSequenceNode_t * UI_CreateSequence(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN int uiAbstractOptionNode_t_count(uiAbstractOptionNode_t *self)
static swig_cast_info _swigc__p_uiOptionListNode_t[]
SWIGINTERN int SWIG_Lua_class_set(lua_State *L)
SWIGINTERN void uiNode_t_set_selectcolor(uiNode_t *self, float r, float g, float b, float a)
static int _wrap_uiImage_set_source(lua_State *L)
static void swig_delete_uiTimer(void *obj)
SWIGINTERN int SWIG_lua_isnilstring(lua_State *L, int idx)
#define SWIGTYPE_p_uiAbstractScrollbarNode_t
static int _proxy__wrap_new_uiAbstractScrollbarNode(lua_State *L)
static int _wrap_uiNode_height(lua_State *L)
static int _wrap_uiAbstractOptionNode_current(lua_State *L)
static swig_lua_method swig_uiTextList_methods[]
static swig_lua_attribute swig_uiTextEntry_attributes[]
SWIGINTERN int uiBaseInventoryNode_t_viewsize(uiBaseInventoryNode_t *self)
SWIGINTERN void cvar_t_set_value__SWIG_0(cvar_t *self, float number)
static swig_lua_namespace swig_uiString_Sf_SwigStatic
static const char * swig_uiAbstractOptionNode_base_names[]
SWIGINTERN int uiPanelNode_t_layoutcolumns(uiPanelNode_t *self)
static const char * swig_uiData_base_names[]
SWIGINTERN int uiBaseLayoutNode_t_baseid(uiBaseLayoutNode_t *self)
static int _wrap_uiNode___setitem(lua_State *L)
static swig_lua_namespace swig_uiRadar_Sf_SwigStatic
#define SWIG_GetModule(clientdata)
SWIGRUNTIME void SWIG_Lua_NewPackedObj(lua_State *L, void *ptr, size_t size, swig_type_info *type)
static swig_lua_method swig_uiAbstractOptionNode_meta[]
static int _wrap_uiNode_set_left(lua_State *L)
static int _wrap_uiPanel_layoutmargin(lua_State *L)
static const char * swig_uiImage_base_names[]
static swig_lua_attribute swig_uiBaseLayout_Sf_SwigStatic_attributes[]
static void uiVideoNode_t_lua_onEnd_set(uiVideoNode_t *node, LUA_EVENT fn)
static int _wrap_UI_CreateConFunc(lua_State *L)
static uiTimerNode_t * UI_CreateTimer(uiNode_t *parent, const char *name, const char *super)
static swig_lua_method swig_uiCheckBox_meta[]
static void * _p_uiTextListNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static const char * swig_uiButton_base_names[]
static const char * swig_uiVideo_base_names[]
SWIGINTERN int SWIG_Lua_class_destruct(lua_State *L)
static int _wrap_uiNode_on_wheel_set(lua_State *L)
static const char * swig_uiItem_base_names[]
static swig_cast_info _swigc__p_uiAbstractScrollbarNode_t[]
static void swig_delete_uiTBar(void *obj)
static swig_lua_method swig_uiOption_methods[]
SWIGINTERN void uiImageNode_t_set_texh(uiImageNode_t *self, float v1, float v2)
static void * _p_uiBaseInventoryNode_tTo_p_uiContainerNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiImage_is_keepratio(lua_State *L)
static swig_lua_method swig_SwigModule_methods[]
SWIGINTERN void uiAbstractValueNode_t_set_max__SWIG_0(uiAbstractValueNode_t *self, float max)
static LUA_EVENT uiWindowNode_t_lua_onWindowOpened_get(uiWindowNode_t *node)
#define SWIGTYPE_p_uiImageNode_t
static int _wrap_uiAbstractValueNode_min(lua_State *L)
static swig_lua_const_info swig_invDef_Sf_SwigStatic_constants[]
SWIGINTERN bool uiItemNode_t_is_containerlike(uiItemNode_t *self)
static swig_lua_attribute swig_uiVScrollbar_Sf_SwigStatic_attributes[]
SWIGRUNTIME void SWIG_PropagateClientData(void)
static int _wrap_uiWindow_set_noticepos(lua_State *L)
static int _wrap_new_uiRadar(lua_State *L)
static int _wrap_uiNode_set_pos(lua_State *L)
static swig_lua_const_info swig_uiVideo_Sf_SwigStatic_constants[]
static int _wrap_uiNode_set_bordercolor(lua_State *L)
static uiOptionNode_t * UI_CreateOption(uiNode_t *parent, const char *name, const char *super)
static int _wrap_uiZone_set_clickdelay(lua_State *L)
static int _wrap_uiTimer_set_timeout(lua_State *L)
SWIGINTERN bool uiPanelNode_t_is_wheelscrollable(uiPanelNode_t *self)
SWIGINTERN bool uiWindowNode_t_is_modal(uiWindowNode_t *self)
static int _wrap_uiWindow_on_windowclosed_set(lua_State *L)
SWIGINTERN void uiDataNode_t_set_value__SWIG_0(uiDataNode_t *self, char const *value)
static swig_type_info _swigt__p_uiTabNode_t
static int _wrap_UI_CreateTimer(lua_State *L)
SWIGINTERN float uiAbstractValueNode_t_shiftmultiplier(uiAbstractValueNode_t *self)
static int _wrap_uiAbstractScrollableNode_fullsize(lua_State *L)
static swig_lua_const_info swig_uiContainer_Sf_SwigStatic_constants[]
#define SWIGTYPE_p_uiText2Node_t
static swig_type_info _swigt__p_uiOptionTreeNode_t
static int _proxy__wrap_new_invDef(lua_State *L)
SWIGINTERN bool uiBaseInventoryNode_t_is_displayweaponammo(uiBaseInventoryNode_t *self)
static int _wrap_error(lua_State *L)
static int _wrap_uiNode_set_invisible(lua_State *L)
SWIGINTERN uiNode_t * uiNode_t_next(uiNode_t *self)
SWIGINTERN void uiItemNode_t_set_containerlike(uiItemNode_t *self, bool value)
SWIGINTERN void uiBarNode_t_set_readonly(uiBarNode_t *self, bool value)
SWIGINTERN void uiLineChartNode_t_add_line(uiLineChartNode_t *self, char const *id, bool visible, float r, float g, float b, float a, bool dots, int num_points)
static swig_lua_attribute swig_uiWindow_attributes[]
#define lua_pushglobaltable(L)
static int _wrap_uiAbstractScrollbarNode_fullsize(lua_State *L)
static int _wrap_create_data(lua_State *L)
static int _wrap_pop_window(lua_State *L)
SWIGRUNTIME const char * SWIG_TypePrettyName(const swig_type_info *type)
SWIGINTERN bool uiOptionNode_t_is_collapsed(uiOptionNode_t *self)
static swig_lua_method swig_uiString_methods[]
static int _wrap_uiText_longlines(lua_State *L)
static int _wrap_uiText_set_lineheight(lua_State *L)
static swig_lua_const_info swig_uiTexture_Sf_SwigStatic_constants[]
static int _wrap_uiAbstractScrollableNode_set_viewsize(lua_State *L)
static swig_lua_const_info swig_uiRows_Sf_SwigStatic_constants[]
SWIGRUNTIME swig_cast_info * SWIG_TypeCheck(const char *c, swig_type_info *ty)
static int _wrap_uiPanel_set_layout(lua_State *L)
static swig_lua_class _wrap_class_uiRadar
SWIGINTERN void uiModelNode_t_set_mouserotate(uiModelNode_t *self, bool value)
static int _wrap_uiBaseInventory_is_displayunavailableammo(lua_State *L)
static int _wrap_uiWindow_on_windowactivate_get(lua_State *L)
#define SWIG_isptrtype(L, I)
static swig_lua_attribute swig_uiMessageList_Sf_SwigStatic_attributes[]
static int _wrap_UI_CreateMessageList(lua_State *L)
static swig_lua_method swig_uiText_Sf_SwigStatic_methods[]
static int _wrap_UI_CreateVideo(lua_State *L)
static void swig_delete_uiText(void *obj)
SWIGINTERN void uiNode_t_set_size(uiNode_t *self, float w, float h)
SWIGINTERN void uiDataNode_t_set_value__SWIG_1(uiDataNode_t *self, int value)
static swig_lua_const_info swig_uiTextEntry_Sf_SwigStatic_constants[]
static int _wrap_uiRadioButton_is_flipicon(lua_State *L)
static int _wrap_uiRows_set_lineheight(lua_State *L)
static int _wrap_uiRadioButton_set_value(lua_State *L)
static swig_lua_method swig_uiSelectBox_meta[]
static swig_lua_class * swig_uiGeoscape_Sf_SwigStatic_classes[]
static swig_lua_method swig_uiBaseLayout_meta[]
#define SWIG_TYPE_TABLE_NAME
static uiWindowNode_t * UI_CreateWindow(const char *name, const char *super)
static swig_lua_class _wrap_class_uiWidget
static swig_lua_class * swig_uiZone_Sf_SwigStatic_classes[]
static swig_lua_class * swig_uiMessageList_Sf_SwigStatic_classes[]
SWIGINTERN void uiNode_t_set_height(uiNode_t *self, float value)
SWIGINTERN void uiOptionNode_t_set_collapsed(uiOptionNode_t *self, bool value)
static int _wrap_create_bar(lua_State *L)
uiNode_t uiLineChartNode_t
static swig_lua_attribute swig_uiItem_Sf_SwigStatic_attributes[]
SWIGINTERN char * uiModelNode_t_animation(uiModelNode_t *self)
static swig_lua_attribute swig_uiButton_attributes[]
static swig_lua_const_info swig_uiOption_Sf_SwigStatic_constants[]
SWIGINTERN void SWIG_Lua_init_base_class(lua_State *L, swig_lua_class *clss)
static int _wrap_new_uiPanel(lua_State *L)
static swig_cast_info _swigc__p_uiSelectBoxNode_t[]
static swig_lua_attribute swig_uiSpinner_attributes[]
static int _wrap_uiLineChart_is_showaxes(lua_State *L)
static int _wrap_uiBaseInventory_set_displayimplant(lua_State *L)
static int _wrap_uiModel_is_mouserotate(lua_State *L)
SWIGINTERN void uiNode_t_set_disabled(uiNode_t *self, bool value)
static swig_cast_info _swigc__p_uiBaseLayoutNode_t[]
static swig_lua_method swig_uiRows_methods[]
static swig_lua_method swig_uiAbstractValueNode_methods[]
static swig_lua_const_info swig_cvar_Sf_SwigStatic_constants[]
SWIGINTERN float uiAbstractValueNode_t_lastdiff(uiAbstractValueNode_t *self)
#define SWIGTYPE_p_uiZoneNode_t
static swig_lua_method swig_uiGeoscape_methods[]
SWIGINTERN bool uiRadioButtonNode_t_is_flipicon(uiRadioButtonNode_t *self)
SWIGINTERN bool uiSpinnerNode_t_is_inverted(uiSpinnerNode_t *self)
uiNode_t uiAbstractOptionNode_t
static swig_lua_attribute swig_uiBaseInventory_attributes[]
static int _wrap_uiGeoscape_paddingright(lua_State *L)
static swig_lua_class * swig_uiModel_Sf_SwigStatic_classes[]
#define SWIGTYPE_p_uiButtonNode_t
static int _wrap_uiAbstractValueNode_lastdiff(lua_State *L)
static swig_lua_method swig_uiContainer_methods[]
int(* swig_lua_base_iterator_func)(lua_State *, swig_type_info *, int, int *ret)
SWIGINTERN void uiVideoNode_t_set_source(uiVideoNode_t *self, char const *name)
SWIGINTERN int uiBaseInventoryNode_t_viewpos(uiBaseInventoryNode_t *self)
static int _wrap_uiText_lineselected(lua_State *L)
static void * _p_uiBarNode_tTo_p_uiAbstractValueNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_namespace swig_uiVScrollbar_Sf_SwigStatic
static int _wrap_uiNode_on_wheeldown_set(lua_State *L)
static int _wrap_uiAbstractOptionNode_dataid(lua_State *L)
static int _wrap_uiModel_animation(lua_State *L)
static int _wrap_uiWindow_on_windowactivate_set(lua_State *L)
static swig_lua_method swig_uiGeoscape_Sf_SwigStatic_methods[]
static swig_lua_class _wrap_class_uiText
static int _wrap_uiNode_padding(lua_State *L)
static swig_lua_class * swig_cvar_bases[]
static swig_lua_namespace swig_uiMessageList_Sf_SwigStatic
static int _wrap_new_uiImage(lua_State *L)
SWIGINTERN int uiRowsNode_t_lineheight(uiRowsNode_t *self)
static void uiAbstractOptionNode_t_lua_onViewChange_set(uiAbstractOptionNode_t *node, LUA_EVENT fn)
SWIGINTERN uiNode_t * uiNode_t_root(uiNode_t *self)
#define SWIGTYPE_p_uiTextEntryNode_t
static int _wrap_uiWindow_set_dragbutton(lua_State *L)
static int _wrap_create_selectbox(lua_State *L)
SWIGINTERN int uiSpinnerNode_t_mode(uiSpinnerNode_t *self)
static int _wrap_uiTextEntry_set_password(lua_State *L)
static int _wrap_uiVideo_set_nosound(lua_State *L)
SWIGINTERN vec3_struct_t * uiModelNode_t_scale(uiModelNode_t *self)
static swig_lua_const_info swig_uiLineChart_Sf_SwigStatic_constants[]
SWIGINTERN void SWIG_Lua_create_class_registry(lua_State *L)
static void * _p_uiPanelNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static uiContainerNode_t * UI_CreateContainer(uiNode_t *parent, const char *name, const char *super)
static void * _p_uiTextListNode_tTo_p_uiTextNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiAbstractValueNode_shiftmultiplier(lua_State *L)
static swig_cast_info _swigc__p_uiRowsNode_t[]
static void uiAbstractScrollableNode_t_lua_onViewChange_set(uiAbstractScrollableNode_t *node, LUA_EVENT fn)
static int _wrap_getvar__SWIG_2(lua_State *L)
SWIGINTERN void uiModelNode_t_set_autoscale(uiModelNode_t *self, bool value)
SWIGINTERN bool uiCheckBoxNode_t_as_boolean(uiCheckBoxNode_t *self)
static swig_lua_namespace swig_SwigModule
static swig_lua_class * swig_uiRows_bases[]
static swig_cast_info _swigc__p_cvar_t[]
SWIGINTERN int uiZoneNode_t_clickdelay(uiZoneNode_t *self)
static int _wrap_uiBar_set_direction(lua_State *L)
static void swig_delete_uiBaseInventory(void *obj)
SWIGINTERN uiNode_t * uiNode_t_find(uiNode_t *self, char const *name)
static int _wrap_uiAbstractScrollableNode_movehome(lua_State *L)
static swig_lua_namespace swig_uiCheckBox_Sf_SwigStatic
static int _wrap_uiModel_angles(lua_State *L)
static int _wrap_uiSpinner_set_topicon(lua_State *L)
static int _wrap_uiCheckBox_as_boolean(lua_State *L)
static swig_lua_attribute swig_uiModel_attributes[]
static int _wrap_uiButton_flipicon(lua_State *L)
static int _wrap_uiOption_set_flipicion(lua_State *L)
static int _wrap_uiNode_on_middleclick_get(lua_State *L)
SWIGINTERN float uiNode_t_flashspeed(uiNode_t *self)
static const char * swig_uiBar_base_names[]
static swig_type_info _swigt__p_uiPanelNode_t
static swig_lua_attribute swig_uiRadar_attributes[]
static swig_lua_const_info swig_uiButton_Sf_SwigStatic_constants[]
static int _wrap_uiItem_set_containerlike(lua_State *L)
static uiStringNode_t * UI_CreateString(uiNode_t *parent, const char *name, const char *super)
const char * UI_SWIG_NodeTypeName(void *node)
This function returns the SWIG typename for the given node.
static swig_lua_class _wrap_class_uiBar
SWIGINTERN void uiAbstractValueNode_t_set_min__SWIG_0(uiAbstractValueNode_t *self, float min)
static swig_lua_method swig_uiModel_Sf_SwigStatic_methods[]
static swig_lua_class _wrap_class_uiSpinner
static swig_lua_namespace swig_uiTextList_Sf_SwigStatic
static void * _p_uiMessageListNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGRUNTIME void SWIG_Lua_pushferrstring(lua_State *L, const char *fmt,...)
static swig_lua_class * swig_uiCheckBox_Sf_SwigStatic_classes[]
static swig_lua_method swig_uiPanel_methods[]
static swig_lua_method swig_uiTextEntry_Sf_SwigStatic_methods[]
static swig_lua_method swig_uiRadar_Sf_SwigStatic_methods[]
static swig_lua_const_info swig_uiText_Sf_SwigStatic_constants[]
SWIGINTERN int uiPanelNode_t_layoutmargin(uiPanelNode_t *self)
static swig_cast_info _swigc__p_vec3_struct_t[]
static const char * swig_uiOptionList_base_names[]
static int _wrap_uiContainer_on_select_set(lua_State *L)
static swig_cast_info _swigc__p_uiButtonNode_t[]
static uiWidgetNode_t * UI_CreateWidget(uiNode_t *parent, const char *name, const char *super)
static swig_type_info * swig_type_initial[]
static int _wrap_uiNode_on_focusgained_get(lua_State *L)
static int _wrap_UI_CreateLineChart(lua_State *L)
SWIGINTERN void uiAbstractScrollableNode_t_moveend(uiAbstractScrollableNode_t *self)
static int _wrap_uiBar_is_readonly(lua_State *L)
static void * _p_uiText2Node_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_cast_info _swigc__p_linkedList_t[]
static swig_lua_method swig_uiTab_meta[]
static swig_type_info _swigt__p_uiStringNode_t
static int _wrap_new_uiSpinner(lua_State *L)
static swig_lua_method swig_uiBaseLayout_Sf_SwigStatic_methods[]
SWIGINTERN void uiGeoscapeNode_t_zoomout(uiGeoscapeNode_t *self)
static int _wrap_uiNode_set_selectcolor(lua_State *L)
static int _proxy__wrap_new_uiOptionTree(lua_State *L)
SWIGINTERN void uiPanelNode_t_set_layout(uiPanelNode_t *self, int value)
static swig_lua_method swig_uiZone_meta[]
SWIGINTERN void uiTBarNode_t_set_texl(uiTBarNode_t *self, float v1, float v2)
static int _wrap_uiNode_set_flashspeed(lua_State *L)
SWIGINTERN float uiNode_t_width(uiNode_t *self)
SWIGINTERN void uiNode_t___setitem(uiNode_t *self, char const *name, LUA_METHOD fcn)
static swig_lua_attribute swig_uiTexture_attributes[]
static swig_lua_class * swig_uiModel_bases[]
static int _wrap_uiBaseInventory_set_displayweaponammo(lua_State *L)
static swig_lua_class * swig_uiVScrollbar_Sf_SwigStatic_classes[]
static swig_lua_class * swig_uiNode_bases[]
static swig_lua_class * swig_uiSequence_Sf_SwigStatic_classes[]
SWIGINTERN char const * uiNode_t_image(uiNode_t *self)
static swig_lua_attribute swig_uiAbstractScrollbarNode_Sf_SwigStatic_attributes[]
SWIGINTERN char const * uiRadioButtonNode_t_cvar(uiRadioButtonNode_t *self)
static int _wrap_new_uiAbstractValueNode(lua_State *L)
static swig_type_info _swigt__p_uiNode_t
static int _wrap_uiBaseInventory_fullsize(lua_State *L)
static int _wrap_uiWindow_set_dropdown(lua_State *L)
static swig_lua_method swig_uiText_methods[]
static int _wrap_uiAbstractValueNode_set_max__SWIG_1(lua_State *L)
SWIGINTERN void uiPanelNode_t_set_layoutcolumns(uiPanelNode_t *self, int value)
static int _wrap_uiTBar_texh(lua_State *L)
static swig_lua_method swig_uiAbstractScrollableNode_Sf_SwigStatic_methods[]
static swig_lua_class * swig_uiRadioButton_bases[]
static void * _p_uiOptionListNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static swig_lua_class * swig_uiTab_bases[]
static swig_lua_attribute swig_uiRadioButton_Sf_SwigStatic_attributes[]
static void * _p_uiVScrollBarNode_tTo_p_uiAbstractScrollbarNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_new_uiMessageList(lua_State *L)
static int _wrap_new_uiAbstractScrollableNode(lua_State *L)
static swig_lua_attribute swig_uiData_Sf_SwigStatic_attributes[]
static int _wrap_uiAbstractValueNode_set_min(lua_State *L)
static swig_lua_method swig_uiLineChart_Sf_SwigStatic_methods[]
#define SWIGTYPE_p_uiModelNode_t
static int _wrap_uiZone_is_repeat(lua_State *L)
static void uiTimerNode_t_lua_onEvent_set(uiTimerNode_t *node, LUA_EVENT fn)
static int _proxy__wrap_new_uiAbstractOptionNode(lua_State *L)
SWIGINTERN char * cvar_t_as_string(cvar_t *self)
static swig_lua_attribute swig_uiTextList_Sf_SwigStatic_attributes[]
static swig_lua_attribute swig_invDef_Sf_SwigStatic_attributes[]
static swig_lua_method swig_uiImage_Sf_SwigStatic_methods[]
static void swig_delete_uiBaseLayout(void *obj)
static int _wrap_uiAbstractOptionNode_viewsize(lua_State *L)
static swig_type_info _swigt__p_uiTBarNode_t
static swig_lua_class * swig_uiText2_bases[]
static int _wrap_uiText_textselected(lua_State *L)
static int _wrap_uiWindow_set_background(lua_State *L)
static swig_lua_class * swig_uiBar_bases[]
static swig_lua_const_info swig_uiBaseInventory_Sf_SwigStatic_constants[]
static swig_lua_attribute swig_uiOptionList_attributes[]
static int _wrap_UI_CreateSelectBox(lua_State *L)
static swig_lua_const_info swig_uiCheckBox_Sf_SwigStatic_constants[]
static uiLineChartNode_t * UI_CreateLineChart(uiNode_t *parent, const char *name, const char *super)
#define SWIGTYPE_p_uiTextNode_t
static int _proxy__wrap_new_uiOption(lua_State *L)
static swig_type_info _swigt__p_linkedList_t
SWIGINTERN void uiAbstractValueNode_t_set_range__SWIG_1(uiAbstractValueNode_t *self, char const *min, char const *max)
static swig_lua_class * swig_uiSpinner_bases[]
static swig_lua_attribute swig_SwigModule_attributes[]
static int _wrap_create_textlist(lua_State *L)
static int _proxy__wrap_new_uiContainer(lua_State *L)
static LUA_EVENT uiAbstractOptionNode_t_lua_onViewChange_get(uiAbstractOptionNode_t *node)
static swig_lua_namespace swig_uiImage_Sf_SwigStatic
SWIGINTERN bool uiNode_t_is_ghost(uiNode_t *self)
static void swig_delete_uiOptionTree(void *obj)
static int _wrap_uiNode_is_invisible(lua_State *L)
static const char * swig_uiWidget_base_names[]
static LUA_EVENT uiContainerNode_t_lua_onSelect_get(uiContainerNode_t *node)
static void * _p_uiOptionListNode_tTo_p_uiAbstractOptionNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN int uiAbstractScrollbarNode_t_current(uiAbstractScrollbarNode_t *self)
static int _wrap_uiModel_set_skin(lua_State *L)
static swig_type_info _swigt__p_uiWidgetNode_t
static swig_lua_method swig_uiBar_meta[]
static swig_lua_attribute swig_uiAbstractValueNode_attributes[]
static int _wrap_create_tbar(lua_State *L)
SWIGINTERN int uiTextNode_t_tabwidth(uiTextNode_t *self)
static swig_type_info _swigt__p_uiTextListNode_t
static int _wrap_uiNode_is_window(lua_State *L)
static int _proxy__wrap_new_uiConFunc(lua_State *L)
static swig_lua_method swig_uiOptionList_methods[]
SWIGINTERN void uiImageNode_t_set_texl(uiImageNode_t *self, float v1, float v2)
#define SWIGTYPE_p_uiLineChartNode_t
static swig_lua_method swig_cvar_meta[]
static int _wrap_uiRadioButton_set_background(lua_State *L)
static int _wrap_uiLineChart_set_axescolor(lua_State *L)
static int _proxy__wrap_new_uiSelectBox(lua_State *L)
static int _wrap_uiSequence_lua_onEnd_set(lua_State *L)
static int _wrap_create_component(lua_State *L)
static swig_lua_attribute swig_uiTimer_Sf_SwigStatic_attributes[]
static int _wrap_delete_node(lua_State *L)
static swig_type_info _swigt__p_invDef_t
static void swig_delete_uiAbstractScrollableNode(void *obj)
static int _wrap_uiNode_on_visiblewhen_get(lua_State *L)
SWIGINTERN int uiAbstractOptionNode_t_lineheight(uiAbstractOptionNode_t *self)
static swig_lua_attribute swig_uiTimer_attributes[]
static uiTextListNode_t * UI_CreateTextList(uiNode_t *parent, const char *name, const char *super)
static swig_lua_const_info swig_uiZone_Sf_SwigStatic_constants[]
static int _wrap_uiNode_child(lua_State *L)
static int _wrap_uiNode_insert_node(lua_State *L)
static swig_lua_class * swig_uiOption_Sf_SwigStatic_classes[]
static swig_lua_attribute swig_uiOption_attributes[]
static swig_lua_class * swig_uiTab_Sf_SwigStatic_classes[]
static void swig_delete_uiSequence(void *obj)
#define SWIGTYPE_p_uiRadarNode_t
static swig_lua_method swig_uiSequence_methods[]
static int _wrap_uiNode_append_node(lua_State *L)
#define SWIGTYPE_p_uiRadioButtonNode_t
static int _wrap_uiSpinner_set_mode(lua_State *L)
static swig_lua_class _wrap_class_uiBaseInventory
static int _wrap_uiNode_on_loaded_set(lua_State *L)
static int _wrap_uiImage_set_keepratio(lua_State *L)
static swig_cast_info _swigc__p_uiTextEntryNode_t[]
static swig_lua_method swig_uiString_meta[]
static swig_lua_method swig_uiModel_methods[]
static swig_type_info _swigt__p_uiRowsNode_t
SWIGINTERN vec2_struct_t * uiImageNode_t_texl(uiImageNode_t *self)
static int _proxy__wrap_new_uiCheckBox(lua_State *L)
static int _wrap_UI_CreateOptionList(lua_State *L)
SWIGINTERN bool uiNode_t_is_flashing(uiNode_t *self)
static int _wrap_uiLineChart_set_showaxes(lua_State *L)
SWIGINTERN int SWIG_Lua_class_tostring(lua_State *L)
static swig_type_info _swigt__p_longlines_t
static int _wrap_uiNode_is_abstract(lua_State *L)
SWIGINTERN int uiTimerNode_t_timeout(uiTimerNode_t *self)
static int _wrap_uiSequence_is_playing(lua_State *L)
static swig_lua_class * swig_uiTextEntry_Sf_SwigStatic_classes[]
SWIGINTERN bool uiBarNode_t_is_readonly(uiBarNode_t *self)
static int _wrap_uiNode_name(lua_State *L)
static swig_lua_attribute swig_uiContainer_attributes[]
static swig_lua_class * swig_uiWidget_bases[]
static void swig_delete_uiData(void *obj)
static void * _p_uiText2Node_tTo_p_uiTextNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN int uiGeoscapeNode_t_paddingright(uiGeoscapeNode_t *self)
static swig_lua_class _wrap_class_uiVScrollbar
static swig_lua_attribute swig_uiRadioButton_attributes[]
static swig_type_info _swigt__p_uiButtonNode_t
static swig_lua_namespace swig_uiData_Sf_SwigStatic
static swig_lua_class _wrap_class_uiAbstractValueNode
static swig_lua_const_info swig_uiWindow_Sf_SwigStatic_constants[]
SWIGINTERN void uiAbstractOptionNode_t_set_background(uiAbstractOptionNode_t *self, char const *name)
SWIGINTERN void uiBaseInventoryNode_t_set_fullsize(uiBaseInventoryNode_t *self, int size)
static int _wrap_uiNode_add_nodemethod(lua_State *L)
static swig_lua_attribute swig_uiAbstractScrollableNode_Sf_SwigStatic_attributes[]
static swig_lua_attribute swig_uiTexture_Sf_SwigStatic_attributes[]
static int _wrap_uiText_set_longlines(lua_State *L)
static uiItemNode_t * UI_CreateItem(uiNode_t *parent, const char *name, const char *super)
SWIGINTERN void uiRadioButtonNode_t_set_value__SWIG_0(uiRadioButtonNode_t *self, char const *value)
static void * _p_uiLineChartNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_uiCheckBox_set_background(lua_State *L)
static swig_type_info _swigt__p_uiBarNode_t
static int _wrap_uiBaseInventory_set_displayunavailable(lua_State *L)
static int _wrap_uiWindow_is_starlayout(lua_State *L)
static int _wrap_uiRows_current(lua_State *L)
static int _wrap_create_widget(lua_State *L)
SWIGINTERN bool uiOptionNode_t_is_flipicion(uiOptionNode_t *self)
SWIGINTERN int uiAbstractScrollbarNode_t_viewsize(uiAbstractScrollbarNode_t *self)
static int _wrap_UI_CreateZone(lua_State *L)
static int _wrap_uiRadioButton_set_value__SWIG_1(lua_State *L)
static int _wrap_uiAbstractValueNode_set_min__SWIG_1(lua_State *L)
SWIGINTERN void uiNode_t_set_bordercolor(uiNode_t *self, float r, float g, float b, float a)
static int _wrap_uiModel_set_angles(lua_State *L)
static swig_type_info _swigt__p_uiSequenceNode_t
static int _wrap_uiData_as_string(lua_State *L)
SWIGINTERN int cvar_t_as_integer(cvar_t *self)
static swig_type_info _swigt__p_uiWindowNode_t
static swig_lua_method swig_uiBar_methods[]
static swig_cast_info _swigc__p_uiCheckBoxNode_t[]
static int _wrap_create_zone(lua_State *L)
static swig_cast_info _swigc__p_uiBaseInventoryNode_t[]
static int _wrap_UI_CreateTextEntry(lua_State *L)
SWIGINTERN float uiAbstractValueNode_t_min(uiAbstractValueNode_t *self)
static swig_cast_info _swigc__p_uiTabNode_t[]
static LUA_EVENT uiBaseInventoryNode_t_lua_onViewChange_get(uiBaseInventoryNode_t *node)
static swig_cast_info _swigc__p_LUA_FUNCTION[]
static swig_type_info _swigt__p_uiTimerNode_t
SWIGINTERN bool uiModelNode_t_is_mouserotate(uiModelNode_t *self)
static int _wrap_uiAbstractValueNode_value(lua_State *L)
static uiOptionListNode_t * UI_CreateOptionList(uiNode_t *parent, const char *name, const char *super)
static void swig_delete_uiPanel(void *obj)
static uiVideoNode_t * UI_CreateVideo(uiNode_t *parent, const char *name, const char *super)
static swig_cast_info _swigc__p_uiModelNode_t[]
static swig_lua_class * swig_uiTBar_bases[]
static int _wrap_uiBar_set_readonly(lua_State *L)
static swig_cast_info _swigc__p_LUA_METHOD[]
static void swig_delete_uiZone(void *obj)
SWIGINTERN int uiBaseInventoryNode_t_filtertype(uiBaseInventoryNode_t *self)
static swig_lua_attribute swig_uiOptionTree_attributes[]
SWIGINTERN int uiRowsNode_t_current(uiRowsNode_t *self)
static LUA_EVENT uiWindowNode_t_lua_onWindowClosed_get(uiWindowNode_t *node)
static int _wrap_uiBaseInventory_set_displayweapon(lua_State *L)
static swig_lua_method swig_uiGeoscape_meta[]
SWIGINTERN int uiContainerNode_t_selectedid(uiContainerNode_t *self)
SWIGINTERN int uiPanelNode_t_layout(uiPanelNode_t *self)
static int _wrap_uiSpinner_set_bottomicon(lua_State *L)
static uiCheckBoxNode_t * UI_CreateCheckBox(uiNode_t *parent, const char *name, const char *super)
static int _wrap_new_uiSequence(lua_State *L)
static int _wrap_uiText_dataid(lua_State *L)
static int _wrap_uiAbstractValueNode_set_value__SWIG_1(lua_State *L)
static int _wrap_create_texture(lua_State *L)
uiNode_t uiBaseLayoutNode_t
SWIGINTERN void SWIG_Lua_InstallConstants(lua_State *L, swig_lua_const_info constants[])
static int _wrap_uiSpinner_is_inverted(lua_State *L)
static int _wrap_uiModel_omega(lua_State *L)
static swig_lua_class _wrap_class_uiAbstractScrollableNode
static void swig_delete_uiModel(void *obj)
static int _wrap_uiBaseInventory_is_displayimplant(lua_State *L)
SWIGINTERN void uiAbstractScrollbarNode_t_set_fullsize(uiAbstractScrollbarNode_t *self, int size)
uiNode_t uiTextEntryNode_t
SWIGINTERN void uiNode_t_set_box(uiNode_t *self, float left, float top, float width, float height)
static swig_lua_class _wrap_class_uiCheckBox
static int _wrap_uiNode_on_wheel_get(lua_State *L)
static int _wrap_uiBaseInventory_on_viewchange_set(lua_State *L)
static swig_lua_class * swig_uiOptionTree_Sf_SwigStatic_classes[]
static swig_cast_info _swigc__p_layoutAlign_t[]
static swig_lua_class * swig_uiTexture_Sf_SwigStatic_classes[]
static int _wrap_uiModel_origin(lua_State *L)
SWIGINTERN void SWIG_Lua_get_class_metatable(lua_State *L, const char *cname)
static swig_lua_method swig_uiImage_meta[]
static int _wrap_uiNode_set_box(lua_State *L)
static swig_type_info _swigt__p_uiVScrollBarNode_t
static swig_lua_method swig_uiVScrollbar_methods[]
static swig_lua_namespace swig_uiSequence_Sf_SwigStatic
static void * _p_uiStringNode_tTo_p_uiNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
static int _wrap_dprint(lua_State *L)
static swig_lua_namespace swig_uiNode_Sf_SwigStatic
uiNode_t uiMessageListNode_t
#define SWIGTYPE_p_uiPanelNode_t
static swig_lua_class * swig_uiSelectBox_bases[]
static swig_lua_class * swig_uiAbstractOptionNode_bases[]
static void swig_delete_invDef(void *obj)
SWIGINTERN bool uiTextEntryNode_t_is_clickoutabort(uiTextEntryNode_t *self)
static void * _p_uiOptionTreeNode_tTo_p_uiAbstractOptionNode_t(void *x, int *SWIGUNUSEDPARM(newmemory))
SWIGINTERN void uiWindowNode_t_set_background(uiWindowNode_t *self, char const *name)
SWIGINTERN void uiAbstractScrollableNode_t_set_viewsize(uiAbstractScrollableNode_t *self, int size)
SWIGINTERN void uiWindowNode_t_set_fullscreen(uiWindowNode_t *self, bool value)
static int _wrap_uiTBar_set_texh(lua_State *L)
static swig_lua_attribute swig_uiText2_attributes[]
SWIGINTERN bool uiNode_t_is_abstract(uiNode_t *self)
static swig_lua_attribute swig_uiAbstractScrollableNode_attributes[]
static int _wrap_uiGeoscape_zoomout(lua_State *L)
static int _wrap_uiImage_set_texh(lua_State *L)
SWIGINTERN void SWIG_Lua_add_class_instance_details(lua_State *L, swig_lua_class *clss)
static LUA_EVENT uiAbstractScrollableNode_t_lua_onViewChange_get(uiAbstractScrollableNode_t *node)
SWIGINTERN void uiAbstractScrollbarNode_t_set_current(uiAbstractScrollbarNode_t *self, int pos)
static int _wrap_getvar(lua_State *L)
static uiVScrollBarNode_t * UI_CreateVScrollbar(uiNode_t *parent, const char *name, const char *super)
static int _wrap_create_optionlist(lua_State *L)
#define SWIG_Lua_add_boolean(L, n, b)
SWIGINTERN bool uiOptionNode_t_is_truncated(uiOptionNode_t *self)
uiNode_t uiSelectBoxNode_t
static uiBaseInventoryNode_t * UI_CreateBaseInventory(uiNode_t *parent, const char *name, const char *super)
#define lua_rawgetp(L, index, ptr)
static swig_lua_method swig_uiOption_Sf_SwigStatic_methods[]
static int _wrap_uiAbstractOptionNode_on_viewchange_get(lua_State *L)
SWIGINTERN float uiAbstractValueNode_t_max(uiAbstractValueNode_t *self)
static void uiTextEntryNode_t_lua_onTextEntryAbort_set(uiTextEntryNode_t *node, LUA_EVENT fn)
SWIGINTERN void uiRadioButtonNode_t_set_cvar(uiRadioButtonNode_t *self, char const *name)
static void swig_delete_uiOption(void *obj)
static void swig_delete_uiVScrollbar(void *obj)
SWIGINTERN void uiNode_t_set_padding(uiNode_t *self, int value)
static swig_lua_attribute swig_uiTBar_Sf_SwigStatic_attributes[]
static swig_lua_class * swig_invDef_bases[]
static int _wrap_uiAbstractValueNode_set_min__SWIG_0(lua_State *L)
static swig_lua_const_info swig_uiNode_Sf_SwigStatic_constants[]
static int _wrap_uiSpinner_set_horizontal(lua_State *L)
#define SWIGRUNTIMEINLINE
static int _wrap_uiBaseInventory_set_fullsize(lua_State *L)
static int _wrap_uiModel_set_autoscale(lua_State *L)
static swig_lua_method swig_uiBaseInventory_Sf_SwigStatic_methods[]
SWIGRUNTIMEINLINE void * SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory)
void UI_AddNodeMethod(uiNode_t *node, const char *name, LUA_METHOD fcn)
Adds a lua based method to the list of available node methods for calling.
bool UI_Node_IsFunction(uiNode_t const *node)
bool UI_Node_IsVirtual(uiNode_t const *node)
void UI_MoveNode(uiNode_t *const parent, uiNode_t *prevNode, uiNode_t *node)
Moves a node in the tree.
void UI_Node_SetImage(uiNode_t *node, const char *name)
void UI_NodeSetBox(uiNode_t *node, float x, float y, float w, float h)
Update the node size and height and fire callbacks.
LUA_METHOD UI_Node_GetItem(uiNode_t *node, const char *name)
This functions queries a lua based method in the internal uiNode behaviour.
void UI_InsertNode(uiNode_t *const parent, uiNode_t *prevNode, uiNode_t *newNode)
Insert a node next another one into a node. If prevNode is nullptr add the node on the head of the wi...
void UI_NodeSetSize(uiNode_t *node, vec2_t size)
Update the node size and fire the size callback.
bool UI_Node_IsGhost(uiNode_t const *node)
bool UI_Node_IsAbstract(uiNode_t const *node)
void UI_Node_SetTooltip(uiNode_t *node, const char *tooltip)
uiNode_t * UI_FindNode(const uiNode_t *node, const char *name)
Recursive searches for a child node by name in the entire subtree.
void UI_Node_SetItem(uiNode_t *node, const char *name, LUA_METHOD fcn)
This functions adds a lua based method to the internal uiNode behaviour.
bool UI_Node_IsWindow(uiNode_t const *node)
void UI_AppendNode(uiNode_t *const parent, uiNode_t *newNode)
add a node at the end of the node child
void UI_NodeSetPos(uiNode_t *node, vec2_t pos)
Update the node size and fire the pos callback.
const char * UI_Node_GetText(uiNode_t *node)
uiNode_t * UI_GetNode(const uiNode_t *node, const char *name)
Search a child node by given name.
bool UI_Node_IsDisabled(uiNode_t const *node)
void UI_Node_SetFont(uiNode_t *node, const char *name)
bool UI_Node_IsInvisible(uiNode_t const *node)
void UI_Node_SetDisabled(uiNode_t *node, const bool value)
void UI_Node_SetText(uiNode_t *node, const char *text)
bool UI_Node_IsFlashing(uiNode_t const *node)
C interface to allow to access to cpp node code.
void UI_AbstractOption_Scroll_SetCurrent(uiNode_t *node, int pos)
int UI_AbstractOption_GetCount(uiNode_t *node)
int UI_AbstractOption_Scroll_ViewSize(uiNode_t *node)
int UI_AbstractOption_GetDataId(uiNode_t *node)
void UI_AbstractOption_Scroll_SetViewSize(uiNode_t *node, int size)
void UI_AbstractOption_SetCvar(uiNode_t *node, const char *name)
int UI_AbstractOption_Scroll_Current(uiNode_t *node)
void UI_AbstractOption_SetDataId(uiNode_t *node, int id)
void UI_AbstractOption_Scroll_SetFullSize(uiNode_t *node, int size)
void UI_AbstractOption_SetBackgroundByName(uiNode_t *node, const char *name)
const char * UI_AbstractOption_GetCvar(uiNode_t *node)
int UI_AbstractOption_Scroll_FullSize(uiNode_t *node)
void UI_AbstractValue_SetMin(uiNode_t *node, float min)
void UI_AbstractValue_SetValueCvar(uiNode_t *node, const char *value)
float UI_AbstractValue_GetLastDiff(uiNode_t *node)
void UI_AbstractValue_SetRange(uiNode_t *node, float min, float max)
float UI_AbstractValue_GetDelta(uiNode_t *node)
void UI_AbstractValue_SetRangeCvar(uiNode_t *node, const char *min, const char *max)
void UI_AbstractValue_SetMaxCvar(uiNode_t *node, const char *max)
void UI_AbstractValue_DecValue(uiNode_t *node)
float UI_AbstractValue_GetMin(uiNode_t *node)
float UI_AbstractValue_GetValue(uiNode_t *node)
void UI_AbstractValue_SetShiftIncreaseFactor(uiNode_t *node, float factor)
void UI_AbstractValue_SetMax(uiNode_t *node, float max)
void UI_AbstractValue_IncValue(uiNode_t *node)
void UI_AbstractValue_SetValue(uiNode_t *node, float value)
float UI_AbstractValue_GetMax(uiNode_t *node)
void UI_AbstractValue_SetMinCvar(uiNode_t *node, const char *min)
float UI_AbstractValue_GetShiftIncreaseFactor(uiNode_t *node)
void UI_AbstractValue_SetDelta(uiNode_t *node, float delta)
Define common thing for GUI controls which allow to edit a value (scroolbar, spinner,...
static const vec3_t scale
int UI_CheckBox_ValueAsInteger(uiNode_t *node)
void UI_CheckBox_Toggle(uiNode_t *node)
void UI_CheckBox_SetIconUnknownByName(uiNode_t *node, const char *name)
void UI_CheckBox_SetIconCheckedByName(uiNode_t *node, const char *name)
bool UI_CheckBox_ValueAsBoolean(uiNode_t *node)
void UI_CheckBox_SetBackgroundByName(uiNode_t *node, const char *name)
void UI_CheckBox_SetIconUncheckedByName(uiNode_t *node, const char *name)
bool UI_AddLineChartCoord(uiNode_t *node, const char *id, int x, int y)
Add a data point to a line chart.
bool UI_ClearLineChart(uiNode_t *node)
Clears all drawings froma lineChart.
bool UI_AddLineChartLine(uiNode_t *node, const char *id, bool visible, const vec4_t color, bool dots, int numPoints)
Add a line to the chart.
void UI_Model_SetTagSource(uiNode_t *node, const char *tagName)
void UI_Model_SetAnimationSource(uiNode_t *node, const char *animName)
void UI_Model_SetModelSource(uiNode_t *node, const char *modelName)
void UI_Model_SetSkinSource(uiNode_t *node, const char *skinName)
void UI_Option_SetIconByName(uiNode_t *node, const char *name)
void UI_Option_SetLabel(uiNode_t *node, const char *text)
void UI_Option_SetValue(uiNode_t *node, const char *text)
void UI_OptionTree_SelectValue(uiNode_t *node, const char *value)
void UI_Panel_SetBackgroundByName(uiNode_t *node, const char *name)
@ LAYOUTALIGN_ENSURE_32BIT
@ LAYOUTALIGN_BOTTOMRIGHT
void UI_Sequence_SetSource(uiNode_t *node, const char *name)
void UI_Spinner_SetBottomIconByName(uiNode_t *node, const char *name)
void UI_Spinner_SetTopIconByName(uiNode_t *node, const char *name)
void UI_Spinner_SetBackgroundByName(uiNode_t *node, const char *name)
void UI_TBar_SetImage(uiNode_t *node, const char *name)
void UI_TextNodeSelectLine(uiNode_t *node, int num)
Change the selected line.
void UI_TextEntryNodeUnFocus(uiNode_t *node, const uiCallContext_t *context)
force exit the edit mode of a textentry node
void UI_TextEntryNodeFocus(uiNode_t *node, const uiCallContext_t *context)
force edition of a textentry node
void UI_TextEntry_SetBackgroundByName(uiNode_t *node, const char *name)
set background sprite
void UI_Video_SetSource(uiNode_t *node, const char *name)
void UI_Window_SetBackgroundByName(uiNode_t *node, const char *name)
set background sprite
void UI_Window_SetCloseButton(uiNode_t *node, bool value)
Create/remove close button on window.
void UI_Window_SetDragButton(uiNode_t *node, bool value)
Create/remove drag button.
void UI_DeleteAllChild(uiNode_t *node)
Remove all child from a node (only remove dynamic memory allocation nodes).
const char * UI_GetPath(const uiNode_t *node)
Return a path from a window to a node.
void UI_DeleteNode(uiNode_t *node)
#define UI_EXTRADATA(NODE, TYPE)
uiNode_t * UI_GetWindow(const char *name)
Searches all windows for the specified one.
uiNode_t * UI_PushWindow(const char *name, const char *parentName, linkedList_t *params)
Push a window onto the window stack.
void UI_PopWindow(bool all)
Pops a window from the window stack.
#define Vector4Set(v, r, g, b, a)
#define Vector2Set(v, x, y)
#define VectorSet(v, x, y, z)