#include <GProgress.h>
Public Member Functions | |
const char * | GetClass () |
void | SetLimits (int64 l, int64 h) |
Sets the range that the Value() is between. | |
void | Value (int64 v) |
Sets the point between the limits that defines where the progress is up to. | |
int | OnEvent (GMessage *Msg) |
Called to process every message received by this window. | |
void | OnPaint (GSurface *pDC) |
Called to paint the onscreen representation of the view. |
const char* GProgress::GetClass | ( | ) | [inline] |
The class' name. Should be overriden in child classes to return the right class name. Mostly used for debugging, but in the win32 port it is also the default WIN32 class name passed to RegisterClass() in GView::CreateClass().
Reimplemented from GView.