LayerPropertiesDlg Class Reference

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

#include <layerprp.h>

Inheritance diagram for LayerPropertiesDlg:

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

Public Member Functions

 LayerPropertiesDlg ()
 LayerPropertiesDlg 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 layer's tab selected. This is used by the layers pop up menu.

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

Definition at line 195 of file layerprp.h.


Constructor & Destructor Documentation

LayerPropertiesDlg::LayerPropertiesDlg  ) 
 

LayerPropertiesDlg 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:
GuidePropertiesDlg;

Definition at line 1178 of file layerprp.cpp.

01178                                       : LayerPropertyTabsDlg( LayerPropertyTabs::LayersTabNumber ) 
01179 {
01180     // At present, just:- do nothing
01181 }


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