void Clouds_obj::__register()
{
	Static(__mClass) = hx::RegisterClass(HX_CSTRING("com.velvetArts.v01.Clouds"), hx::TCanCast< Clouds_obj> ,sStaticFields,sMemberFields,
	&__CreateEmpty, &__Create,
	&super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}
Exemple #2
0
void ZPP_ToiEvent_obj::__register()
{
	Static(__mClass) = hx::RegisterClass(HX_CSTRING("zpp_nape.geom.ZPP_ToiEvent"), hx::TCanCast< ZPP_ToiEvent_obj> ,sStaticFields,sMemberFields,
	&__CreateEmpty, &__Create,
	&super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}
	return super::__SetField(inName,inValue,inCallProp);
}

void CodeValuePair_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("code"));
	outFields->push(HX_CSTRING("value"));
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	String(null()) };

#if HXCPP_SCRIPTABLE
static hx::StorageInfo sMemberStorageInfo[] = {
	{hx::fsInt,(int)offsetof(CodeValuePair_obj,code),HX_CSTRING("code")},
	{hx::fsInt,(int)offsetof(CodeValuePair_obj,value),HX_CSTRING("value")},
	{ hx::fsUnknown, 0, null()}
};
#endif

static ::String sMemberFields[] = {
	HX_CSTRING("code"),
	HX_CSTRING("value"),
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(CodeValuePair_obj::__mClass,"__mClass");
};

#ifdef HXCPP_VISIT_ALLOCS
Exemple #4
0
Dynamic GraphicLog_obj::__SetField(const ::String &inName,const Dynamic &inValue,bool inCallProp)
{
	switch(inName.length) {
	case 12:
		if (HX_FIELD_EQ(inName,"resourceName") ) { resourceName=inValue.Cast< ::String >(); return inValue; }
	}
	return super::__SetField(inName,inValue,inCallProp);
}

void GraphicLog_obj::__GetFields(Array< ::String> &outFields)
{
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	HX_CSTRING("resourceName"),
	String(null()) };

#if HXCPP_SCRIPTABLE
static hx::StorageInfo *sMemberStorageInfo = 0;
#endif

static ::String sMemberFields[] = {
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(GraphicLog_obj::__mClass,"__mClass");
	HX_MARK_MEMBER_NAME(GraphicLog_obj::resourceName,"resourceName");
};

#ifdef HXCPP_VISIT_ALLOCS
Exemple #5
0
	outFields->push(HX_CSTRING("slipped"));
	outFields->push(HX_CSTRING("axis"));
	outFields->push(HX_CSTRING("c2"));
	outFields->push(HX_CSTRING("c1"));
	outFields->push(HX_CSTRING("frozen2"));
	outFields->push(HX_CSTRING("frozen1"));
	outFields->push(HX_CSTRING("arbiter"));
	outFields->push(HX_CSTRING("s2"));
	outFields->push(HX_CSTRING("s1"));
	outFields->push(HX_CSTRING("toi"));
	outFields->push(HX_CSTRING("next"));
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	HX_CSTRING("zpp_pool"),
	String(null()) };

static ::String sMemberFields[] = {
	HX_CSTRING("kinematic"),
	HX_CSTRING("failed"),
	HX_CSTRING("slipped"),
	HX_CSTRING("axis"),
	HX_CSTRING("c2"),
	HX_CSTRING("c1"),
	HX_CSTRING("frozen2"),
	HX_CSTRING("frozen1"),
	HX_CSTRING("arbiter"),
	HX_CSTRING("s2"),
	HX_CSTRING("s1"),
	HX_CSTRING("toi"),
void HasAttribAccess_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("__x"));
	HX_APPEND_DYNAMIC_FIELDS(outFields);
	super::__GetFields(outFields);
};
Exemple #7
0
void GameEvent_obj::__GetFields(Array< ::String> &outFields)
{
    outFields->push(HX_CSTRING("data"));
    super::__GetFields(outFields);
};
void ButtonAlignment_obj::__boot()
{
hx::Static(LEFT) = hx::CreateEnum< ButtonAlignment_obj >(HX_CSTRING("LEFT"),0);
hx::Static(MIDDLE) = hx::CreateEnum< ButtonAlignment_obj >(HX_CSTRING("MIDDLE"),1);
hx::Static(RIGHT) = hx::CreateEnum< ButtonAlignment_obj >(HX_CSTRING("RIGHT"),2);
}
		if (HX_FIELD_EQ(inName,"cb") ) { cb=inValue.Cast< Dynamic >(); return inValue; }
		if (HX_FIELD_EQ(inName,"bc") ) { bc=inValue.Cast< ::nape::phys::Body >(); return inValue; }
		if (HX_FIELD_EQ(inName,"id") ) { id=inValue.Cast< int >(); return inValue; }
	}
	return super::__SetField(inName,inValue,inCallProp);
}

