VCF::CommonPrintDialog Class Reference
A class for displaying a common print dialog.
More...
#include <vcf/ApplicationKit/CommonPrintDialog.h>
Inheritance diagram for VCF::CommonPrintDialog:
List of all members.
Detailed Description
A class for displaying a common print dialog.
Constructor & Destructor Documentation
| VCF::CommonPrintDialog::CommonPrintDialog |
( |
Control * |
owner |
) |
|
|
| virtual VCF::CommonPrintDialog::~CommonPrintDialog |
( |
|
) |
[virtual] |
|
Member Function Documentation
| virtual bool VCF::CommonPrintDialog::execute |
( |
|
) |
[virtual] |
|
|
|
Displays the print dialog.
If the user hit's OK, the function will return true and you can start a print session, otherwise it will return false.
Implements VCF::CommonDialog. |
| uint32 VCF::CommonPrintDialog::getEndPage |
( |
|
) |
|
|
| uint32 VCF::CommonPrintDialog::getNumberOfCopies |
( |
|
) |
|
|
|
|
This is the type of print job the user selected/ This is an enum which can be either Selected Page, Page Range, or All Pages.
|
| uint32 VCF::CommonPrintDialog::getStartPage |
( |
|
) |
|
|
| String VCF::CommonPrintDialog::getTitle |
( |
|
) |
|
|
| void VCF::CommonPrintDialog::setEndPage |
( |
const uint32 & |
val |
) |
|
|
|
|
Sets the end page for the print dialog.
If you have a document with 200 pages, and the start is set to 1, and the end to 10, then only pages 1 through 10 will be printed. |
| void VCF::CommonPrintDialog::setNumberOfCopies |
( |
const uint32 & |
val |
) |
|
|
|
|
Sets the number of copies of the document you'd like to make.
This value may be changed by the user. |
| void VCF::CommonPrintDialog::setStartPage |
( |
const uint32 & |
val |
) |
|
|
|
|
Sets the start page for the print dialog.
|
| void VCF::CommonPrintDialog::setTitle |
( |
const String & |
title |
) |
|
|
|
|
Sets the title of the dialog.
|
Member Data Documentation
The documentation for this class was generated from the following file: