27 #include "vtkChartsCoreModule.h" 82 SELECT_RECTANGLE = SELECT,
122 virtual bool RemovePlotInstance(
vtkPlot* plot);
127 virtual void ClearPlots();
143 virtual vtkAxis* GetAxis(
int axisIndex);
149 virtual void SetAxis(
int axisIndex,
vtkAxis*);
160 virtual void RecalculateBounds();
185 virtual void SetSelectionMethod(
int method);
186 virtual int GetSelectionMethod();
205 vtkSetVector2Macro(Geometry,
int);
206 vtkGetVector2Macro(Geometry,
int);
213 vtkSetVector2Macro(Point1,
int);
214 vtkGetVector2Macro(Point1,
int);
221 vtkSetVector2Macro(Point2,
int);
222 vtkGetVector2Macro(Point2,
int);
229 virtual void SetShowLegend(
bool visible);
230 virtual bool GetShowLegend();
258 void SetBottomBorder(
int border);
259 void SetTopBorder(
int border);
260 void SetLeftBorder(
int border);
261 void SetRightBorder(
int border);
267 void SetBorders(
int left,
int bottom,
int right,
int top);
297 vtkSetMacro(LayoutStrategy,
int);
298 vtkGetMacro(LayoutStrategy,
int);
322 vtkSetMacro(RenderEmpty,
bool);
323 vtkGetMacro(RenderEmpty,
bool);
336 virtual void SetActionToButton(
int action,
int button);
342 virtual int GetActionToButton(
int action);
349 virtual void SetClickActionToButton(
int action,
int button);
356 virtual int GetClickActionToButton(
int action);
362 void SetBackgroundBrush(
vtkBrush* brush);
372 virtual void SetSelectionMode(
int);
373 vtkGetMacro(SelectionMode,
int);
396 void AttachAxisRangeListener(
vtkAxis*);
398 void AxisRangeForwarderCallback(
vtkObject*,
unsigned long,
void*);
464 short&
Pan() {
return Data[0]; }
465 short&
Zoom() {
return Data[1]; }
471 short Data[MaxAction];
489 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)