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