Power System Platform  2026w10a-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 "ControlSystemTest.h"

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 60 of file ControlEditor.h.

60 : int {
61 ID_IO = 0,
62 ID_TF,
63 ID_SUM,
64 ID_CONST,
65 ID_LIMITER,
66 ID_GAIN,
67 ID_MULT,
68 ID_EXP,
69 ID_RATELIM,
70 ID_MATH_DIV,
71 ID_MATH_EXPR
72};