#include <layerprp.h>
Inheritance diagram for GuidePropertiesDlg:
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. |
Definition at line 222 of file layerprp.h.
|
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.
Definition at line 1204 of file layerprp.cpp. 01204 : LayerPropertyTabsDlg( LayerPropertyTabs::GuidesTabNumber ) 01205 { 01206 // At present, just:- do nothing 01207 }
|