Power System Platform  2026w10a-beta
Loading...
Searching...
No Matches
Workspace.h File Reference
#include <wx/dcclient.h>
#include <wx/msgdlg.h>
#include <wx/statusbr.h>
#include <wx/aui/auibook.h>
#include <wx/clipbrd.h>
#include <wx/tipwin.h>
#include <wx/stopwatch.h>
#include <wx/graphics.h>
#include <wx/dcbuffer.h>
#include <map>
#include "WorkspaceBase.h"
#include "../elements/powerElement/Bus.h"
#include "ControlEditor.h"

Go to the source code of this file.

Classes

class  Workspace
 This class manages the graphical and power elements. It is responsible for handling the user's interaction with the elements. More...
 

Enumerations

enum  ElementID {
  ID_BUS = 0 , ID_LINE , ID_TRANSFORMER , ID_SYNCGENERATOR ,
  ID_INDMOTOR , ID_SYNCMOTOR , ID_LOAD , ID_CAPACITOR ,
  ID_INDUCTOR , ID_HARMCURRENT , ID_EMTELEMENT , ID_TEXT ,
  NUM_ELEMENTS
}
 

Enumeration Type Documentation

◆ ElementID

enum ElementID

Definition at line 77 of file Workspace.h.

77 {
78 ID_BUS = 0,
79 ID_LINE,
80 ID_TRANSFORMER,
81 ID_SYNCGENERATOR,
82 ID_INDMOTOR,
83 ID_SYNCMOTOR,
84 ID_LOAD,
85 ID_CAPACITOR,
86 ID_INDUCTOR,
87 ID_HARMCURRENT,
88 ID_EMTELEMENT,
89 ID_TEXT,
90
91 NUM_ELEMENTS
92};