summaryrefslogtreecommitdiffstats
path: root/Project/Element.cpp
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/Element.cpp
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/Element.cpp')
-rw-r--r--Project/Element.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/Project/Element.cpp b/Project/Element.cpp
index 76afab2..fa08905 100644
--- a/Project/Element.cpp
+++ b/Project/Element.cpp
@@ -1,15 +1,6 @@
#include "Element.h"
-Element::Element()
-{
- m_busColour.SetRGBA(0.0, 0.3, 1.0, 1.0);
- m_onlineElementColour.SetRGBA(0.2, 0.2, 0.2, 1.0);
- m_offlineElementColour.SetRGBA(0.5, 0.5, 0.5, 1.0);
- m_closedSwitchColour.SetRGBA(0.0, 0.4, 0.0, 1.0);
- m_openedSwitchColour.SetRGBA(1.0, 0.1, 0.1, 1.0);
- m_selectionColour.SetRGBA(0.0, 0.5, 1.0, 0.5);
- m_powerFlowArrowColour.SetRGBA(1.0, 0.51, 0.0, 1.0);
-}
+Element::Element() {}
Element::~Element() {}