#include <ia.h>
Inheritance diagram for wxIAManager:
Public Methods | |
void | AddProvider (wxIAProvider* provider) |
Add a provider. More... | |
wxIAProviderPtrArray& | GetProviders () |
wxIAProvider* | GetDefaultProvider () |
Gets the default provider. More... | |
wxString | GetReturnCodeDesc (wxIAReturnCode rc) |
Static Public Methods | |
wxIAManager& | Get () |
Get the Image Acquistion Manager. More... |
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.
|
Add a provider. The provider becomes the property of the wxIAManager.
|
|
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.
|
|
Gets the default provider.
|
|
|
|
|