00001 #ifndef _LCD_HORIZONTAL_BAR_H_ 00002 #define _LCD_HORIZONTAL_BAR_H_ 00003 00004 #include "LCDBar.h" 00005 #include <string> 00006 00013 class LCDHorizontalBar : public LCDBar 00014 { 00015 public: 00024 LCDHorizontalBar(LCDElement *parent = 0, const std::string &id = ""); 00035 LCDHorizontalBar(int length, int x=1, int y=1, LCDElement *parent = 0, const std::string &id = ""); 00036 }; 00037 00038 #endif