/* this file has been autogenerated by vtkNodeJsWrap */
/* editing this might proof futile */

#ifndef NATIVE_EXTENSION_VTK_VTKCHARTXYWRAP_H
#define NATIVE_EXTENSION_VTK_VTKCHARTXYWRAP_H

#include <nan.h>

#include <vtkSmartPointer.h>
#include <vtkChartXY.h>

#include "vtkChartWrap.h"
#include "../../plus/plus.h"

class VtkChartXYWrap : public VtkChartWrap
{
	public:
		using Nan::ObjectWrap::Wrap;
		static void Init(v8::Local<v8::Object> exports);
		static void InitPtpl();
		static void ConstructorGetter(
			v8::Local<v8::String> property,
			const Nan::PropertyCallbackInfo<v8::Value>& info);

		VtkChartXYWrap(vtkSmartPointer<vtkChartXY>);
		VtkChartXYWrap();
		~VtkChartXYWrap( );
		static Nan::Persistent<v8::FunctionTemplate> ptpl;

	private:
		static void New(const Nan::FunctionCallbackInfo<v8::Value>& info);

		static void AddPlot(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AdjustLowerBoundForLogPlotOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AdjustLowerBoundForLogPlotOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AutoAxesOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void AutoAxesOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ClearPlots(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DragPointAlongXOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DragPointAlongXOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DragPointAlongYOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DragPointAlongYOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DrawAxesAtOriginOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void DrawAxesAtOriginOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ForceAxesToBoundsOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ForceAxesToBoundsOn(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAdjustLowerBoundForLogPlot(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAutoAxes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetAxis(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetBarWidthFraction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDragPointAlongX(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDragPointAlongY(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetDrawAxesAtOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetForceAxesToBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetHiddenAxisBorder(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetLegend(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetPlotCorner(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetTooltip(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void GetZoomWithMouseWheel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void NewInstance(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Paint(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void RecalculateBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SafeDownCast(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAdjustLowerBoundForLogPlot(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetAutoAxes(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetBarWidthFraction(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDragPointAlongX(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDragPointAlongY(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetDrawAxesAtOrigin(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetForceAxesToBounds(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetHiddenAxisBorder(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetPlotCorner(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetSelectionMethod(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetShowLegend(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetTooltip(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void SetZoomWithMouseWheel(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void Update(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ZoomWithMouseWheelOff(const Nan::FunctionCallbackInfo<v8::Value>& info);
		static void ZoomWithMouseWheelOn(const Nan::FunctionCallbackInfo<v8::Value>& info);

#ifdef VTK_NODE_PLUS_VTKCHARTXYWRAP_CLASSDEF
		VTK_NODE_PLUS_VTKCHARTXYWRAP_CLASSDEF
#endif
};

#endif
