|
wxIA
0.0.3
SANE / TWAIN Add-on class library for wxWidgets.
|
Image Acquisition Source Info. More...
#include <wx/ia/ia.h>
Public Member Functions | |
| wxIASourceInfo () | |
| Constructor. More... | |
| wxIASourceInfo (const wxString &name, const wxString &model, const wxString &vendor, wxIASourceType type) | |
| Constructor. More... | |
| void | SetName (const wxString &name) |
| Set name. More... | |
| wxString | GetName () const |
| Get name. More... | |
| void | SetModel (const wxString &model) |
| Set model. More... | |
| wxString | GetModel () const |
| Get model. More... | |
| void | SetVendor (const wxString &vendor) |
| Set vendor. More... | |
| wxString | GetVendor () const |
| Get vendor. More... | |
| void | SetType (wxIASourceType type) |
| Set Type. More... | |
| wxIASourceType | GetType () const |
| Get type. More... | |
Image Acquisition Source Info.
Descriptive information about a source.
| wxIASourceInfo::wxIASourceInfo | ( | ) |
Constructor.
Default constructor
| wxIASourceInfo::wxIASourceInfo | ( | const wxString & | name, |
| const wxString & | model, | ||
| const wxString & | vendor, | ||
| wxIASourceType | type | ||
| ) |
Constructor.
| name | name of the source |
| model | particular model of the device or scanner |
| vendor | vendor or manufacturer |
| type | type of device or source |
| wxString wxIASourceInfo::GetModel | ( | ) | const |
Get model.
| wxString wxIASourceInfo::GetName | ( | ) | const |
Get name.
| wxIASourceType wxIASourceInfo::GetType | ( | ) | const |
Get type.
| wxString wxIASourceInfo::GetVendor | ( | ) | const |
Get vendor.
| void wxIASourceInfo::SetModel | ( | const wxString & | model | ) |
Set model.
Sets the model
| model | particular model of the device or scanner |
| void wxIASourceInfo::SetName | ( | const wxString & | name | ) |
Set name.
Sets the name
| name | name of the source |
| void wxIASourceInfo::SetType | ( | wxIASourceType | type | ) |
Set Type.
| type | type of device or source |
| void wxIASourceInfo::SetVendor | ( | const wxString & | vendor | ) |
Set vendor.
| vendor | vendor or manufacturer |
1.8.7