PlugsTabAppPrefsDlg Class Reference

To open up the document preference's dialog box with the plug-ins tab selected. This is used by the plug-ins menu item (under 'Bitmap Effects & Plug-Ins'). More...

#include <appprefs.h>

Inheritance diagram for PlugsTabAppPrefsDlg:

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

Public Member Functions

 PlugsTabAppPrefsDlg ()
 PlugsTabAppPrefsDlg 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 plug-ins tab selected. This is used by the plug-ins menu item (under 'Bitmap Effects & Plug-Ins').

Author:
Priestley (Xara Group Ltd) <camelotdev@xara.com> - from Neville's UnitsTabAppPrefsDlg class (above)
Date:
13/09/2000
See also:
AppPrefsDlg; OptionsTabs; PageSize; PageSizesList;

Definition at line 303 of file appprefs.h.


Constructor & Destructor Documentation

PlugsTabAppPrefsDlg::PlugsTabAppPrefsDlg  ) 
 

PlugsTabAppPrefsDlg 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:
Priestley (Xara Group Ltd) <camelotdev@xara.com> from Neville (above)
Date:
13/09/2000
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
ScaleTabAppPrefsDlg; PageTabAppPrefsDlg;

Definition at line 1545 of file appprefs.cpp.

01545                                         : AppPrefsDlg( OptionsTabs::PlugsAppTabNumber ) 
01546 {
01547     // At present, just:- do nothing
01548 }


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