#include <appprefs.h>
Inheritance diagram for PlugsTabAppPrefsDlg:
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. |
Definition at line 303 of file appprefs.h.
|
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.
Definition at line 1545 of file appprefs.cpp. 01545 : AppPrefsDlg( OptionsTabs::PlugsAppTabNumber ) 01546 { 01547 // At present, just:- do nothing 01548 }
|