ff7tk
1.2.0.13
Work with Final Fantasy 7 game data
|
Display a preview of the contents of a PSX memory card file or FF7 PC save. More...
#include <SlotSelect.h>
Public Types | |
enum | RESULT { CANCEL = -2, LOAD_NEW = -1 } |
Public Member Functions | |
SlotSelect (FF7Save *data=nullptr, bool loadVisiable=false, QWidget *parent=nullptr) | |
create a new SlotSelect Dialog. More... | |
Display a preview of the contents of a PSX memory card file or FF7 PC save.
When the dialog is run it will return the slot selected (0-14) or -1 if the load button was pushed. Copy Paste and Remove are are internal so no need to worry about doing those. Copy will currently only copies FF7 Saves.
enum SlotSelect::RESULT |
|
explicit |
create a new SlotSelect Dialog.
data | Pointer to a FF7Save object |
loadVisiable | show the load file button |
parent | Dialogs Parent |