|
ParaView
|
view proxy for vtkQtBarChartView More...
#include <vtkPVXYChartView.h>


view proxy for vtkQtBarChartView
vtkPVXYChartView is a concrete subclass of vtkSMChartViewProxy that creates a vtkQtBarChartView as the chart view.
Definition at line 32 of file vtkPVXYChartView.h.
| vtkPVXYChartView::vtkPVXYChartView | ( | ) | [protected] |
| vtkPVXYChartView::~vtkPVXYChartView | ( | ) | [protected] |
| static vtkPVXYChartView* vtkPVXYChartView::New | ( | ) | [static] |
Reimplemented from vtkView.
Reimplemented in vtkPVBarChartView, vtkPVLineChartView, and vtkPVParallelCoordinatesChartView.
| virtual const char* vtkPVXYChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVContextView.
Reimplemented in vtkPVBarChartView, vtkPVLineChartView, and vtkPVParallelCoordinatesChartView.
| static int vtkPVXYChartView::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVContextView.
Reimplemented in vtkPVBarChartView, vtkPVLineChartView, and vtkPVParallelCoordinatesChartView.
| virtual int vtkPVXYChartView::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVContextView.
Reimplemented in vtkPVBarChartView, vtkPVLineChartView, and vtkPVParallelCoordinatesChartView.
| static vtkPVXYChartView* vtkPVXYChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVContextView.
Reimplemented in vtkPVBarChartView, vtkPVLineChartView, and vtkPVParallelCoordinatesChartView.
| void vtkPVXYChartView::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVContextView.
Reimplemented in vtkPVBarChartView, vtkPVLineChartView, and vtkPVParallelCoordinatesChartView.
| void vtkPVXYChartView::SetChartType | ( | const char * | type | ) |
Set the chart type, defaults to line chart
| void vtkPVXYChartView::SetTitle | ( | const char * | title | ) |
Set the title of the chart. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetTitleFont | ( | const char * | family, |
| int | pointSize, | ||
| bool | bold, | ||
| bool | italic | ||
| ) |
Set the chart title's font. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Set the chart title's color. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetTitleAlignment | ( | int | alignment | ) |
Set the chart title's alignment. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetLegendVisibility | ( | int | visible | ) |
Set the legend visibility. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetLegendLocation | ( | int | location | ) |
Set the legend location. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetAxisVisibility | ( | int | index, |
| bool | visible | ||
| ) |
Sets whether or not the given axis is visible. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetGridVisibility | ( | int | index, |
| bool | visible | ||
| ) |
Sets whether or not the grid for the given axis is visible. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Sets the color for the given axis. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Sets the color for the given axis. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetAxisLabelVisibility | ( | int | index, |
| bool | visible | ||
| ) |
Sets whether or not the labels for the given axis are visible. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetAxisLabelFont | ( | int | index, |
| const char * | family, | ||
| int | pointSize, | ||
| bool | bold, | ||
| bool | italic | ||
| ) |
Set the axis label font for the given axis. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Sets the axis label color for the given axis. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Sets the axis label notation for the given axis. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Sets the axis label precision for the given axis. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 140 of file vtkPVXYChartView.h.
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 142 of file vtkPVXYChartView.h.
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 144 of file vtkPVXYChartView.h.
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 146 of file vtkPVXYChartView.h.
| void vtkPVXYChartView::UnsetLeftAxisRange | ( | ) | [inline] |
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 148 of file vtkPVXYChartView.h.
| void vtkPVXYChartView::UnsetRightAxisRange | ( | ) | [inline] |
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 150 of file vtkPVXYChartView.h.
| void vtkPVXYChartView::UnsetTopAxisRange | ( | ) | [inline] |
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 152 of file vtkPVXYChartView.h.
| void vtkPVXYChartView::UnsetBottomAxisRange | ( | ) | [inline] |
For axis ranges, ParaView overrides the VTK charts behavior. Instead of letting the user choose the behavior, we only have 2 modes, if any range is set, then the range is always used. If no range is set, then alone we let the chart determine the range.
Definition at line 154 of file vtkPVXYChartView.h.
| void vtkPVXYChartView::SetAxisLogScale | ( | int | index, |
| bool | logScale | ||
| ) |
Sets whether or not the given axis uses a log10 scale. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetAxisTitle | ( | int | index, |
| const char * | title | ||
| ) |
Set the chart axis title for the given index. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
| void vtkPVXYChartView::SetAxisTitleFont | ( | int | index, |
| const char * | family, | ||
| int | pointSize, | ||
| bool | bold, | ||
| bool | italic | ||
| ) |
Set the chart axis title's font for the given index. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Set the chart axis title's color for the given index. These methods should not be called directly. They are made public only so that the client-server-stream-interpreter can invoke them. Use the corresponding properties to change these values.
Set the number of labels for the supplied axis.
Set the axis label positions for the supplied axis at the given index.
| void vtkPVXYChartView::SetAxisLabelsLeftNumber | ( | int | number | ) |
Set the number of axis labels for the left axis.
Set the label positions for the left axis.
| void vtkPVXYChartView::SetAxisLabelsBottomNumber | ( | int | number | ) |
Set the number of labels for the bottom axis.
Set the label positions for the bottom axis.
| void vtkPVXYChartView::SetAxisLabelsRightNumber | ( | int | number | ) |
Set the number of labels for the right axis.
Set the label positions for the right axis.
| void vtkPVXYChartView::SetAxisLabelsTopNumber | ( | int | number | ) |
Set the number of labels for the top axis.
Set the label positions for the top axis.
| void vtkPVXYChartView::SetTooltipNotation | ( | int | notation | ) |
| void vtkPVXYChartView::SetTooltipPrecision | ( | int | precision | ) |
| virtual vtkChart* vtkPVXYChartView::GetChart | ( | ) | [virtual] |
Provides access to the chart view.
| virtual vtkAbstractContextItem* vtkPVXYChartView::GetContextItem | ( | ) | [virtual] |
Get the context item.
Implements vtkPVContextView.
| void vtkPVXYChartView::UnsetAxisRange | ( | int | index | ) | [protected] |
| virtual void vtkPVXYChartView::Render | ( | bool | interactive | ) | [protected, virtual] |
Actual rendering implementation.
Reimplemented from vtkPVContextView.
| virtual void vtkPVXYChartView::SetInternalTitle | ( | const char * | ) | [protected, virtual] |
Set the internal title, for managing time replacement in the chart title.
| void vtkPVXYChartView::SelectionChanged | ( | ) | [protected] |
char* vtkPVXYChartView::InternalTitle [protected] |
Store the unreplaced chart title in the case where ${TIME} is used...
Definition at line 239 of file vtkPVXYChartView.h.
vtkChart* vtkPVXYChartView::Chart [protected] |
Pointer to the proxy's chart instance.
Definition at line 247 of file vtkPVXYChartView.h.
vtkPVPlotTime* vtkPVXYChartView::PlotTime [protected] |
Pointer to the proxy's chart instance.
Definition at line 248 of file vtkPVXYChartView.h.
CommandImpl* vtkPVXYChartView::Command [protected] |
Definition at line 254 of file vtkPVXYChartView.h.
1.7.5.1