#include <optstune.h>
Inheritance diagram for TuneTab:
Public Member Functions | |
TuneTab () | |
~TuneTab () | |
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 () |
Protected Member Functions | |
BOOL | InitRenderingSection () |
BOOL | InitUndoSection () |
BOOL | CommitRenderingSection () |
BOOL | CommitUndoSection () |
Private Attributes | |
UINT32 | CurrentTempMemValue |
BOOL | GreyStatus |
UINT32 | OldMaxUndoSize |
Definition at line 124 of file optstune.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 164 of file optstune.h. |
|
Definition at line 166 of file optstune.h. |
|
Definition at line 169 of file optstune.h. |