Power System Platform  2026w23a-beta
Loading...
Searching...
No Matches
ControlEditor.h File Reference
#include "ControlEditorBase.h"
#include <wx/wrapsizer.h>
#include <wx/dcclient.h>
#include <wx/dcscreen.h>
#include <wx/graphics.h>
#include <wx/progdlg.h>
#include "../elements/controlElement/IOControl.h"
#include "../utils/PropertiesData.h"
#include "ControlSystemTest.h"
#include <unordered_set>

Go to the source code of this file.

Classes

class  ControlElementButton
 This class is responsible to handle the user interaction with control elements. More...
 
class  ControlEditor
 

Enumerations

enum class  ControlElementButtonID : int {
  ID_IO = 0 , ID_TF , ID_SUM , ID_CONST ,
  ID_LIMITER , ID_GAIN , ID_MULT , ID_EXP ,
  ID_RATELIM , ID_MATH_DIV , ID_MATH_EXPR
}
 

Enumeration Type Documentation

◆ ControlElementButtonID

enum class ControlElementButtonID : int
strong

Definition at line 66 of file ControlEditor.h.

66 : int {
67 ID_IO = 0,
68 ID_TF,
69 ID_SUM,
70 ID_CONST,
71 ID_LIMITER,
72 ID_GAIN,
73 ID_MULT,
74 ID_EXP,
75 ID_RATELIM,
76 ID_MATH_DIV,
77 ID_MATH_EXPR
78};