#include <Txq2dPrintFrame.h>
Inheritance diagram for Txq2dPrintFrame::

Public Methods | |
| Txq2dPrintFrame (QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqFrame constructor takes a QFrame w a name nm and a window flag f All other options must be set from member methods. More... | |
| virtual | ~Txq2dPrintFrame () |
| The Txq2dPrintFrame destructor. More... | |
| void | add (Txq2dPrintCanvas *pc) |
| Add a Txq2dPrintCanvas to the frame. More... | |
| Txq2dPrintCanvas* | getPrintCanvas () |
| Get the canvas pointer @retun the canvas pointer. More... | |
Protected Slots | |
| void | print () |
| slot to print the canvas. More... | |
Protected Methods | |
| virtual void | addMenuBarItems () |
| Add the default menu bar items. More... | |
| virtual void | addFileMenuItems () |
| Add to the base File menu. More... | |
| virtual void | addEditMenuItems () |
| Add to the base Edit menu. More... | |
| virtual void | addPrintMenuItem () |
| Add Print to the base File menu. More... | |
| void | createTxq2dPrintCanvas () |
| Create a print canvas. More... | |
Private Attributes | |
| Txq2dPrintCanvas* | prc |
| The Txq2dPrintCanvas. More... | |
Copyright 1998, 1999, 2000 by Tech-X Corporation
Definition at line 37 of file Txq2dPrintFrame.h.
|
|
The TxqFrame constructor takes a QFrame w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The Txq2dPrintFrame destructor.
|
|
|
Add a Txq2dPrintCanvas to the frame.
|
|
|
Add to the base Edit menu.
Reimplemented from TxqFrame. |
|
|
Add to the base File menu.
Reimplemented from TxqFrame. |
|
|
Add the default menu bar items.
Reimplemented from TxqFrame. |
|
|
Add Print to the base File menu.
Reimplemented from TxqFrame. |
|
|
Create a print canvas.
|
|
|
Get the canvas pointer @retun the canvas pointer.
Definition at line 70 of file Txq2dPrintFrame.h. |
|
|
slot to print the canvas.
Reimplemented from TxqFrame. |
|
|
The Txq2dPrintCanvas.
Definition at line 114 of file Txq2dPrintFrame.h. |
Copyright Tech-X Corporation, all rights reserved.