|
wxIA
0.0.3
SANE / TWAIN Add-on class library for wxWidgets.
|
Image Acquisition Monitor. More...
#include <wx/ia/ia.h>
Public Member Functions | |
| wxIAMonitor () | |
| Constructor. More... | |
| virtual | ~wxIAMonitor () |
| Destructor. | |
| virtual bool | Update (const wxString &text, const off_t quantum, const off_t span)=0 |
| Update method. More... | |
Image Acquisition Monitor.
Class to monitor the progress of an image aquistion. Generally used to provide feedback to the user and allow the user to possibly abort the operation.
|
inline |
Constructor.
Default constructor
|
pure virtual |
Update method.
Override this method. This method will be called by the provider periodically to indicate progress and allow the user to abort the operation.
| text | string describing the operation being performed |
| quantum | the position relative to span representing how much progress has been made towards completing the operation. |
| span | the span of the operation (i.e. the max value for quantum). |
1.8.7