(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
This commit is contained in:
@@ -47,8 +47,11 @@ enum DetailedFileType {
|
||||
|
||||
/** Operation performed on the file. */
|
||||
enum FileOperation {
|
||||
FOP_LOAD, ///< File is being loaded.
|
||||
FOP_SAVE, ///< File is being saved.
|
||||
FOP_CHECK, ///< Load file for checking and/or preview.
|
||||
FOP_LOAD, ///< File is being loaded.
|
||||
FOP_SAVE, ///< File is being saved.
|
||||
|
||||
FOP_INVALID, ///< Unknown file operation.
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user