UnitsTabAppPrefsDlg Class Reference

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

#include <appprefs.h>

Inheritance diagram for UnitsTabAppPrefsDlg:

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

Public Member Functions

 UnitsTabAppPrefsDlg ()
 UnitsTabAppPrefsDlg constructor. Creates a non-undoable operation. Just starts up the AppPrefsDlg 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 document preference's dialog box with the units tab selected. This is used by the units button on the tool bars.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
14/12/94
See also:
AppPrefsDlg; OptionsTabs; PageSize; PageSizesList;

Definition at line 195 of file appprefs.h.


Constructor & Destructor Documentation

UnitsTabAppPrefsDlg::UnitsTabAppPrefsDlg  ) 
 

UnitsTabAppPrefsDlg constructor. Creates a non-undoable operation. Just starts up the AppPrefsDlg 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/10/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
ScaleTabAppPrefsDlg; PageTabAppPrefsDlg;

Definition at line 1441 of file appprefs.cpp.

01441                                         : AppPrefsDlg( OptionsTabs::UnitsAppTabNumber ) 
01442 {
01443     // At present, just:- do nothing
01444 }


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