summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-04-25 01:25:41 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-04-25 01:25:41 -0300
commit2771fff79ac9c3c09b70f4668e7142b2e944d1f2 (patch)
treec55b0780b0da2ac270df16c5b92d7fc243ea0756 /Project/MainFrame.h
parentfdb50c49b323edf16ce72c7ee2c678aa1ac99777 (diff)
downloadPSP.git-2771fff79ac9c3c09b70f4668e7142b2e944d1f2.tar.gz
PSP.git-2771fff79ac9c3c09b70f4668e7142b2e944d1f2.tar.xz
PSP.git-2771fff79ac9c3c09b70f4668e7142b2e944d1f2.zip
Matpower Importer and power quality calculation
Power quality in implementation
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r--Project/MainFrame.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h
index 58e4824..8ef62c2 100644
--- a/Project/MainFrame.h
+++ b/Project/MainFrame.h
@@ -46,7 +46,8 @@ enum {
ID_ADDMENU_CAPACITOR,
ID_ADDMENU_INDUCTOR,
ID_ADDMENU_INDMOTOR,
- ID_ADDMENU_SYNCCOMP
+ ID_ADDMENU_SYNCCOMP,
+ ID_ADDMENU_HARMCURRENT
};
/**
@@ -78,6 +79,8 @@ class MainFrame : public MainFrameBase
~MainFrame();
protected:
+ virtual void OnFreqResponseClick(wxRibbonButtonBarEvent& event);
+ virtual void OnHarmDistortionsClick(wxRibbonButtonBarEvent& event);
virtual void OnGeneralSettingsClick(wxRibbonButtonBarEvent& event);
virtual void OnSimulationSettingsClick(wxRibbonButtonBarEvent& event);
virtual void OnRotClockClick(wxRibbonButtonBarEvent& event);