61 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
| // Generated by Haxe 4.0.5
 | |
| #ifndef INCLUDED_openfl_events_IOErrorEvent
 | |
| #define INCLUDED_openfl_events_IOErrorEvent
 | |
| 
 | |
| #ifndef HXCPP_H
 | |
| #include <hxcpp.h>
 | |
| #endif
 | |
| 
 | |
| #ifndef INCLUDED_openfl_events_ErrorEvent
 | |
| #include <openfl/events/ErrorEvent.h>
 | |
| #endif
 | |
| HX_DECLARE_CLASS2(openfl,events,ErrorEvent)
 | |
| HX_DECLARE_CLASS2(openfl,events,Event)
 | |
| HX_DECLARE_CLASS2(openfl,events,IOErrorEvent)
 | |
| HX_DECLARE_CLASS2(openfl,events,TextEvent)
 | |
| 
 | |
| namespace openfl{
 | |
| namespace events{
 | |
| 
 | |
| 
 | |
| class HXCPP_CLASS_ATTRIBUTES IOErrorEvent_obj : public  ::openfl::events::ErrorEvent_obj
 | |
| {
 | |
| 	public:
 | |
| 		typedef  ::openfl::events::ErrorEvent_obj super;
 | |
| 		typedef IOErrorEvent_obj OBJ_;
 | |
| 		IOErrorEvent_obj();
 | |
| 
 | |
| 	public:
 | |
| 		enum { _hx_ClassId = 0x28b734a1 };
 | |
| 
 | |
| 		void __construct(::String type,hx::Null< bool >  __o_bubbles,hx::Null< bool >  __o_cancelable,::String __o_text,hx::Null< int >  __o_id);
 | |
| 		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.events.IOErrorEvent")
 | |
| 			{ return hx::Object::operator new(inSize,inContainer,inName); }
 | |
| 		inline void *operator new(size_t inSize, int extra)
 | |
| 			{ return hx::Object::operator new(inSize+extra,true,"openfl.events.IOErrorEvent"); }
 | |
| 		static hx::ObjectPtr< IOErrorEvent_obj > __new(::String type,hx::Null< bool >  __o_bubbles,hx::Null< bool >  __o_cancelable,::String __o_text,hx::Null< int >  __o_id);
 | |
| 		static hx::ObjectPtr< IOErrorEvent_obj > __alloc(hx::Ctx *_hx_ctx,::String type,hx::Null< bool >  __o_bubbles,hx::Null< bool >  __o_cancelable,::String __o_text,hx::Null< int >  __o_id);
 | |
| 		static void * _hx_vtable;
 | |
| 		static Dynamic __CreateEmpty();
 | |
| 		static Dynamic __Create(hx::DynamicArray inArgs);
 | |
| 		//~IOErrorEvent_obj();
 | |
| 
 | |
| 		HX_DO_RTTI_ALL;
 | |
| 		hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
 | |
| 		static void __register();
 | |
| 		bool _hx_isInstanceOf(int inClassId);
 | |
| 		::String __ToString() const { return HX_("IOErrorEvent",b8,16,b3,65); }
 | |
| 
 | |
| 		static void __boot();
 | |
| 		static ::String IO_ERROR;
 | |
| 		 ::openfl::events::Event clone();
 | |
| 
 | |
| 		virtual ::String toString();
 | |
| 
 | |
| };
 | |
| 
 | |
| } // end namespace openfl
 | |
| } // end namespace events
 | |
| 
 | |
| #endif /* INCLUDED_openfl_events_IOErrorEvent */ 
 |