#include <layerprp.h>
Inheritance diagram for LayerPropertiesDlg:
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. |
Definition at line 195 of file layerprp.h.
|
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.
Definition at line 1178 of file layerprp.cpp. 01178 : LayerPropertyTabsDlg( LayerPropertyTabs::LayersTabNumber ) 01179 { 01180 // At present, just:- do nothing 01181 }
|