The vtkQtChartAxisDomainPriority class stores the domain priority order.
More...
#include <vtkQtChartAxisDomainPriority.h>
List of all members.
Detailed Description
The vtkQtChartAxisDomainPriority class stores the domain priority order.
Definition at line 35 of file vtkQtChartAxisDomainPriority.h.
Member Enumeration Documentation
- Enumerator:
Number |
Domain for int and double.
|
Date |
Domain for QDate and QDateTime.
|
Time |
Domain for QTime.
|
String |
Domain for QString.
|
Definition at line 38 of file vtkQtChartAxisDomainPriority.h.
Constructor & Destructor Documentation
vtkQtChartAxisDomainPriority::vtkQtChartAxisDomainPriority |
( |
) |
|
vtkQtChartAxisDomainPriority::~vtkQtChartAxisDomainPriority |
( |
) |
[inline] |
Member Function Documentation
QList<int> vtkQtChartAxisDomainPriority::getDefaultOrder |
( |
) |
const |
Gets the default domain priority order.
- Returns:
- The default domain priority order.
const QList<int>& vtkQtChartAxisDomainPriority::getOrder |
( |
) |
const [inline] |
void vtkQtChartAxisDomainPriority::setOrder |
( |
const QList< int > & |
order ) |
|
Sets the domain priority order.
- Parameters:
-
order | The new domain priority order. |
The documentation for this class was generated from the following file: