Method | Description | |
---|---|---|
ChronojumpImporter ( Gtk parentWindow, string sourceFile, string destinationFile, int sourceSession, int destinationSession ) : System | ||
import ( ) : Result | ||
showImportConfirmation ( ) : Gtk.ResponseType | ||
showImportCorrectlyFinished ( ) : void |
Method | Description | |
---|---|---|
executeChronojumpImporter ( List |
||
getDatabaseVersionFromFile ( string filePath ) : Result | ||
getImporterInformation ( string filePath ) : Result | ||
getSessionName ( string filePath, int sessionId ) : string | ||
importsToNew ( ) : bool | ||
updateDatabase ( string databaseFile ) : void |
public ChronojumpImporter ( Gtk parentWindow, string sourceFile, string destinationFile, int sourceSession, int destinationSession ) : System | ||
parentWindow | Gtk | |
sourceFile | string | |
destinationFile | string | |
sourceSession | int | |
destinationSession | int | |
return | System |
public showImportConfirmation ( ) : Gtk.ResponseType | ||
return | Gtk.ResponseType |
public showImportCorrectlyFinished ( ) : void | ||
return | void |