GuidePropertiesDlg Class Reference

To open up the layer properties tabbed dialog box with the guide's tab selected. This is used by the guides pop up menu. More...

#include <layerprp.h>

Inheritance diagram for GuidePropertiesDlg:

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

Public Member Functions

 GuidePropertiesDlg ()
 GuidePropertiesDlg constructor. Creates a non-undoable operation. Just starts up the LayerPropertyTabsDlg 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 layer properties tabbed dialog box with the guide's tab selected. This is used by the guides pop up menu.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/10/95
See also:
LayerPropertyTabsDlg; LayerPropertyTabs;

Definition at line 222 of file layerprp.h.


Constructor & Destructor Documentation

GuidePropertiesDlg::GuidePropertiesDlg  ) 
 

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

Errors: -

See also:
LayerPropertiesDlg;

Definition at line 1204 of file layerprp.cpp.

01204                                       : LayerPropertyTabsDlg( LayerPropertyTabs::GuidesTabNumber ) 
01205 {
01206     // At present, just:- do nothing
01207 }


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