git » swiftpm » main » tree

[main] / Sources / c_snikket / iinclude / snikket / EventResult.h

// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_EventResult
#define INCLUDED_snikket_EventResult

#ifndef HXCPP_H
#include <hxcpp.h>
#endif

HX_DECLARE_CLASS1(snikket,EventResult)
namespace snikket{


class EventResult_obj : public ::hx::EnumBase_obj
{
	typedef ::hx::EnumBase_obj super;
		typedef EventResult_obj OBJ_;

	public:
		EventResult_obj() {};
		HX_DO_ENUM_RTTI;
		static void __boot();
		static void __register();
		static bool __GetStatic(const ::String &inName, Dynamic &outValue, ::hx::PropertyAccess inCallProp);
		::String GetEnumName( ) const { return HX_("snikket.EventResult",06,97,23,e2); }
		::String __ToString() const { return HX_("EventResult.",d7,9b,be,c3) + _hx_tag; }

		static ::snikket::EventResult EventHandled;
		static inline ::snikket::EventResult EventHandled_dyn() { return EventHandled; }
		static ::snikket::EventResult EventStop;
		static inline ::snikket::EventResult EventStop_dyn() { return EventStop; }
		static ::snikket::EventResult EventUnhandled;
		static inline ::snikket::EventResult EventUnhandled_dyn() { return EventUnhandled; }
		static ::snikket::EventResult EventValue( ::Dynamic result);
		static ::Dynamic EventValue_dyn();
};

} // end namespace snikket

#endif /* INCLUDED_snikket_EventResult */