Index

DKImageInfoQBIC

Purpose:

The DKImageInfoQBIC class represents QBIC image information.

Class summary:

class DKImageInfoQBIC
{
  public:
   DKImageInfoQBIC();
   virtual ~DKImageInfoQBIC();
     DKString dlItemID();
     DKString dlPartNo();
     DKString dlRepType();
}

Members:

Constructors and destructor
   public: DKImageInfoQBIC();
   virtual ~DKImageInfoQBIC();
 

Member functions

dlItemID
Gets the item ID.
   DKString dlItemID();
 

dlPartNo
Gets the part number.
   DKString dlPartNo();
 

dlRepType
Gets the representation type.
   DKString dlRepType();
 

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.