Application print support.
More...
#include <printout_base.h>
|
| BasePrintout (const std::string &title=_("OpenCPN print").ToStdString()) |
|
bool | HasPage (int page) override |
|
bool | OnBeginDocument (int startPage, int endPage) override |
|
void | GetPageInfo (int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) override |
|
virtual bool | OnPrintPage (int page) override=0 |
|
Application print support.
Definition at line 30 of file printout_base.h.
◆ BasePrintout()
BasePrintout::BasePrintout |
( |
const std::string & |
title = _("OpenCPN print").ToStdString() | ) |
|
◆ GetPageInfo()
void BasePrintout::GetPageInfo |
( |
int * |
minPage, |
|
|
int * |
maxPage, |
|
|
int * |
selPageFrom, |
|
|
int * |
selPageTo |
|
) |
| |
|
override |
◆ HasPage()
bool BasePrintout::HasPage |
( |
int |
page | ) |
|
|
override |
◆ OnBeginDocument()
bool BasePrintout::OnBeginDocument |
( |
int |
startPage, |
|
|
int |
endPage |
|
) |
| |
|
override |
◆ m_pages
int BasePrintout::m_pages |
|
protected |
The documentation for this class was generated from the following files: