#include <vtkQtChartBasicSeriesOptionsModel.h>


Definition at line 31 of file vtkQtChartBasicSeriesOptionsModel.h.
Public Types | |
| typedef vtkQtChartSeriesOptionsModel | Superclass |
Public Slots | |
| virtual void | reset () |
| resets the model. | |
Public Member Functions | |
| vtkQtChartBasicSeriesOptionsModel (vtkQtChartSeriesModel *model, QObject *parent=0) | |
| Creates a chart series options model. | |
| virtual | ~vtkQtChartBasicSeriesOptionsModel () |
| vtkQtChartSeriesModel * | getSeriesModel () const |
| Gets the series model so that options can be automatically updated as series are added/removed. | |
| virtual int | getNumberOfOptions () const |
| Gets the number of options. | |
| virtual vtkQtChartSeriesOptions * | getOptions (int series) const |
| Gets the options for a particular series. | |
| virtual int | getOptionsIndex (vtkQtChartSeriesOptions *options) const |
| Gets the index for the given series options. | |
Protected Slots | |
| virtual void | insertSeriesOptions (int first, int last) |
| virtual void | removeSeriesOptions (int first, int last) |
Protected Attributes | |
| QList< vtkQtChartSeriesOptions * > | Options |
| Stores the series options. | |
| vtkQtChartSeriesModel * | Model |
Reimplemented from vtkQtChartSeriesOptionsModel.
Definition at line 36 of file vtkQtChartBasicSeriesOptionsModel.h.
| vtkQtChartBasicSeriesOptionsModel::vtkQtChartBasicSeriesOptionsModel | ( | vtkQtChartSeriesModel * | model, | |
| QObject * | parent = 0 | |||
| ) |
Creates a chart series options model.
| parent | The parent object. | |
| model | The vtkQtChartSeriesModel for which this model is to provide the options. |
| virtual vtkQtChartBasicSeriesOptionsModel::~vtkQtChartBasicSeriesOptionsModel | ( | ) | [virtual] |
| vtkQtChartSeriesModel* vtkQtChartBasicSeriesOptionsModel::getSeriesModel | ( | ) | const |
Gets the series model so that options can be automatically updated as series are added/removed.
| virtual int vtkQtChartBasicSeriesOptionsModel::getNumberOfOptions | ( | ) | const [virtual] |
| virtual vtkQtChartSeriesOptions* vtkQtChartBasicSeriesOptionsModel::getOptions | ( | int | series | ) | const [virtual] |
Gets the options for a particular series.
| series | The series index |
Implements vtkQtChartSeriesOptionsModel.
| virtual int vtkQtChartBasicSeriesOptionsModel::getOptionsIndex | ( | vtkQtChartSeriesOptions * | options | ) | const [virtual] |
Gets the index for the given series options.
| options | The series options object. |
Implements vtkQtChartSeriesOptionsModel.
| virtual void vtkQtChartBasicSeriesOptionsModel::reset | ( | ) | [virtual, slot] |
| virtual void vtkQtChartBasicSeriesOptionsModel::insertSeriesOptions | ( | int | first, | |
| int | last | |||
| ) | [protected, virtual, slot] |
| virtual void vtkQtChartBasicSeriesOptionsModel::removeSeriesOptions | ( | int | first, | |
| int | last | |||
| ) | [protected, virtual, slot] |
QList<vtkQtChartSeriesOptions*> vtkQtChartBasicSeriesOptionsModel::Options [protected] |
Definition at line 81 of file vtkQtChartBasicSeriesOptionsModel.h.
1.5.6