#include <StringScaleDraw.h>
Definition at line 44 of file StringScaleDraw.h.
te::qt::widgets::StringScaleDraw::StringScaleDraw |
( |
std::set< QString > & |
labels | ) |
|
Constructor.
It constructs a StringScaleDraw.
- Parameters
-
labels | the list of labels as a set of QStrings |
- Note
- It will not take the ownership of the pointers.
te::qt::widgets::StringScaleDraw::StringScaleDraw |
( |
std::set< std::string > & |
labels | ) |
|
Constructor.
It constructs a StringScaleDraw.
- Parameters
-
labels | the list of labels as a set of Strings |
- Note
- It will not take the ownership of the pointers.
te::qt::widgets::StringScaleDraw::~StringScaleDraw |
( |
| ) |
|
std::set<QString>& te::qt::widgets::StringScaleDraw::getLabels |
( |
| ) |
|
It returns the list containing the labels.
- Returns
- The list containing the labels.
virtual QwtText te::qt::widgets::StringScaleDraw::label |
( |
double |
value | ) |
const |
|
virtual |
It returns the label at the given index.
- Parameters
-
new_labels | The new list of labels. |
void te::qt::widgets::StringScaleDraw::setLabels |
( |
std::set< QString > |
new_labels | ) |
|
It sets the list containing the labels.
- Parameters
-
new_labels | The new list of labels. |
std::set<QString> te::qt::widgets::StringScaleDraw::m_labels |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/charts/StringScaleDraw.h