#include <optsundo.h>
Inheritance diagram for UndoTab:
Public Member Functions | |
UndoTab () | |
~UndoTab () | |
virtual BOOL | Init () |
Initialiser. | |
virtual BOOL | HandleMsg (DialogMsg *Msg) |
virtual BOOL | InitSection () |
virtual BOOL | CommitSection () |
virtual BOOL | GreySection () |
Called when the user has closed all documents. Gives any tabbed dialog a chance to grey any fields which are document specific. This is the base class version and so will be used for any tabs which have no specified handling code. | |
virtual BOOL | UngreySection () |
Called when the user has opened a document. Gives any tabbed dialog a chance to update any fields which may have been greyed when the last document was closed. This is the base class version and so will be used for any tabs which have no specified handling code. | |
BOOL | ChangeControlStatus (const BOOL Status) |
virtual BOOL | UpdateSection (String_256 *DocumentName) |
Called when the user has clicked on a new document or opened a new document. Gives any tabbed dialog a chance to update any fields which are used to reflect the current document's status. The document name allows the info field on the tab to be filled in correctly. This is the base class version and so will be used for any tabs which have no specified handling code. | |
virtual CDlgResID | GetPageID () |
virtual BOOL | IsDocumentOption () |
virtual BOOL | IsProgramOption () |
Private Attributes | |
BOOL | GreyStatus |
Definition at line 122 of file optsundo.h.
|
|
|
|
|
|
|
Implements OptionsTabs. |
|
Implements OptionsTabs. |
|
Called when the user has closed all documents. Gives any tabbed dialog a chance to grey any fields which are document specific. This is the base class version and so will be used for any tabs which have no specified handling code.
Reimplemented from OptionsTabs. |
|
Implements OptionsTabs. |
|
Initialiser.
Reimplemented from OptionsTabs. |
|
Implements OptionsTabs. |
|
Implements OptionsTabs. |
|
Implements OptionsTabs. |
|
Called when the user has opened a document. Gives any tabbed dialog a chance to update any fields which may have been greyed when the last document was closed. This is the base class version and so will be used for any tabs which have no specified handling code.
Reimplemented from OptionsTabs. |
|
Called when the user has clicked on a new document or opened a new document. Gives any tabbed dialog a chance to update any fields which are used to reflect the current document's status. The document name allows the info field on the tab to be filled in correctly. This is the base class version and so will be used for any tabs which have no specified handling code.
Reimplemented from OptionsTabs. |
|
Definition at line 157 of file optsundo.h. |