comparison trunk/src/Modules/Output/Graphics/GraphicsView.cc @ 402:69466da9745e

- 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 7bfed53caacf
children 7af493eb1563
comparison
equal deleted inserted replaced
401:b71ec2cbe55b 402:69466da9745e
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;