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