![]() |
VR-Forces 4.6 Class Documentation
|
Puts up a print dialog, that, if accepted, will print the map area. More...
Public Member Functions | |
| DtPrintTerrainDialog (makVrv::DtDe &de) | |
| default constructor | |
| virtual | ~DtPrintTerrainDialog () |
| destructor | |
| virtual void | exec () |
| Brings up print dialog with printer, and, if accepted will print the map area. | |
Protected Member Functions | |
| virtual void | printMapArea () |
| Prints the map area to a printer by grabbing the frame buffer of the current map area. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| QPrinter | myPrinter |
Puts up a print dialog, that, if accepted, will print the map area.
If there are multiple channels/observers on the main map area it will print all channels/observers. This print will be as if a screen snapshot had just been taken of the map area and printed
| makVrf::DtPrintTerrainDialog::DtPrintTerrainDialog | ( | makVrv::DtDe & | de | ) |
default constructor
|
virtual |
destructor
|
virtual |
Brings up print dialog with printer, and, if accepted will print the map area.
|
protectedvirtual |
Prints the map area to a printer by grabbing the frame buffer of the current map area.
|
protected |
|
protected |