summaryrefslogtreecommitdiffstats
path: root/Project/Shunt.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-10-29 17:46:00 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2016-10-29 17:46:00 -0200
commit7d4df7195202eaea0e84f227e96f19dec4144081 (patch)
tree894064c78359c2eca33b344353dbf290ba4df9a3 /Project/Shunt.h
parent468ba7581675a23567746628d6777ca411b150d3 (diff)
downloadPSP.git-7d4df7195202eaea0e84f227e96f19dec4144081.tar.gz
PSP.git-7d4df7195202eaea0e84f227e96f19dec4144081.tar.xz
PSP.git-7d4df7195202eaea0e84f227e96f19dec4144081.zip
Power flow arrows implemented
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r--Project/Shunt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h
index e44f735..cf1681d 100644
--- a/Project/Shunt.h
+++ b/Project/Shunt.h
@@ -22,6 +22,7 @@ public:
protected:
void UpdateSwitchesPosition();
+ void UpdatePowerFlowArrowsPosition();
void DrawGround(wxPoint2DDouble position) const;
bool m_inserted = false;