27 #include "vtkChartsCoreModule.h" 79 SELECT_RECTANGLE = SELECT,
118 virtual bool RemovePlotInstance(
vtkPlot* plot);
123 virtual void ClearPlots();
139 virtual vtkAxis* GetAxis(
int axisIndex);
150 virtual void RecalculateBounds();
174 virtual void SetSelectionMethod(
int method);
175 virtual int GetSelectionMethod();
194 vtkSetVector2Macro(Geometry,
int);
195 vtkGetVector2Macro(Geometry,
int);
202 vtkSetVector2Macro(Point1,
int);
203 vtkGetVector2Macro(Point1,
int);
210 vtkSetVector2Macro(Point2,
int);
211 vtkGetVector2Macro(Point2,
int);
218 virtual void SetShowLegend(
bool visible);
219 virtual bool GetShowLegend();
247 void SetBottomBorder(
int border);
248 void SetTopBorder(
int border);
249 void SetLeftBorder(
int border);
250 void SetRightBorder(
int border);
256 void SetBorders(
int left,
int bottom,
int right,
int top);
285 vtkSetMacro(LayoutStrategy,
int);
286 vtkGetMacro(LayoutStrategy,
int);
314 vtkSetMacro(RenderEmpty,
bool);
315 vtkGetMacro(RenderEmpty,
bool);
328 virtual void SetActionToButton(
int action,
int button);
334 virtual int GetActionToButton(
int action);
341 virtual void SetClickActionToButton(
int action,
int button);
348 virtual int GetClickActionToButton(
int action);
354 void SetBackgroundBrush(
vtkBrush *brush);
364 virtual void SetSelectionMode(
int);
365 vtkGetMacro(SelectionMode,
int);
390 void AttachAxisRangeListener(
vtkAxis*);
392 void AxisRangeForwarderCallback(
vtkObject*,
unsigned long,
void*);
454 enum { MaxAction = 6 };
455 short&
Pan() {
return Data[0]; }
456 short&
Zoom() {
return Data[1]; }
462 short Data[MaxAction];
480 void operator=(
const vtkChart &) =
delete;
MouseClickActions ActionsClick
Wrapper around std::string to keep symbols short.
vtkStdString Title
The title of the chart.
vtkTextProperty * TitleProperties
The text properties associated with the chart.
abstract base class for most VTK objects
vtkAnnotationLink * AnnotationLink
Our annotation link, used for sharing selections etc.
base class for items that are part of a vtkContextScene.
virtual bool Paint(vtkContext2D *painter)
Paint event for the item, called whenever the item needs to be drawn.
Class for drawing 2D primitives to a graphical context.
Factory class for drawing 2D charts.
provides a brush that fills shapes drawn by vtkContext2D.
takes care of drawing 2D axes
Provides a 2D scene for vtkContextItem objects.
a simple class to control print indentation
virtual void SetAutoSize(bool isAutoSized)
Set/get whether the chart should automatically resize to fill the current render window.
bool ShowLegend
Display the legend?
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual bool GetAutoSize()
Set/get whether the chart should automatically resize to fill the current render window.
Abstract class for 2D plots.
represent text properties.
EventIds
Enum of event type that are triggered by the charts.
short & operator[](int index)
provide event-driven interface to the rendering window (defines trackball mode)
Hold mouse action mappings.
vtkSmartPointer< vtkBrush > BackgroundBrush
Brush to use for drawing the background.
An algorithm for linking annotations among objects.
short & operator[](int index)