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

LCDVerticalBar.h

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

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