#include <ap_PrintingDelegate.h>
Public Member Functions | |
AP_PrintingDelegate (FV_View *pView) | |
virtual int | getPageCount (void) |
virtual void | printPage (int pageNum) |
Private Attributes | |
FV_View * | m_pView |
AP_PrintingDelegate::AP_PrintingDelegate | ( | FV_View * | pView | ) |
int AP_PrintingDelegate::getPageCount | ( | void | ) | [virtual] |
Implements XAP_PrintingDelegate.
References FL_DocLayout::countPages(), FV_View::getLayout(), and m_pView.
void AP_PrintingDelegate::printPage | ( | int | pageNum | ) | [virtual] |
Implements XAP_PrintingDelegate.
References FL_DocLayout::getDocument(), FL_DocLayout::getGraphics(), FV_View::getLayout(), m_pView, and s_printPage().
FV_View* AP_PrintingDelegate::m_pView [private] |
Referenced by getPageCount(), and printPage().