Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::PrintEvent Class Reference

A PrintEvent is fired by the PrintSession during certain operations. More...

#include <vcf/GraphicsKit/PrintEvent.h>

Inheritance diagram for VCF::PrintEvent:

VCF::Event VCF::Object List of all members.

Public Member Functions

 PrintEvent (Object *source, PrintContext *ctx, int currentPage, uint32 type)
 PrintEvent (const PrintEvent &rhs)
PrintContextgetPrintContext ()
virtual Objectclone (bool deep=false)
Rect getPageBounds ()
int getCurrentPage ()

Protected Attributes

int currentPage_
PrintContextcontext_
Rect pageBounds_

Detailed Description

A PrintEvent is fired by the PrintSession during certain operations.


Constructor & Destructor Documentation

VCF::PrintEvent::PrintEvent Object source,
PrintContext ctx,
int  currentPage,
uint32  type
[inline]
 

VCF::PrintEvent::PrintEvent const PrintEvent rhs  )  [inline]
 


Member Function Documentation

virtual Object* VCF::PrintEvent::clone bool  deep = false  )  [inline, virtual]
 

int VCF::PrintEvent::getCurrentPage  )  [inline]
 

Rect VCF::PrintEvent::getPageBounds  )  [inline]
 

PrintContext* VCF::PrintEvent::getPrintContext  )  [inline]
 


Member Data Documentation

PrintContext* VCF::PrintEvent::context_ [protected]
 

int VCF::PrintEvent::currentPage_ [protected]
 

Rect VCF::PrintEvent::pageBounds_ [protected]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information