102 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
// Generated by Haxe 4.0.5
 | 
						|
#ifndef INCLUDED_openfl_display_GraphicsPath
 | 
						|
#define INCLUDED_openfl_display_GraphicsPath
 | 
						|
 | 
						|
#ifndef HXCPP_H
 | 
						|
#include <hxcpp.h>
 | 
						|
#endif
 | 
						|
 | 
						|
#ifndef INCLUDED_openfl_display_IGraphicsPath
 | 
						|
#include <openfl/display/IGraphicsPath.h>
 | 
						|
#endif
 | 
						|
#ifndef INCLUDED_openfl_display_IGraphicsData
 | 
						|
#include <openfl/display/IGraphicsData.h>
 | 
						|
#endif
 | 
						|
HX_DECLARE_CLASS2(openfl,_Vector,FloatVector)
 | 
						|
HX_DECLARE_CLASS2(openfl,_Vector,IVector)
 | 
						|
HX_DECLARE_CLASS2(openfl,_Vector,IntVector)
 | 
						|
HX_DECLARE_CLASS2(openfl,display,GraphicsPath)
 | 
						|
HX_DECLARE_CLASS2(openfl,display,IGraphicsData)
 | 
						|
HX_DECLARE_CLASS2(openfl,display,IGraphicsPath)
 | 
						|
 | 
						|
namespace openfl{
 | 
						|
namespace display{
 | 
						|
 | 
						|
 | 
						|
class HXCPP_CLASS_ATTRIBUTES GraphicsPath_obj : public hx::Object
 | 
						|
{
 | 
						|
	public:
 | 
						|
		typedef hx::Object super;
 | 
						|
		typedef GraphicsPath_obj OBJ_;
 | 
						|
		GraphicsPath_obj();
 | 
						|
 | 
						|
	public:
 | 
						|
		enum { _hx_ClassId = 0x572da862 };
 | 
						|
 | 
						|
		void __construct( ::openfl::_Vector::IntVector commands, ::openfl::_Vector::FloatVector data, ::Dynamic __o_winding);
 | 
						|
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.display.GraphicsPath")
 | 
						|
			{ 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.GraphicsPath"); }
 | 
						|
		static hx::ObjectPtr< GraphicsPath_obj > __new( ::openfl::_Vector::IntVector commands, ::openfl::_Vector::FloatVector data, ::Dynamic __o_winding);
 | 
						|
		static hx::ObjectPtr< GraphicsPath_obj > __alloc(hx::Ctx *_hx_ctx, ::openfl::_Vector::IntVector commands, ::openfl::_Vector::FloatVector data, ::Dynamic __o_winding);
 | 
						|
		static void * _hx_vtable;
 | 
						|
		static Dynamic __CreateEmpty();
 | 
						|
		static Dynamic __Create(hx::DynamicArray inArgs);
 | 
						|
		//~GraphicsPath_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);
 | 
						|
		void *_hx_getInterface(int inHash);
 | 
						|
		::String __ToString() const { return HX_("GraphicsPath",30,18,59,11); }
 | 
						|
 | 
						|
		static void __boot();
 | 
						|
		static Float SIN45;
 | 
						|
		static Float TAN22;
 | 
						|
		 ::openfl::_Vector::IntVector commands;
 | 
						|
		 ::openfl::_Vector::FloatVector data;
 | 
						|
		 ::Dynamic winding;
 | 
						|
		int _hx___graphicsDataType;
 | 
						|
		void cubicCurveTo(Float controlX1,Float controlY1,Float controlX2,Float controlY2,Float anchorX,Float anchorY);
 | 
						|
		::Dynamic cubicCurveTo_dyn();
 | 
						|
 | 
						|
		void curveTo(Float controlX,Float controlY,Float anchorX,Float anchorY);
 | 
						|
		::Dynamic curveTo_dyn();
 | 
						|
 | 
						|
		void lineTo(Float x,Float y);
 | 
						|
		::Dynamic lineTo_dyn();
 | 
						|
 | 
						|
		void moveTo(Float x,Float y);
 | 
						|
		::Dynamic moveTo_dyn();
 | 
						|
 | 
						|
		void wideLineTo(Float x,Float y);
 | 
						|
		::Dynamic wideLineTo_dyn();
 | 
						|
 | 
						|
		void wideMoveTo(Float x,Float y);
 | 
						|
		::Dynamic wideMoveTo_dyn();
 | 
						|
 | 
						|
		void _hx___drawCircle(Float x,Float y,Float radius);
 | 
						|
		::Dynamic _hx___drawCircle_dyn();
 | 
						|
 | 
						|
		void _hx___drawEllipse(Float x,Float y,Float width,Float height);
 | 
						|
		::Dynamic _hx___drawEllipse_dyn();
 | 
						|
 | 
						|
		void _hx___drawRect(Float x,Float y,Float width,Float height);
 | 
						|
		::Dynamic _hx___drawRect_dyn();
 | 
						|
 | 
						|
		void _hx___drawRoundRect(Float x,Float y,Float width,Float height,Float ellipseWidth,Float ellipseHeight);
 | 
						|
		::Dynamic _hx___drawRoundRect_dyn();
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
} // end namespace openfl
 | 
						|
} // end namespace display
 | 
						|
 | 
						|
#endif /* INCLUDED_openfl_display_GraphicsPath */ 
 |