|
Stimfit @PACKAGE_VERSION@
|
Handles printing of traces. More...
#include <printout.h>


Public Member Functions | |
| wxStfPrintout (const wxChar *title=_T("Printout")) | |
| Constructor. | |
| bool | OnPrintPage (int page) |
| Called by the framework when a page should be printed. | |
| bool | HasPage (int page) |
| Checks whether a page exists. | |
| bool | OnBeginDocument (int startPage, int endPage) |
| Called by the framework at the start of document printing. | |
| void | GetPageInfo (int *minPage, int *maxPage, int *selPageFrom, int *selPageTo) |
| Retrieve information about the pages that will be printed. | |
| void | DrawPageOne () |
| Prints the first (and only) page. | |
Handles printing of traces.
Definition at line 29 of file printout.h.