Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Examples

LCDVerticalBar.cpp

00001 #include "LCDVerticalBar.h"
00002 #include <sstream>
00003 
00004 using namespace std;
00005 
00006 LCDVerticalBar::LCDVerticalBar(LCDElement *parent, const string &id) : LCDBar("vbar", id, parent)
00007 {
00008 }
00009 
00010 LCDVerticalBar::LCDVerticalBar(int length, int x, int y, LCDElement *parent, const string &id) : LCDBar("vbar", length, x, y, id, parent)
00011 {
00012 }

Generated on Wed Aug 4 19:39:09 2004 for LCDApi by doxygen 1.3.6