Mercurial > hg > aimc
comparison src/Modules/Output/Graphics/GraphicsView.cc @ 232:af531fc3f280
- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author | tomwalters |
---|---|
date | Mon, 18 Oct 2010 04:42:28 +0000 |
parents | ddf35dd82d63 |
children | 4fb328f81012 |
comparison
equal
deleted
inserted
replaced
231:763576f63761 | 232:af531fc3f280 |
---|---|
23 #include "Modules/Output/Graphics/Devices/GraphicsOutputDevice.h" | 23 #include "Modules/Output/Graphics/Devices/GraphicsOutputDevice.h" |
24 | 24 |
25 namespace aimc { | 25 namespace aimc { |
26 | 26 |
27 GraphicsView::GraphicsView(Parameters *parameters) : Module(parameters) { | 27 GraphicsView::GraphicsView(Parameters *parameters) : Module(parameters) { |
28 module_description_ = ""; | 28 module_description_ = "Graphics output."; |
29 module_identifier_ = "graphics"; | 29 module_identifier_ = "graphics"; |
30 module_type_ = "output"; | 30 module_type_ = "output"; |
31 module_version_ = "$Id: $"; | 31 module_version_ = "$Id: $"; |
32 | 32 |
33 m_pDev = NULL; | 33 m_pDev = NULL; |