This class is responsible to manage the graphical data of electromechanical result to be plotted on chart viewer.
More...
#include <ElementPlotData.h>
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
Definition at line 35 of file ElementPlotData.h.
◆ PlotData()
◆ ~PlotData()
◆ GetAxis()
| int PlotData::GetAxis |
( |
| ) |
const |
|
inline |
◆ GetColour()
| wxColour PlotData::GetColour |
( |
| ) |
const |
|
inline |
◆ GetName()
| wxString PlotData::GetName |
( |
| ) |
const |
|
inline |
◆ GetPenType()
| wxPenStyle PlotData::GetPenType |
( |
| ) |
const |
|
inline |
◆ GetThick()
| int PlotData::GetThick |
( |
| ) |
const |
|
inline |
◆ GetValues()
| std::vector< double > PlotData::GetValues |
( |
| ) |
const |
|
inline |
◆ IsHighlighted()
| bool PlotData::IsHighlighted |
( |
| ) |
const |
|
inline |
◆ IsPlot()
| bool PlotData::IsPlot |
( |
| ) |
const |
|
inline |
◆ SetAxis()
| void PlotData::SetAxis |
( |
int |
axis | ) |
|
|
inline |
◆ SetColour()
| void PlotData::SetColour |
( |
const wxColour & |
colour | ) |
|
|
inline |
◆ SetHighlight()
| void PlotData::SetHighlight |
( |
bool |
highlight | ) |
|
|
inline |
◆ SetName()
| void PlotData::SetName |
( |
const wxString & |
name | ) |
|
|
inline |
◆ SetPenType()
| void PlotData::SetPenType |
( |
const wxPenStyle & |
penType | ) |
|
|
inline |
◆ SetPlot()
| void PlotData::SetPlot |
( |
bool |
plot | ) |
|
|
inline |
◆ SetThick()
| void PlotData::SetThick |
( |
int |
thick | ) |
|
|
inline |
◆ SetValues()
| void PlotData::SetValues |
( |
const std::vector< double > & |
values | ) |
|
|
inline |
◆ m_axis
◆ m_colour
| wxColour PlotData::m_colour = *wxBLACK |
|
protected |
◆ m_highlight
| bool PlotData::m_highlight = false |
|
protected |
◆ m_name
| wxString PlotData::m_name = wxT("") |
|
protected |
◆ m_penType
| wxPenStyle PlotData::m_penType = wxPenStyle::wxPENSTYLE_SOLID |
|
protected |
◆ m_plot
| bool PlotData::m_plot = false |
|
protected |
◆ m_thick
| int PlotData::m_thick = 2.0 |
|
protected |
◆ m_values
| std::vector<double> PlotData::m_values |
|
protected |
The documentation for this class was generated from the following file: