QbToggleButton.h

00001 #ifndef QBTOGGLEBUTTON_H
00002 #define QBTOGGLEBUTTON_H
00003 
00004 #include "QbButton.h"
00005 
00006 class QbToggleButton : public QbButton {
00007   SO_NODE_HEADER(QbToggleButton);
00008   typedef QbButton inherited;
00009 
00010 public:
00011   static void initClass(void);
00012   QbToggleButton(void);
00013   static const char * DEFAULT_OFF[];
00014   static const char * DEFAULT_OFFDOWN[];
00015   static const char * DEFAULT_ON[];
00016   static const char * DEFAULT_ONDOWN[];
00017 };
00018 
00019 #endif

Generated on Thu Oct 28 10:59:16 2004 for gitk by doxygen 1.3.6