#include <opimgset.h>
Inheritance diagram for OpToggleYellowPreview:
Public Member Functions | |
OpToggleYellowPreview () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. | |
Static Public Member Functions | |
static BOOL | Init (void) |
Declares a preference that allows you to clear memory in delete(). | |
static OpState | GetState (String_256 *ShadeReason, OpDescriptor *OpDesc) |
Static Protected Member Functions | |
static BOOL | CanToggleState (void) |
static BOOL | IsInYellowMode (void) |
Definition at line 271 of file opimgset.h.
|
Definition at line 276 of file opimgset.h.
|
|
|
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. |
|
|
|
Declares a preference that allows you to clear memory in delete().
Reimplemented from SimpleCCObject. |
|
|