GridTabAppPrefsDlg Class Reference

To open up the application preference's dialog box with the grid tab selected. This is used by the pop up menu when on the ruler. More...

#include <appprefs.h>

Inheritance diagram for GridTabAppPrefsDlg:

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

Public Member Functions

 GridTabAppPrefsDlg ()
 GridTabAppPrefsDlg 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 application preference's dialog box with the grid tab selected. This is used by the pop up menu when on the ruler.

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

Definition at line 276 of file appprefs.h.


Constructor & Destructor Documentation

GridTabAppPrefsDlg::GridTabAppPrefsDlg  ) 
 

GridTabAppPrefsDlg 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:
5/10/95
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
ScaleTabAppPrefsDlg; UnitsTabAppPrefsDlg; GridTabAppPrefsDlg;

Definition at line 1519 of file appprefs.cpp.

01519                                       : AppPrefsDlg( OptionsTabs::GridAppTabNumber ) 
01520 {
01521     // At present, just:- do nothing
01522 }


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