|
ACF $AcfVersion:0$
|
Provide some information about file loader state. More...
#include <IFilePersistenceInfo.h>
Public Types | |
| enum | OperationType { OT_UNKNOWN , OT_LOAD , OT_SAVE } |
| enum | PathType { PT_COMPLETE , OT_FILENAME , OT_DIR } |
Public Member Functions | |
| virtual QString | GetLastFilePath (OperationType operationType=OT_UNKNOWN, PathType pathType=PT_COMPLETE) const =0 |
| Returns the last opened file name. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Provide some information about file loader state.
Definition at line 21 of file IFilePersistenceInfo.h.
| Enumerator | |
|---|---|
| OT_UNKNOWN | |
| OT_LOAD | |
| OT_SAVE | |
Definition at line 24 of file IFilePersistenceInfo.h.
| Enumerator | |
|---|---|
| PT_COMPLETE | |
| OT_FILENAME | |
| OT_DIR | |
Definition at line 31 of file IFilePersistenceInfo.h.
|
pure virtual |
Returns the last opened file name.
Implemented in ifile::CComposedFilePersistenceComp, and ifilegui::CFileDialogLoaderComp.