summaryrefslogtreecommitdiffstats
path: root/Project/PowerElement.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-18 17:15:35 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-18 17:15:35 -0200
commit46115e4326fc679fe6f1f2c32164b95420e689eb (patch)
treec5c60bad223bd8e3c97252b31ab8ed2b5e3e2a25 /Project/PowerElement.h
parent44a7475053ea042bfca9cd31998ddb5b16910688 (diff)
downloadPSP.git-46115e4326fc679fe6f1f2c32164b95420e689eb.tar.gz
PSP.git-46115e4326fc679fe6f1f2c32164b95420e689eb.tar.xz
PSP.git-46115e4326fc679fe6f1f2c32164b95420e689eb.zip
Some doc, class restruct and SC power implemented
Diffstat (limited to 'Project/PowerElement.h')
-rw-r--r--Project/PowerElement.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Project/PowerElement.h b/Project/PowerElement.h
index eccaaf5..c8108b7 100644
--- a/Project/PowerElement.h
+++ b/Project/PowerElement.h
@@ -167,6 +167,14 @@ protected:
SwitchingData m_swData;
std::vector<std::vector<wxPoint2DDouble> > m_powerFlowArrow;
PowerFlowDirection m_pfDirection = PF_NONE;
+
+ OpenGLColour m_busColour;
+ OpenGLColour m_onlineElementColour;
+ OpenGLColour m_offlineElementColour;
+ OpenGLColour m_closedSwitchColour;
+ OpenGLColour m_openedSwitchColour;
+ OpenGLColour m_selectionColour;
+ OpenGLColour m_powerFlowArrowColour;
};
#endif // POWERELEMENT_H