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

LCDHorizontalBar.h

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

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