|
wxIA
0.0.3
SANE / TWAIN Add-on class library for wxWidgets.
|
Image Acquisition Manager. More...
#include <wx/ia/ia.h>
Public Member Functions | |
| void | AddProvider (wxIAProvider *provider) |
| Add a provider. More... | |
| wxIAProviderPtrArray & | GetProviders () |
| wxIAProvider * | GetDefaultProvider () |
| Gets the default provider. More... | |
| wxString | GetReturnCodeDesc (wxIAReturnCode rc) |
| Returns a string description. More... | |
Static Public Member Functions | |
| static wxIAManager & | Get () |
| Get the Image Acquistion Manager. More... | |
Image Acquisition Manager.
Maintains the list of available wxIAProvider's. There is only one instance of this class and it is created the first time Get() is called. The application may add it's own providers after calling Get() if desired.
| void wxIAManager::AddProvider | ( | wxIAProvider * | provider | ) |
Add a provider.
The provider becomes the property of the wxIAManager.
| provider | provider to add |
|
static |
Get the Image Acquistion Manager.
This method will create and initialize the manager the first time it is called, which will cause the various platform specific providers to be loaded and initialized.
| wxIAProvider* wxIAManager::GetDefaultProvider | ( | ) |
Gets the default provider.
On Windows and MAC this will probably return a TWAIN provider. On Unix this will probably return a SANE provider.
| wxIAProviderPtrArray& wxIAManager::GetProviders | ( | ) |
| wxString wxIAManager::GetReturnCodeDesc | ( | wxIAReturnCode | rc | ) |
Returns a string description.
1.8.7