23 #include "wxgis/framework/framework.h"
46 wxGISProgressor(wxWindow * parent, wxWindowID
id = wxID_ANY,
int range = 100,
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxDefaultSize,
long style = wxGA_HORIZONTAL | wxGA_SMOOTH,
const wxString name = wxT(
"GISProgressor"));
54 virtual void Play(
void);
55 virtual void Stop(
void);
56 virtual void SetYield(
bool bYield =
false);
58 virtual void OnSetValue(wxCommandEvent &event);
Definition: progressor.h:32
virtual void Stop(void)=0
Stop undefined progressor state.
virtual void SetValue(int value)=0
Set progressor position.
virtual void SetYield(bool bYield=false)=0
SetYield Yields control to pending messages in the windowing system.
virtual bool ShowProgress(bool bShow)=0
Show/hide progressor.
Definition: core.h:92
virtual void SetRange(int range)=0
Set progressor range.
virtual void Play(void)=0
Start undefined progressor state.
virtual int GetRange(void) const =0
Set progressor range.
virtual int GetValue(void) const =0
Get progressor position.