Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

meterlist.cpp

Go to the documentation of this file.
00001 //
00002 // C++ Implementation: meterlist
00003 //
00004 // Description: 
00005 //
00006 //
00007 // Author: Bosselut Cyril <bosselut@b1project.com>, (C) 2003
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 #include "meterlist.h"
00013 
00014 MeterList::MeterList()
00015 {
00016   empty();
00017 }
00018 
00019 
00020 MeterList::~MeterList()
00021 {
00022 }
00023 
00024 void MeterList::empty(void)
00025 {
00026   type = "";
00027   line = 0;
00028   width = 0;
00029   height = 0;
00030   xPos = 0;
00031   yPos = 0;
00032 }
00033 
00034 
00035 

Generated on Mon May 16 13:59:20 2005 for karamba by  doxygen 1.3.9.1