#include <crthumb.h>
Inheritance diagram for OpConvertFileFormats:
Public Member Functions | |
OpConvertFileFormats () | |
void | Do (OpDescriptor *) |
This function should be over-ridden to perform an operation without passing a parameter. | |
Static Public Member Functions | |
static BOOL | Init () |
Declares a preference that allows you to clear memory in delete(). | |
static OpState | GetState (String_256 *, OpDescriptor *) |
static BOOL | IsActive () |
Static Protected Attributes | |
static BOOL | active |
Definition at line 156 of file crthumb.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. |
|
Definition at line 167 of file crthumb.h. 00167 { return (active); }
|
|
|