Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CDeviceList Class Reference

#include <profile.h>

Inheritance diagram for CDeviceList:

CAllDeviceList CMonitorList CPrinterList CScannerList List of all members.

Public Member Functions

 CDeviceList ()
 ~CDeviceList ()
virtual unsigned Count ()
virtual CStringDeviceName (unsigned u)
virtual CStringDisplayName (unsigned u)
virtual void Enumerate ()
virtual BOOL IsValidDeviceName (LPCTSTR lpstr)

Private Attributes

CString m_csDummy

Constructor & Destructor Documentation

CDeviceList::CDeviceList  )  [inline]
 

Definition at line 60 of file icmui/profile.h.

00060 {}

CDeviceList::~CDeviceList  )  [inline]
 

Definition at line 61 of file icmui/profile.h.

00061 {}


Member Function Documentation

virtual unsigned CDeviceList::Count  )  [inline, virtual]
 

Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList.

Definition at line 63 of file icmui/profile.h.

00063 { return 0; }

virtual CString& CDeviceList::DeviceName unsigned  u  )  [inline, virtual]
 

Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList.

Definition at line 64 of file icmui/profile.h.

References DeviceName(), and m_csDummy.

Referenced by DeviceName().

00064 { return m_csDummy; }

virtual CString& CDeviceList::DisplayName unsigned  u  )  [inline, virtual]
 

Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList.

Definition at line 65 of file icmui/profile.h.

References DisplayName().

Referenced by DisplayName().

00065 { return DeviceName(u); }

virtual void CDeviceList::Enumerate  )  [inline, virtual]
 

Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList.

Definition at line 66 of file icmui/profile.h.

00066 {}

virtual BOOL CDeviceList::IsValidDeviceName LPCTSTR  lpstr  )  [inline, virtual]
 

Reimplemented in CPrinterList, CMonitorList, CScannerList, and CAllDeviceList.

Definition at line 67 of file icmui/profile.h.

References BOOL, FALSE, and IsValidDeviceName().

Referenced by IsValidDeviceName().

00067 { return FALSE; }


Member Data Documentation

CString CDeviceList::m_csDummy [private]
 

Definition at line 57 of file icmui/profile.h.

Referenced by DeviceName().


The documentation for this class was generated from the following file:
Generated on Sat May 15 19:46:27 2004 for test by doxygen 1.3.7