OpenCPN Partial API docs
Loading...
Searching...
No Matches
ChartPrintout Class Reference
Inheritance diagram for ChartPrintout:
BasePrintout

Public Member Functions

bool OnPrintPage (int page)
 
void GenerateGLbmp ()
 In OperGL mode, make the bitmap capture of the screen before the print method starts as to be sure the "Abort..." dialog does not appear on the image.
 
- Public Member Functions inherited from BasePrintout
 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
 

Additional Inherited Members

- Protected Attributes inherited from BasePrintout
int m_pages
 

Detailed Description

Definition at line 26 of file printout_chart.h.

Constructor & Destructor Documentation

◆ ChartPrintout()

ChartPrintout::ChartPrintout ( )
inline

Definition at line 28 of file printout_chart.h.

Member Function Documentation

◆ GenerateGLbmp()

void ChartPrintout::GenerateGLbmp ( )

In OperGL mode, make the bitmap capture of the screen before the print method starts as to be sure the "Abort..." dialog does not appear on the image.

Definition at line 102 of file printout_chart.cpp.

◆ OnPrintPage()

bool ChartPrintout::OnPrintPage ( int  page)
virtual

Implements BasePrintout.

Definition at line 32 of file printout_chart.cpp.


The documentation for this class was generated from the following files: