Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

wxIASourceInfo Class Reference

Image Acquisition Source Info. More...

#include <ia.h>

List of all members.

Public Methods

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


Protected Attributes

wxString m_name
wxString m_model
wxString m_vendor
wxIASourceType m_type


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:
name   name of the source
model   particular model of the device or scanner
vendor   vendor or manufacturer
type   type 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:
model   particular model of the device or scanner

void wxIASourceInfo::SetName ( const wxString & name )
 

Set name.

Sets the name

Parameters:
name   name of the source

void wxIASourceInfo::SetType ( wxIASourceType type )
 

Set Type.

Parameters:
type   type of device or source

void wxIASourceInfo::SetVendor ( const wxString & vendor )
 

Set vendor.

Parameters:
vendor   vendor or manufacturer


Member Data Documentation

wxString wxIASourceInfo::m_model [protected]
 

wxString wxIASourceInfo::m_name [protected]
 

wxIASourceType wxIASourceInfo::m_type [protected]
 

wxString wxIASourceInfo::m_vendor [protected]
 


The documentation for this class was generated from the following files:
Generated at Tue Apr 1 17:02:58 2003 for wxIA by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000