Location:
GDI.H
class CPrinterModelList : public CBase;
Printer model list interface.
Functions provided by this abstract base class can be used to extract printer model information from the list of printer models. This class would typically be used to implement printer selection in a dialog box.
CBase
- Base class for all classes to be instantiated on the heap
CPrinterModelList
- Printer model list interface
Defined in CPrinterModelList
:
ModelCount()
, UidToNum()
, operator[]()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
virtual TInt ModelCount() const=0;
Gets the number of printer models in the printer model list.
|
virtual const TPrinterModelEntry operator[](TInt anIndex)=0;
Gets printer model name.
This is the name of the printer model at the specified index within the list of printer models.
|
|