This class is responsible to manage the graphical data of electromechanical result to be plotted on chart viewer.
More...
#include <ElementPlotData.h>
|
void | SetAxis (int axis) |
|
void | SetColour (const wxColour &colour) |
|
void | SetName (const wxString &name) |
|
void | SetPenType (const wxPenStyle &penType) |
|
void | SetPlot (bool plot) |
|
void | SetThick (int thick) |
|
void | SetValues (const std::vector< double > &values) |
|
int | GetAxis () const |
|
wxColour | GetColour () const |
|
wxString | GetName () const |
|
wxPenStyle | GetPenType () const |
|
bool | IsPlot () const |
|
int | GetThick () const |
|
std::vector< double > | GetValues () const |
|
|
std::vector< double > | m_values |
|
wxString | m_name |
|
bool | m_plot |
|
wxColour | m_colour |
|
int | m_thick |
|
wxPenStyle | m_penType |
|
int | m_axis |
|
This class is responsible to manage the graphical data of electromechanical result to be plotted on chart viewer.
- Author
- Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
- Date
- 06/10/2017
The documentation for this class was generated from the following file: