#include <ia.h>
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 |
Descriptive information about a source.
|
Constructor. Default constructor |
|
Constructor.
|
|
Get model.
|
|
Get name.
|
|
Get type.
|
|
Get vendor.
|
|
Set model. Sets the model
|
|
Set name. Sets the name
|
|
Set Type.
|
|
Set vendor.
|
|
|
|
|
|
|
|
|