#include <profile.h>
Inheritance diagram for CAllDeviceList:
Public Member Functions | |
CAllDeviceList () | |
~CAllDeviceList () | |
virtual unsigned | Count () |
virtual CString & | DeviceName (unsigned u) |
virtual CString & | DisplayName (unsigned u) |
virtual void | Enumerate () |
virtual BOOL | IsValidDeviceName (LPCTSTR lpstr) |
Private Attributes | |
CStringArray | m_csaDeviceNames |
CStringArray | m_csaDisplayNames |
|
Definition at line 143 of file icmui/profile.h.
|
|
Definition at line 144 of file icmui/profile.h.
|
|
Reimplemented from CDeviceList. Definition at line 146 of file icmui/profile.h. References CStringArray::Count(), and m_csaDeviceNames. Referenced by IsValidDeviceName().
|
|
Reimplemented from CDeviceList. Definition at line 147 of file icmui/profile.h. References DeviceName(), and m_csaDeviceNames. Referenced by DeviceName().
|
|
Reimplemented from CDeviceList. Definition at line 148 of file icmui/profile.h. References DisplayName(), and m_csaDisplayNames. Referenced by DisplayName().
|
|
|
Reimplemented from CDeviceList. Definition at line 386 of file profile.cpp. References BOOL, Count(), Enumerate(), FALSE, IsValidDeviceName(), and m_csaDeviceNames. Referenced by IsValidDeviceName().
|
|
Definition at line 139 of file icmui/profile.h. Referenced by Count(), DeviceName(), Enumerate(), and IsValidDeviceName(). |
|
Definition at line 140 of file icmui/profile.h. Referenced by DisplayName(), and Enumerate(). |