Image Acquisition event.
More...
#include <wx/ia/ia.h>
Image Acquisition event.
Event sent by a wxIAProvider
| virtual void wxIAEvent::Abort |
( |
bool |
val = TRUE | ) |
|
|
inlinevirtual |
Set val to TRUE to tell the provider it should abort the operation.
- Parameters
-
- Returns
- a pointer to the provider that posted the event
| virtual size_t wxIAEvent::GetQuantum |
( |
| ) |
|
|
inlinevirtual |
Get quantum - the value indicating the current status relative to span (GetSpan())
| virtual size_t wxIAEvent::GetSpan |
( |
| ) |
|
|
inlinevirtual |
| virtual wxString wxIAEvent::GetText |
( |
| ) |
|
|
inlinevirtual |
| virtual void wxIAEvent::SetProvider |
( |
wxIAProvider * |
provider | ) |
|
|
inlinevirtual |
| virtual void wxIAEvent::SetQuantum |
( |
size_t |
quantum | ) |
|
|
inlinevirtual |
| virtual void wxIAEvent::SetSpan |
( |
size_t |
span | ) |
|
|
inlinevirtual |
| virtual void wxIAEvent::SetText |
( |
const wxString & |
text | ) |
|
|
inlinevirtual |
| virtual bool wxIAEvent::ShouldAbort |
( |
| ) |
|
|
inlinevirtual |
- Returns
- TRUE if the provider should abort the scan or FALSE if not.
The documentation for this class was generated from the following file: