![]() |
Power System Platform
2018w15a
|
Form that shows the results of power flow and fault calculations. More...
#include <DataReport.h>
Public Types | |
enum | GridSelection { GRID_ALL = 0, GRID_PF, GRID_PFBUSES, GRID_PFBRANCHES, GRID_FAULT, GRID_FAULTBUSES, GRID_FAULTBRANCHES, GRID_FAULTGENERATORS } |
Public Member Functions | |
DataReport (wxWindow *parent, Workspace *workspace) | |
virtual void | SetHeaders () |
virtual void | CreateGrids () |
virtual void | FillValues (GridSelection gridToFill=GRID_ALL) |
virtual void | SetRowsColours (wxGrid *grid, int rowStart=1) |
virtual void | GridKeyHandler (wxGrid *grid, wxKeyEvent &event) |
Protected Attributes | |
Workspace * | m_workspace = NULL |
bool | m_changingValues = false |
wxArrayString | m_voltageChoices |
wxArrayString | m_activePowerChoices |
wxArrayString | m_reactivePowerChoices |
wxArrayString | m_resistanceChoices |
wxArrayString | m_indReactanceChoices |
wxArrayString | m_capSusceptanceChoices |
wxArrayString | m_currentChoices |
wxColour | m_headerColour |
wxColour | m_offlineColour |
wxColour | m_oddRowColour |
wxColour | m_evenRowColour |
Form that shows the results of power flow and fault calculations.