void ZPP_CopyHelper_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("bc"));
	outFields->push(HX_CSTRING("id"));
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	HX_CSTRING("dict"),
	HX_CSTRING("todo"),
	String(null()) };

static ::String sMemberFields[] = {
	HX_CSTRING("cb"),
	HX_CSTRING("bc"),
	HX_CSTRING("id"),
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(ZPP_CopyHelper_obj::__mClass,"__mClass");
};

#ifdef HXCPP_VISIT_ALLOCS
static void sVisitStatics(HX_VISIT_PARAMS) {
Exemple #10
0
	}
	return super::__Field(inName,inCallProp);
}

Dynamic Expo_obj::__SetField(const ::String &inName,const Dynamic &inValue,bool inCallProp)
{
	return super::__SetField(inName,inValue,inCallProp);
}

void Expo_obj::__GetFields(Array< ::String> &outFields)
{
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	HX_CSTRING("get_easeIn"),
	HX_CSTRING("get_easeInOut"),
	HX_CSTRING("get_easeOut"),
	String(null()) };

#if HXCPP_SCRIPTABLE
static hx::StorageInfo *sMemberStorageInfo = 0;
#endif

static ::String sMemberFields[] = {
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(Expo_obj::__mClass,"__mClass");
};
Exemple #11
0
#endif
#ifndef INCLUDED_openfl_display_StageScaleMode
#include <openfl/display/StageScaleMode.h>
#endif

Void TitleScreenView_obj::__construct()
{
HX_STACK_FRAME("TitleScreenView","new",0x5bce68fb,"TitleScreenView.new","TitleScreenView.hx",48,0x2ae30ed5)
HX_STACK_THIS(this)
{
	HX_STACK_LINE(49)
	super::__construct();
	HX_STACK_LINE(50)
	this->menu = false;
	HX_STACK_LINE(51)
	this->status = HX_CSTRING("");
}
;
	return null();
}

//TitleScreenView_obj::~TitleScreenView_obj() { }

Dynamic TitleScreenView_obj::__CreateEmpty() { return  new TitleScreenView_obj; }
hx::ObjectPtr< TitleScreenView_obj > TitleScreenView_obj::__new()
{  hx::ObjectPtr< TitleScreenView_obj > result = new TitleScreenView_obj();
	result->__construct();
	return result;}

Dynamic TitleScreenView_obj::__Create(hx::DynamicArray inArgs)
{  hx::ObjectPtr< TitleScreenView_obj > result = new TitleScreenView_obj();
Exemple #12
0
namespace replay{

Void MouseRecord_obj::__construct(int X,int Y,int Button,int Wheel)
{
HX_STACK_PUSH("MouseRecord::new","flixel/system/replay/MouseRecord.hx",33);
{
	HX_STACK_LINE(34)
	this->x = X;
	HX_STACK_LINE(35)
	this->y = Y;
	HX_STACK_LINE(36)
	this->button = Button;
	HX_STACK_LINE(37)
	this->wheel = Wheel;
}
;
	return null();
}

MouseRecord_obj::~MouseRecord_obj() { }

Dynamic MouseRecord_obj::__CreateEmpty() { return  new MouseRecord_obj; }
hx::ObjectPtr< MouseRecord_obj > MouseRecord_obj::__new(int X,int Y,int Button,int Wheel)
{  hx::ObjectPtr< MouseRecord_obj > result = new MouseRecord_obj();
	result->__construct(X,Y,Button,Wheel);
	return result;}

Dynamic MouseRecord_obj::__Create(hx::DynamicArray inArgs)
{  hx::ObjectPtr< MouseRecord_obj > result = new MouseRecord_obj();
	result->__construct(inArgs[0],inArgs[1],inArgs[2],inArgs[3]);
	return result;}


MouseRecord_obj::MouseRecord_obj()
{
}

void MouseRecord_obj::__Mark(HX_MARK_PARAMS)
{
	HX_MARK_BEGIN_CLASS(MouseRecord);
	HX_MARK_MEMBER_NAME(wheel,"wheel");
	HX_MARK_MEMBER_NAME(button,"button");
	HX_MARK_MEMBER_NAME(y,"y");
	HX_MARK_MEMBER_NAME(x,"x");
	HX_MARK_END_CLASS();
}

void MouseRecord_obj::__Visit(HX_VISIT_PARAMS)
{
	HX_VISIT_MEMBER_NAME(wheel,"wheel");
	HX_VISIT_MEMBER_NAME(button,"button");
	HX_VISIT_MEMBER_NAME(y,"y");
	HX_VISIT_MEMBER_NAME(x,"x");
}

Dynamic MouseRecord_obj::__Field(const ::String &inName,bool inCallProp)
{
	switch(inName.length) {
	case 1:
		if (HX_FIELD_EQ(inName,"y") ) { return y; }
		if (HX_FIELD_EQ(inName,"x") ) { return x; }
		break;
	case 5:
		if (HX_FIELD_EQ(inName,"wheel") ) { return wheel; }
		break;
	case 6:
		if (HX_FIELD_EQ(inName,"button") ) { return button; }
	}
	return super::__Field(inName,inCallProp);
}

Dynamic MouseRecord_obj::__SetField(const ::String &inName,const Dynamic &inValue,bool inCallProp)
{
	switch(inName.length) {
	case 1:
		if (HX_FIELD_EQ(inName,"y") ) { y=inValue.Cast< int >(); return inValue; }
		if (HX_FIELD_EQ(inName,"x") ) { x=inValue.Cast< int >(); return inValue; }
		break;
	case 5:
		if (HX_FIELD_EQ(inName,"wheel") ) { wheel=inValue.Cast< int >(); return inValue; }
		break;
	case 6:
		if (HX_FIELD_EQ(inName,"button") ) { button=inValue.Cast< int >(); return inValue; }
	}
	return super::__SetField(inName,inValue,inCallProp);
}

void MouseRecord_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("wheel"));
	outFields->push(HX_CSTRING("button"));
	outFields->push(HX_CSTRING("y"));
	outFields->push(HX_CSTRING("x"));
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	String(null()) };

static ::String sMemberFields[] = {
	HX_CSTRING("wheel"),
	HX_CSTRING("button"),
	HX_CSTRING("y"),
	HX_CSTRING("x"),
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(MouseRecord_obj::__mClass,"__mClass");
};

static void sVisitStatics(HX_VISIT_PARAMS) {
	HX_VISIT_MEMBER_NAME(MouseRecord_obj::__mClass,"__mClass");
};

Class MouseRecord_obj::__mClass;

void MouseRecord_obj::__register()
{
	hx::Static(__mClass) = hx::RegisterClass(HX_CSTRING("flixel.system.replay.MouseRecord"), hx::TCanCast< MouseRecord_obj> ,sStaticFields,sMemberFields,
	&__CreateEmpty, &__Create,
	&super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}

void MouseRecord_obj::__boot()
{
}

} // end namespace flixel
Exemple #13
0
void MouseRecord_obj::__register()
{
	hx::Static(__mClass) = hx::RegisterClass(HX_CSTRING("flixel.system.replay.MouseRecord"), hx::TCanCast< MouseRecord_obj> ,sStaticFields,sMemberFields,
	&__CreateEmpty, &__Create,
	&super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}
void OpenGLView_obj::__boot()
{
	CONTEXT_LOST= HX_CSTRING("glcontextlost");
	CONTEXT_RESTORED= HX_CSTRING("glcontextrestored");
}
	catch(Dynamic e) { HX_DYNAMIC_SET_FIELD(inName,inValue); }
	return inValue;
}

void HasAttribAccess_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("__x"));
	HX_APPEND_DYNAMIC_FIELDS(outFields);
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	String(null()) };

static ::String sMemberFields[] = {
	HX_CSTRING("resolve"),
	HX_CSTRING("__x"),
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(HasAttribAccess_obj::__mClass,"__mClass");
};

static void sVisitStatics(HX_VISIT_PARAMS) {
	HX_VISIT_MEMBER_NAME(HasAttribAccess_obj::__mClass,"__mClass");
};

Class HasAttribAccess_obj::__mClass;

void HasAttribAccess_obj::__register()
{
void ZPP_CopyHelper_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("bc"));
	outFields->push(HX_CSTRING("id"));
	super::__GetFields(outFields);
};
void HasAttribAccess_obj::__register()
{
	hx::Static(__mClass) = hx::RegisterClass(HX_CSTRING("haxe.xml._Fast.HasAttribAccess"), hx::TCanCast< HasAttribAccess_obj> ,sStaticFields,sMemberFields,
	&__CreateEmpty, &__Create,
	&super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}
Exemple #18
0
	__SAFE_POINT
	HX_SOURCE_PUSH("File_obj::getBytes")
	HX_SOURCE_POS("/usr/lib/haxe/std/cpp/io/File.hx",46)
	Array< unsigned char > data = ::cpp::io::File_obj::file_contents(path);
	HX_SOURCE_POS("/usr/lib/haxe/std/cpp/io/File.hx",47)
	return ::haxe::io::Bytes_obj::ofData(data);
}


STATIC_HX_DEFINE_DYNAMIC_FUNC1(File_obj,getBytes,return )

::cpp::io::FileInput File_obj::read( ::String path,bool binary){
	__SAFE_POINT
	HX_SOURCE_PUSH("File_obj::read")
	HX_SOURCE_POS("/usr/lib/haxe/std/cpp/io/File.hx",51)
	return ::cpp::io::FileInput_obj::__new(::cpp::io::File_obj::file_open(path,(  ((binary)) ? ::String(HX_CSTRING("rb")) : ::String(HX_CSTRING("r")) )));
}


STATIC_HX_DEFINE_DYNAMIC_FUNC2(File_obj,read,return )

::cpp::io::FileOutput File_obj::write( ::String path,bool binary){
	__SAFE_POINT
	HX_SOURCE_PUSH("File_obj::write")
	HX_SOURCE_POS("/usr/lib/haxe/std/cpp/io/File.hx",55)
	return ::cpp::io::FileOutput_obj::__new(::cpp::io::File_obj::file_open(path,(  ((binary)) ? ::String(HX_CSTRING("wb")) : ::String(HX_CSTRING("w")) )));
}


STATIC_HX_DEFINE_DYNAMIC_FUNC2(File_obj,write,return )
Exemple #19
0
namespace common {

Void GameEvent_obj::__construct(::String type,Array< int > inData)
{
    {
        HX_SOURCE_POS("../../../src/com/mybo/common/GameEvent.hx",19)
        super::__construct(type,null(),null());
        HX_SOURCE_POS("../../../src/com/mybo/common/GameEvent.hx",20)
        this->data = inData;
    }
    ;
    return null();
}

GameEvent_obj::~GameEvent_obj() { }

Dynamic GameEvent_obj::__CreateEmpty() {
    return  new GameEvent_obj;
}
hx::ObjectPtr< GameEvent_obj > GameEvent_obj::__new(::String type,Array< int > inData)
{   hx::ObjectPtr< GameEvent_obj > result = new GameEvent_obj();
    result->__construct(type,inData);
    return result;
}

Dynamic GameEvent_obj::__Create(hx::DynamicArray inArgs)
{   hx::ObjectPtr< GameEvent_obj > result = new GameEvent_obj();
    result->__construct(inArgs[0],inArgs[1]);
    return result;
}

::String GameEvent_obj::BUBBLE_BLAST;

::String GameEvent_obj::BUBBLE_INITED;

::String GameEvent_obj::BUBBLE_TAP_COMPLETED;

::String GameEvent_obj::LEVEL_COMPLETE;

::String GameEvent_obj::BUBBLE_TOUCHED;

::String GameEvent_obj::LEVEL_SELECTED;

::String GameEvent_obj::PACK_SELECTED;


GameEvent_obj::GameEvent_obj()
{
}

void GameEvent_obj::__Mark(HX_MARK_PARAMS)
{
    HX_MARK_BEGIN_CLASS(GameEvent);
    HX_MARK_MEMBER_NAME(data,"data");
    super::__Mark(HX_MARK_ARG);
    HX_MARK_END_CLASS();
}

Dynamic GameEvent_obj::__Field(const ::String &inName)
{
    switch(inName.length) {
    case 4:
        if (HX_FIELD_EQ(inName,"data") ) {
            return data;
        }
        break;
    case 12:
        if (HX_FIELD_EQ(inName,"BUBBLE_BLAST") ) {
            return BUBBLE_BLAST;
        }
        break;
    case 13:
        if (HX_FIELD_EQ(inName,"BUBBLE_INITED") ) {
            return BUBBLE_INITED;
        }
        if (HX_FIELD_EQ(inName,"PACK_SELECTED") ) {
            return PACK_SELECTED;
        }
        break;
    case 14:
        if (HX_FIELD_EQ(inName,"LEVEL_COMPLETE") ) {
            return LEVEL_COMPLETE;
        }
        if (HX_FIELD_EQ(inName,"BUBBLE_TOUCHED") ) {
            return BUBBLE_TOUCHED;
        }
        if (HX_FIELD_EQ(inName,"LEVEL_SELECTED") ) {
            return LEVEL_SELECTED;
        }
        break;
    case 20:
        if (HX_FIELD_EQ(inName,"BUBBLE_TAP_COMPLETED") ) {
            return BUBBLE_TAP_COMPLETED;
        }
    }
    return super::__Field(inName);
}

Dynamic GameEvent_obj::__SetField(const ::String &inName,const Dynamic &inValue)
{
    switch(inName.length) {
    case 4:
        if (HX_FIELD_EQ(inName,"data") ) {
            data=inValue.Cast< Array< int > >();
            return inValue;
        }
        break;
    case 12:
        if (HX_FIELD_EQ(inName,"BUBBLE_BLAST") ) {
            BUBBLE_BLAST=inValue.Cast< ::String >();
            return inValue;
        }
        break;
    case 13:
        if (HX_FIELD_EQ(inName,"BUBBLE_INITED") ) {
            BUBBLE_INITED=inValue.Cast< ::String >();
            return inValue;
        }
        if (HX_FIELD_EQ(inName,"PACK_SELECTED") ) {
            PACK_SELECTED=inValue.Cast< ::String >();
            return inValue;
        }
        break;
    case 14:
        if (HX_FIELD_EQ(inName,"LEVEL_COMPLETE") ) {
            LEVEL_COMPLETE=inValue.Cast< ::String >();
            return inValue;
        }
        if (HX_FIELD_EQ(inName,"BUBBLE_TOUCHED") ) {
            BUBBLE_TOUCHED=inValue.Cast< ::String >();
            return inValue;
        }
        if (HX_FIELD_EQ(inName,"LEVEL_SELECTED") ) {
            LEVEL_SELECTED=inValue.Cast< ::String >();
            return inValue;
        }
        break;
    case 20:
        if (HX_FIELD_EQ(inName,"BUBBLE_TAP_COMPLETED") ) {
            BUBBLE_TAP_COMPLETED=inValue.Cast< ::String >();
            return inValue;
        }
    }
    return super::__SetField(inName,inValue);
}

void GameEvent_obj::__GetFields(Array< ::String> &outFields)
{
    outFields->push(HX_CSTRING("data"));
    super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
    HX_CSTRING("BUBBLE_BLAST"),
    HX_CSTRING("BUBBLE_INITED"),
    HX_CSTRING("BUBBLE_TAP_COMPLETED"),
    HX_CSTRING("LEVEL_COMPLETE"),
    HX_CSTRING("BUBBLE_TOUCHED"),
    HX_CSTRING("LEVEL_SELECTED"),
    HX_CSTRING("PACK_SELECTED"),
    String(null())
};

static ::String sMemberFields[] = {
    HX_CSTRING("data"),
    String(null())
};

static void sMarkStatics(HX_MARK_PARAMS) {
    HX_MARK_MEMBER_NAME(GameEvent_obj::BUBBLE_BLAST,"BUBBLE_BLAST");
    HX_MARK_MEMBER_NAME(GameEvent_obj::BUBBLE_INITED,"BUBBLE_INITED");
    HX_MARK_MEMBER_NAME(GameEvent_obj::BUBBLE_TAP_COMPLETED,"BUBBLE_TAP_COMPLETED");
    HX_MARK_MEMBER_NAME(GameEvent_obj::LEVEL_COMPLETE,"LEVEL_COMPLETE");
    HX_MARK_MEMBER_NAME(GameEvent_obj::BUBBLE_TOUCHED,"BUBBLE_TOUCHED");
    HX_MARK_MEMBER_NAME(GameEvent_obj::LEVEL_SELECTED,"LEVEL_SELECTED");
    HX_MARK_MEMBER_NAME(GameEvent_obj::PACK_SELECTED,"PACK_SELECTED");
};

Class GameEvent_obj::__mClass;

void GameEvent_obj::__register()
{
    Static(__mClass) = hx::RegisterClass(HX_CSTRING("com.mybo.common.GameEvent"), hx::TCanCast< GameEvent_obj> ,sStaticFields,sMemberFields,
                                         &__CreateEmpty, &__Create,
                                         &super::__SGetClass(), 0, sMarkStatics);
}

void GameEvent_obj::__boot()
{
    hx::Static(BUBBLE_BLAST) = HX_CSTRING("bubbleBlast");
    hx::Static(BUBBLE_INITED) = HX_CSTRING("bubbleInited");
    hx::Static(BUBBLE_TAP_COMPLETED) = HX_CSTRING("bubbleTapCompleted");
    hx::Static(LEVEL_COMPLETE) = HX_CSTRING("levelComplete");
    hx::Static(BUBBLE_TOUCHED) = HX_CSTRING("bubbleTouched");
    hx::Static(LEVEL_SELECTED) = HX_CSTRING("levelSelected");
    hx::Static(PACK_SELECTED) = HX_CSTRING("packSelected");
}

} // end namespace com
Exemple #20
0
void IDataInput_obj::__register()
{
    Static(__mClass) = hx::RegisterClass(HX_CSTRING("neash.utils.IDataInput"), hx::TCanCast< IDataInput_obj> ,0,0,
                                         0, 0,
                                         &super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}
Exemple #21
0
void GameEvent_obj::__register()
{
    Static(__mClass) = hx::RegisterClass(HX_CSTRING("com.mybo.common.GameEvent"), hx::TCanCast< GameEvent_obj> ,sStaticFields,sMemberFields,
                                         &__CreateEmpty, &__Create,
                                         &super::__SGetClass(), 0, sMarkStatics);
}
Exemple #22
0
	}
	return super::__Field(inName,inCallProp);
}

