#include <appprefs.h>
Inheritance diagram for UnitsTabAppPrefsDlg:
Public Member Functions | |
UnitsTabAppPrefsDlg () | |
UnitsTabAppPrefsDlg 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 195 of file appprefs.h.
|
UnitsTabAppPrefsDlg 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 1441 of file appprefs.cpp. 01441 : AppPrefsDlg( OptionsTabs::UnitsAppTabNumber ) 01442 { 01443 // At present, just:- do nothing 01444 }
|