kgameprogress.h
void percentageChanged(int)
Emitted when the state of the progress bar changes.
KGameProgress(Orientation orient, TQWidget *parent=0, const char *name=0)
Construct a progress bar with orientation orient.
void setValue(int value)
Set the current value of the progress bar to value.
Definition kgameprogress.cpp:129
void setTextEnabled(bool)
If this is set to true, the progress text will be displayed.
Definition kgameprogress.cpp:134
KGameProgress(TQWidget *parent=0, const char *name=0)
Construct a horizontal progress bar.
Definition kgameprogress.cpp:32
void setBarPixmap(const TQPixmap &)
Set a pixmap to be shown in the progress bar.
Definition kgameprogress.cpp:93
Orientation orientation() const
Retrive the orientation of the progress bar.
Definition kgameprogress.cpp:180
void setOrientation(Orientation)
Set the orientation of the progress bar.
Definition kgameprogress.cpp:121
bool textEnabled() const
Returns true if progress text will be displayed, false otherwise.
Definition kgameprogress.cpp:149
KGameProgress(int minValue, int maxValue, int value, Orientation, TQWidget *parent=0, const char *name=0)
Construct a progress bar with minimum, maximum and initial values.
Trinity API Reference