Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

pdf::graph::CXObject Class Reference

the class for PDF xobjects More...

#include <XObject.hh>

Inheritance diagram for pdf::graph::CXObject:

Inheritance graph
[legend]
Collaboration diagram for pdf::graph::CXObject:

Collaboration graph
[legend]
List of all members.

Public Methods

Protected Methods


Detailed Description

the class for PDF xobjects

this class represent the PDF xobject base class. derived classes are different kinds of xobjects defined in the PDF spec. they include images, form xobjects etc.

this class is for derived only. it doesn't have any members. its constructor is protected.


Constructor & Destructor Documentation

pdf::graph::CXObject::CXObject const core::CName   sub_type [protected]
 

the constructor will tell the CResource base class that our type is "XObject". it has no member to initialize

00034     : CResource( core::CName( "XObject" ), sub_type )
00035 {
00036 }

pdf::graph::CXObject::~CXObject  
 

an empty destructor. nothing to destroy here.

00041 {
00042 }


The documentation for this class was generated from the following files:
Generated on Sun Feb 2 09:17:28 2003 for libpdf++ by doxygen1.2.16