comparison src/Modules/Output/Graphics/GraphicsView.cc @ 121:3cdaa81c3aca

- 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 18237d55e346
children bf1417b5d83e
comparison
equal deleted inserted replaced
120:89e4facffd93 121:3cdaa81c3aca
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;