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 }