Power System Platform  2024w23a
Loading...
Searching...
No Matches
PlotData Class Reference

This class is responsible to manage the graphical data of electromechanical result to be plotted on chart viewer. More...

#include <ElementPlotData.h>

Inheritance diagram for PlotData:
Collaboration diagram for PlotData:

Public Member Functions

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
 

Protected Attributes

std::vector< double > m_values
 
wxString m_name
 
bool m_plot
 
wxColour m_colour
 
int m_thick
 
wxPenStyle m_penType
 
int m_axis
 

Detailed Description

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: