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