24 #include <tqspinbox.h>
51 explicit SpinBox(TQWidget* parent = 0, const char* name = 0);
83 int bound( int val) const;
137 void addValue( int change, bool current);
138 int whichButton( const TQPoint&);
139 bool setShiftStepping( bool, int currentButton);
141 enum { NO_BUTTON, UP, DOWN };
153 bool mSuppressSignals;
|