The vtkQtChartHelpFormatter class is used to generate help text from a format string.
More...
#include <vtkQtChartHelpFormatter.h>
List of all members.
Detailed Description
The vtkQtChartHelpFormatter class is used to generate help text from a format string.
Definition at line 37 of file vtkQtChartHelpFormatter.h.
Constructor & Destructor Documentation
vtkQtChartHelpFormatter::vtkQtChartHelpFormatter |
( |
| ) |
|
vtkQtChartHelpFormatter::vtkQtChartHelpFormatter |
( |
const QString & |
format | ) |
|
Creates a help formatter instance.
- Parameters:
-
format | The help string format. |
vtkQtChartHelpFormatter::~vtkQtChartHelpFormatter |
( |
| ) |
|
|
inline |
Member Function Documentation
const QString& vtkQtChartHelpFormatter::getFormat |
( |
| ) |
const |
|
inline |
void vtkQtChartHelpFormatter::setFormat |
( |
const QString & |
format | ) |
|
|
inline |
QString vtkQtChartHelpFormatter::getHelpText |
( |
const QString & |
series, |
|
|
const QStringList & |
data |
|
) |
| const |
Creates a help string for the given parameters.
The series name replaces all instances of s in the format string. The data list replaces %1, %2, ... n in the format string. the list will only replace numbers up to its length.
- Parameters:
-
series | The series name. |
data | The list of data arguments. |
- Returns:
- The formatted help string.
The documentation for this class was generated from the following file: