![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
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. | |
Provide some information about file loader state.
Definition at line 23 of file IFilePersistenceInfo.h.
Enumerator | |
---|---|
OT_UNKNOWN | |
OT_LOAD | |
OT_SAVE |
Definition at line 26 of file IFilePersistenceInfo.h.
Enumerator | |
---|---|
PT_COMPLETE | |
OT_FILENAME | |
OT_DIR |
Definition at line 33 of file IFilePersistenceInfo.h.
|
pure virtual |
Returns the last opened file name.
Implemented in ifile::CComposedFilePersistenceComp, and ifilegui::CFileDialogPersistenceComp.
© Witold Gantzke and Kirill Lepskiy