#include <vtkQtChartBasicStyleManager.h>


The style registry keeps track of previously used style indexes and gives them to new options objects. This reduces the number of reserved indexes, but may cause a re-added options object to get new properties.
Definition at line 45 of file vtkQtChartBasicStyleManager.h.
Public Member Functions | |
| vtkQtChartBasicStyleManager (QObject *parent=0) | |
| Creates a basic chart style manager. | |
| virtual | ~vtkQtChartBasicStyleManager () |
vtkQtChartStyleManager Methods | |
| virtual int | getStyleIndex (vtkQtChartSeriesLayer *layer, vtkQtChartSeriesOptions *options) const |
| virtual int | insertStyle (vtkQtChartSeriesLayer *layer, vtkQtChartSeriesOptions *options) |
| virtual void | removeStyle (vtkQtChartSeriesLayer *layer, vtkQtChartSeriesOptions *options) |
Color Methods | |
| vtkQtChartColors * | getColors () |
| Gets the list of colors. | |
| const vtkQtChartColors * | getColors () const |
| Gets the list of colors. | |
| vtkQtChartBasicStyleManager::vtkQtChartBasicStyleManager | ( | QObject * | parent = 0 |
) |
Creates a basic chart style manager.
| parent | The parent object. |
| virtual vtkQtChartBasicStyleManager::~vtkQtChartBasicStyleManager | ( | ) | [virtual] |
| virtual int vtkQtChartBasicStyleManager::getStyleIndex | ( | vtkQtChartSeriesLayer * | layer, | |
| vtkQtChartSeriesOptions * | options | |||
| ) | const [virtual] |
Implements vtkQtChartStyleManager.
| virtual int vtkQtChartBasicStyleManager::insertStyle | ( | vtkQtChartSeriesLayer * | layer, | |
| vtkQtChartSeriesOptions * | options | |||
| ) | [virtual] |
Implements vtkQtChartStyleManager.
| virtual void vtkQtChartBasicStyleManager::removeStyle | ( | vtkQtChartSeriesLayer * | layer, | |
| vtkQtChartSeriesOptions * | options | |||
| ) | [virtual] |
Implements vtkQtChartStyleManager.
| vtkQtChartColors* vtkQtChartBasicStyleManager::getColors | ( | ) | [inline] |
Gets the list of colors.
Definition at line 75 of file vtkQtChartBasicStyleManager.h.
| const vtkQtChartColors* vtkQtChartBasicStyleManager::getColors | ( | ) | const [inline] |
Gets the list of colors.
Definition at line 81 of file vtkQtChartBasicStyleManager.h.
1.5.6