kexi
KexiSimplePrintPreviewWindow Class Reference
#include <kexisimpleprintpreviewwindow.h>
Detailed Description
A window for displaying print preview for simple printing.
Definition at line 34 of file kexisimpleprintpreviewwindow.h.
Public Slots | |
| void | updatePagesCount () |
| void | goToPage (int pageNumber) |
| void | setFullWidth () |
Signals | |
| void | printRequested () |
| void | pageSetupRequested () |
Public Member Functions | |
| KexiSimplePrintPreviewWindow (KexiSimplePrintingEngine &engine, const QString &previewName, QWidget *parent, WFlags f=0) | |
| ~KexiSimplePrintPreviewWindow () | |
| int | currentPage () const |
| const KexiSimplePrintingSettings & | settings () const |
Protected Slots | |
| void | slotPageSetup () |
| void | slotPrintClicked () |
| void | slotZoomInClicked () |
| void | slotZoomOutClicked () |
| void | slotFirstClicked () |
| void | slotPreviousClicked () |
| void | slotNextClicked () |
| void | slotLastClicked () |
| void | initLater () |
Protected Member Functions | |
| virtual bool | event (QEvent *e) |
Protected Attributes | |
| KexiSimplePrintingEngine & | m_engine |
| const KexiSimplePrintingSettings & | m_settings |
| KToolBar * | m_toolbar |
| KToolBar * | m_navToolbar |
| int | m_pageNumber |
| int | m_idFirst |
| int | m_idLast |
| int | m_idPrevious |
| int | m_idNext |
| int | m_idPageNumberLabel |
| KexiSimplePrintPreviewScrollView * | m_scrollView |
| KexiSimplePrintPreviewView * | m_view |
Friends | |
| class | KexiSimplePrintPreviewView |
Constructor & Destructor Documentation
| KexiSimplePrintPreviewWindow::KexiSimplePrintPreviewWindow | ( | KexiSimplePrintingEngine & | engine, | |
| const QString & | previewName, | |||
| QWidget * | parent, | |||
| WFlags | f = 0 | |||
| ) |
Definition at line 145 of file kexisimpleprintpreviewwindow.cpp.
Member Function Documentation
| void KexiSimplePrintPreviewWindow::slotZoomInClicked | ( | ) | [protected, slot] |
Definition at line 261 of file kexisimpleprintpreviewwindow.cpp.
| void KexiSimplePrintPreviewWindow::slotZoomOutClicked | ( | ) | [protected, slot] |
Definition at line 266 of file kexisimpleprintpreviewwindow.cpp.
The documentation for this class was generated from the following files:

