PrintTabPrintPrefsDlg Class Reference

To open up the print preference's dialog box with the print tab selected. This is used by the units button on the tool bars. More...

#include <prnprefs.h>

Inheritance diagram for PrintTabPrintPrefsDlg:

PrintPrefsDlg DialogTabOp DialogOp Operation MessageHandler ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 PrintTabPrintPrefsDlg ()
 PrintTabPrintPrefsDlg constructor. Creates a non-undoable operation. Just starts up the PrintPrefsDlg specifying the tab number that it is in the list. This has been calculated when the options tabs were declared just to be on the safe side. Must use a number rather than the ID as this is what MFC's property sheet constructors require.

Detailed Description

To open up the print preference's dialog box with the print tab selected. This is used by the units button on the tool bars.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
13/2/96
See also:
AppPrefsDlg; OptionsTabs; PrintPrefsDlg;

Definition at line 188 of file prnprefs.h.


Constructor & Destructor Documentation

PrintTabPrintPrefsDlg::PrintTabPrintPrefsDlg  ) 
 

PrintTabPrintPrefsDlg constructor. Creates a non-undoable operation. Just starts up the PrintPrefsDlg specifying the tab number that it is in the list. This has been calculated when the options tabs were declared just to be on the safe side. Must use a number rather than the ID as this is what MFC's property sheet constructors require.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
13/2/96
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
PrintPrefsDlg; GridTabAppPrefsDlg;

Definition at line 932 of file prnprefs.cpp.

00932                                             : PrintPrefsDlg( OptionsTabs::PrintTabNumber ) 
00933 {
00934     // At present, just:- do nothing
00935 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:00:07 2007 for Camelot by  doxygen 1.4.4