wxIA  0.0.3
SANE / TWAIN Add-on class library for wxWidgets.
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
wxIASourceInfo Class Reference

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...
 

Detailed Description

Image Acquisition Source Info.

Descriptive information about a source.

Constructor & Destructor Documentation

wxIASourceInfo::wxIASourceInfo ( )

Constructor.

Default constructor

wxIASourceInfo::wxIASourceInfo ( const wxString &  name,
const wxString &  model,
const wxString &  vendor,
wxIASourceType  type 
)

Constructor.

Parameters
namename of the source
modelparticular model of the device or scanner
vendorvendor or manufacturer
typetype of device or source

Member Function Documentation

wxString wxIASourceInfo::GetModel ( ) const

Get model.

Returns
the model
wxString wxIASourceInfo::GetName ( ) const

Get name.

Returns
the name
wxIASourceType wxIASourceInfo::GetType ( ) const

Get type.

Returns
the type
wxString wxIASourceInfo::GetVendor ( ) const

Get vendor.

Returns
the vendor
void wxIASourceInfo::SetModel ( const wxString &  model)

Set model.

Sets the model

Parameters
modelparticular model of the device or scanner
void wxIASourceInfo::SetName ( const wxString &  name)

Set name.

Sets the name

Parameters
namename of the source
void wxIASourceInfo::SetType ( wxIASourceType  type)

Set Type.

Parameters
typetype of device or source
void wxIASourceInfo::SetVendor ( const wxString &  vendor)

Set vendor.

Parameters
vendorvendor or manufacturer

The documentation for this class was generated from the following file: