From 98ba22e7064db57316dfff1ae127feb3dceeb73e Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 31 Jul 2014 13:58:22 +0200 Subject: Initial commit --- docs/html/_colour_store_8h_source.html | 132 +++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 docs/html/_colour_store_8h_source.html (limited to 'docs/html/_colour_store_8h_source.html') diff --git a/docs/html/_colour_store_8h_source.html b/docs/html/_colour_store_8h_source.html new file mode 100644 index 0000000..9f47a79 --- /dev/null +++ b/docs/html/_colour_store_8h_source.html @@ -0,0 +1,132 @@ + + + + +Rally X: source/presentation/ColourStore.h Source File + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + +
+
Rally X + +
+
ELEN3009 Project by Justin Wernick and David Schneider
+
+
+ + + + + +
+
+
source/presentation/ColourStore.h
+
+
+Go to the documentation of this file.
00001 #ifndef COLOURSTORE_H
+00002 #define COLOURSTORE_H
+00003 
+00004 #include <allegro5/allegro.h>
+00005 
+00006 #include "../presentation/BitmapStore.h"
+00007 
+00014 class ColourStore
+00015 {
+00016     public:
+00020         ColourStore();
+00021 
+00032         ALLEGRO_COLOR getColour(BitmapStore::Image image);
+00033     private:
+00039         ColourStore(const ColourStore& ref);
+00045         ColourStore& operator=(const ColourStore& rhs);
+00046 
+00047         map<BitmapStore::Image, ALLEGRO_COLOR> _colours;
+00048 
+00052         ALLEGRO_COLOR _transparent;
+00053 
+00057         void populateColours();
+00058 };
+00059 
+00060 #endif // COLOURSTORE_H
+
+
+ +
+ All Classes Files Functions Variables Typedefs Enumerations Enumerator
+ + +
+ +
+ + + + + + + -- cgit v1.2.3