PageTabAppPrefsDlg Class Reference

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

#include <appprefs.h>

Inheritance diagram for PageTabAppPrefsDlg:

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

Public Member Functions

 PageTabAppPrefsDlg ()
 PageTabAppPrefsDlg 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 page tab selected. This is used by the pop up menu when on the page.

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

Definition at line 249 of file appprefs.h.


Constructor & Destructor Documentation

PageTabAppPrefsDlg::PageTabAppPrefsDlg  ) 
 

PageTabAppPrefsDlg 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:
12/4/95
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
ScaleTabAppPrefsDlg; UnitsTabAppPrefsDlg

Definition at line 1493 of file appprefs.cpp.

01493                                       : AppPrefsDlg( OptionsTabs::PageAppTabNumber ) 
01494 {
01495     // At present, just:- do nothing
01496 }


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