gSAFE
1.3.8
|
#include <printlib.h>
Inherits QFrame.
Signals | |
void | scrollSignal (int x, int y) |
Public Member Functions | |
HPreviewFrame (HPrintTable *p, QWidget *parent) | |
PreviewTable ///////////////////////////////////////////////////////////////. More... | |
~HPreviewFrame (void) | |
void | reset (void) |
Public Attributes | |
int | panx |
int | pany |
HPreviewFrame is a print preview QFrame descendant which shows a HList or a HTable data before printing. You don't need to use this class directly. Recommend to use HPrintTable instead.
Definition at line 34 of file printlib.h.
HPreviewFrame::HPreviewFrame | ( | HPrintTable * | p, |
QWidget * | parent | ||
) |
PreviewTable ///////////////////////////////////////////////////////////////.
Creates a HPreviewFrame
p | The related HPrintTable |
parent | the QWidget descendant parent |
Definition at line 41 of file printlib.cpp.
HPreviewFrame::~HPreviewFrame | ( | void | ) |
Destructor
Definition at line 63 of file printlib.cpp.