Dynamic Mouse_obj::__SetField(const ::String &inName,const Dynamic &inValue,bool inCallProp)
{
	return super::__SetField(inName,inValue,inCallProp);
}

void Mouse_obj::__GetFields(Array< ::String> &outFields)
{
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	HX_CSTRING("hide"),
	HX_CSTRING("show"),
	String(null()) };

static ::String sMemberFields[] = {
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(Mouse_obj::__mClass,"__mClass");
};

static void sVisitStatics(HX_VISIT_PARAMS) {
	HX_VISIT_MEMBER_NAME(Mouse_obj::__mClass,"__mClass");
};

Class Mouse_obj::__mClass;
Exemple #23
0
void GraphicLog_obj::__boot()
{
	resourceName= HX_CSTRING("__ASSET__:bitmap_flixel_system_debug_GraphicLog");
}
Exemple #24
0
void Mouse_obj::__register()
{
	hx::Static(__mClass) = hx::RegisterClass(HX_CSTRING("flash.ui.Mouse"), hx::TCanCast< Mouse_obj> ,sStaticFields,sMemberFields,
	&__CreateEmpty, &__Create,
	&super::__SGetClass(), 0, sMarkStatics, sVisitStatics);
}
Exemple #25
0
void ZPP_ToiEvent_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("kinematic"));
	outFields->push(HX_CSTRING("failed"));
	outFields->push(HX_CSTRING("slipped"));
	outFields->push(HX_CSTRING("axis"));
	outFields->push(HX_CSTRING("c2"));
	outFields->push(HX_CSTRING("c1"));
	outFields->push(HX_CSTRING("frozen2"));
	outFields->push(HX_CSTRING("frozen1"));
	outFields->push(HX_CSTRING("arbiter"));
	outFields->push(HX_CSTRING("s2"));
	outFields->push(HX_CSTRING("s1"));
	outFields->push(HX_CSTRING("toi"));
	outFields->push(HX_CSTRING("next"));
	super::__GetFields(outFields);
};
		break;
	case 8:
		if (HX_FIELD_EQ(inName,"zpp_pool") ) { zpp_pool=inValue.Cast< ::zpp_nape::util::ZNPNode_ZPP_CbSetPair >(); return inValue; }
	}
	return super::__SetField(inName,inValue,inCallProp);
}

