Location:
gdi.h
CPrinterModelList
Supported from 5.0
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.
|
Defined in CPrinterModelList
:
ModelCount()
, UidToNum()
, operator[]()
Inherited from CBase
:
operator new()
virtual TInt ModelCount() const=0;
Gets the number of printer models in the printer model list.
|
virtual TInt UidToNum(TUid aModelUid) const=0;
Gets a printer model’s index within the model list from its UID.
|
|
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.
|
|