93 lines
3.0 KiB
C++
93 lines
3.0 KiB
C++
// Generated by Haxe 4.0.5
|
|
#ifndef INCLUDED_openfl_display_InteractiveObject
|
|
#define INCLUDED_openfl_display_InteractiveObject
|
|
|
|
#ifndef HXCPP_H
|
|
#include <hxcpp.h>
|
|
#endif
|
|
|
|
#ifndef INCLUDED_openfl_display_DisplayObject
|
|
#include <openfl/display/DisplayObject.h>
|
|
#endif
|
|
HX_DECLARE_CLASS2(openfl,display,DisplayObject)
|
|
HX_DECLARE_CLASS2(openfl,display,IBitmapDrawable)
|
|
HX_DECLARE_CLASS2(openfl,display,InteractiveObject)
|
|
HX_DECLARE_CLASS2(openfl,events,EventDispatcher)
|
|
HX_DECLARE_CLASS2(openfl,events,IEventDispatcher)
|
|
HX_DECLARE_CLASS2(openfl,geom,Rectangle)
|
|
|
|
namespace openfl{
|
|
namespace display{
|
|
|
|
|
|
class HXCPP_CLASS_ATTRIBUTES InteractiveObject_obj : public ::openfl::display::DisplayObject_obj
|
|
{
|
|
public:
|
|
typedef ::openfl::display::DisplayObject_obj super;
|
|
typedef InteractiveObject_obj OBJ_;
|
|
InteractiveObject_obj();
|
|
|
|
public:
|
|
enum { _hx_ClassId = 0x3f2b00af };
|
|
|
|
void __construct();
|
|
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.display.InteractiveObject")
|
|
{ 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.display.InteractiveObject"); }
|
|
static hx::ObjectPtr< InteractiveObject_obj > __new();
|
|
static hx::ObjectPtr< InteractiveObject_obj > __alloc(hx::Ctx *_hx_ctx);
|
|
static void * _hx_vtable;
|
|
static Dynamic __CreateEmpty();
|
|
static Dynamic __Create(hx::DynamicArray inArgs);
|
|
//~InteractiveObject_obj();
|
|
|
|
HX_DO_RTTI_ALL;
|
|
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
|
|
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
|
|
void __GetFields(Array< ::String> &outFields);
|
|
static void __register();
|
|
void __Mark(HX_MARK_PARAMS);
|
|
void __Visit(HX_VISIT_PARAMS);
|
|
bool _hx_isInstanceOf(int inClassId);
|
|
::String __ToString() const { return HX_("InteractiveObject",21,86,b1,c3); }
|
|
|
|
bool doubleClickEnabled;
|
|
::Dynamic focusRect;
|
|
bool mouseEnabled;
|
|
bool needsSoftKeyboard;
|
|
::openfl::geom::Rectangle softKeyboardInputAreaOfInterest;
|
|
::Dynamic _hx___tabEnabled;
|
|
int _hx___tabIndex;
|
|
bool requestSoftKeyboard();
|
|
::Dynamic requestSoftKeyboard_dyn();
|
|
|
|
bool _hx___allowMouseFocus();
|
|
::Dynamic _hx___allowMouseFocus_dyn();
|
|
|
|
virtual bool _hx___getInteractive(::Array< ::Dynamic> stack);
|
|
|
|
virtual bool _hx___hitTest(Float x,Float y,bool shapeFlag,::Array< ::Dynamic> stack,bool interactiveOnly, ::openfl::display::DisplayObject hitObject);
|
|
|
|
virtual void _hx___tabTest(::Array< ::Dynamic> stack);
|
|
::Dynamic _hx___tabTest_dyn();
|
|
|
|
virtual bool get_tabEnabled();
|
|
::Dynamic get_tabEnabled_dyn();
|
|
|
|
virtual bool set_tabEnabled(bool value);
|
|
::Dynamic set_tabEnabled_dyn();
|
|
|
|
virtual int get_tabIndex();
|
|
::Dynamic get_tabIndex_dyn();
|
|
|
|
virtual int set_tabIndex(int value);
|
|
::Dynamic set_tabIndex_dyn();
|
|
|
|
};
|
|
|
|
} // end namespace openfl
|
|
} // end namespace display
|
|
|
|
#endif /* INCLUDED_openfl_display_InteractiveObject */
|