void ZNPNode_ZPP_CbSetPair_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("next"));
	outFields->push(HX_CSTRING("elt"));
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	HX_CSTRING("zpp_pool"),
	String(null()) };

#if HXCPP_SCRIPTABLE
static hx::StorageInfo sMemberStorageInfo[] = {
	{hx::fsObject /*::zpp_nape::util::ZNPNode_ZPP_CbSetPair*/ ,(int)offsetof(ZNPNode_ZPP_CbSetPair_obj,next),HX_CSTRING("next")},
	{hx::fsObject /*::zpp_nape::callbacks::ZPP_CbSetPair*/ ,(int)offsetof(ZNPNode_ZPP_CbSetPair_obj,elt),HX_CSTRING("elt")},
	{ hx::fsUnknown, 0, null()}
};
#endif

static ::String sMemberFields[] = {
	HX_CSTRING("next"),
	HX_CSTRING("alloc"),
	HX_CSTRING("free"),
	HX_CSTRING("elt"),
Exemple #27
0
void RangeError_obj::__register()
{
    Static(__mClass) = hx::RegisterClass(HX_CSTRING("nme.errors.RangeError"), hx::TCanCast< RangeError_obj> ,sStaticFields,sMemberFields,
                                         &__CreateEmpty, &__Create,
                                         &super::__SGetClass(), 0, sMarkStatics);
}
void ZNPNode_ZPP_CbSetPair_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("next"));
	outFields->push(HX_CSTRING("elt"));
	super::__GetFields(outFields);
};
void CodeValuePair_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("code"));
	outFields->push(HX_CSTRING("value"));
	super::__GetFields(outFields);
};
void Clouds_obj::__GetFields(Array< ::String> &outFields)
{
	outFields->push(HX_CSTRING("actor"));
	outFields->push(HX_CSTRING("cloud3"));
	outFields->push(HX_CSTRING("cloud2"));
	outFields->push(HX_CSTRING("cloud1"));
	outFields->push(HX_CSTRING("frames"));
	super::__GetFields(outFields);
};

static ::String sStaticFields[] = {
	String(null()) };

static ::String sMemberFields[] = {
	HX_CSTRING("update"),
	HX_CSTRING("actor"),
	HX_CSTRING("cloud3"),
	HX_CSTRING("cloud2"),
	HX_CSTRING("cloud1"),
	HX_CSTRING("frames"),
	String(null()) };

static void sMarkStatics(HX_MARK_PARAMS) {
	HX_MARK_MEMBER_NAME(Clouds_obj::__mClass,"__mClass");
};

static void sVisitStatics(HX_VISIT_PARAMS) {
	HX_VISIT_MEMBER_NAME(Clouds_obj::__mClass,"__mClass");
};