#include <nativeop.h>
Inheritance diagram for OpMenuSave:
Public Member Functions | |
virtual void | DoWithParam (OpDescriptor *, OpParam *pOpParam) |
This function should be over-ridden to perform an operation which requires parameters. | |
virtual void | Do (OpDescriptor *pOpDesc) |
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 *) |
Protected Member Functions | |
virtual BOOL | FindFilterAndSave (CCLexFile *pFile, UINT32 nPrefFilter) |
virtual Filter * | FindFilter (UINT32 nPrefFilter) |
virtual BOOL | Save (Filter *pFilter, CCLexFile *pFile) |
virtual BOOL | SaveSpecificFile (Filter *, CCLexFile *pFile) |
virtual UINT32 | GetSearchFilterId () |
virtual BOOL | EnsureFileTypeCorrectId (Filter *pFilter, PathName &Path) |
virtual BOOL | FixFileType () |
Definition at line 174 of file nativeop.h.
|
This function should be over-ridden to perform an operation without passing a parameter.
Reimplemented from Operation. |
|
This function should be over-ridden to perform an operation which requires parameters.
Reimplemented from Operation. |
|
|
|
|
|
|
|
Reimplemented in OpSaveAsNativeV1, OpSaveAsWeb, and OpSaveAsNativeV2. |
|
Reimplemented in OpSaveAsNativeV1, OpSaveAsWeb, and OpSaveAsNativeV2. |
|
Reimplemented in OpSaveAsNativeV1, OpSaveAsWeb, and OpSaveAsNativeV2. |
|
Declares a preference that allows you to clear memory in delete().
Reimplemented from SimpleCCObject. Reimplemented in OpSaveAsNativeV1, OpSaveAsWeb, and OpSaveAsNativeV2. |
|
|
|
|