VTK
|
The vtkQtChartBasicStyleManager class manages chart options using a vtkQtChartStyleRegistry. More...
#include <vtkQtChartBasicStyleManager.h>
Public Member Functions | |
vtkQtChartBasicStyleManager (QObject *parent=0) | |
Creates a basic chart style manager. More... | |
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. More... | |
const vtkQtChartColors * | getColors () const |
Gets the list of colors. More... | |
![]() | |
vtkQtChartStyleManager (QObject *parent=0) | |
Creates a chart style manager. More... | |
virtual | ~vtkQtChartStyleManager () |
QObject * | getGenerator (const QString &name) const |
void | setGenerator (const QString &name, QObject *generator) |
void | removeGenerator (const QString &name) |
void | removeGenerator (QObject *generator) |
The vtkQtChartBasicStyleManager class manages chart options using a vtkQtChartStyleRegistry.
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.
vtkQtChartBasicStyleManager::vtkQtChartBasicStyleManager | ( | QObject * | parent = 0 ) |
Creates a basic chart style manager.
parent | The parent object. |
|
virtual |
|
virtual |
Implements vtkQtChartStyleManager.
|
virtual |
Implements vtkQtChartStyleManager.
|
virtual |
Implements vtkQtChartStyleManager.
|
inline |
Gets the list of colors.
Definition at line 75 of file vtkQtChartBasicStyleManager.h.
|
inline |
Gets the list of colors.
Definition at line 81 of file vtkQtChartBasicStyleManager.h.