C# 클래스 ChronojumpImporter, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
ChronojumpImporter ( Gtk parentWindow, string sourceFile, string destinationFile, int sourceSession, int destinationSession ) : System
import ( ) : Result
showImportConfirmation ( ) : Gtk.ResponseType
showImportCorrectlyFinished ( ) : void

비공개 메소드들

메소드 설명
executeChronojumpImporter ( List parameters ) : Result
getDatabaseVersionFromFile ( string filePath ) : Result
getImporterInformation ( string filePath ) : Result
getSessionName ( string filePath, int sessionId ) : string
importsToNew ( ) : bool
updateDatabase ( string databaseFile ) : void

메소드 상세

ChronojumpImporter() 공개 메소드

public ChronojumpImporter ( Gtk parentWindow, string sourceFile, string destinationFile, int sourceSession, int destinationSession ) : System
parentWindow Gtk
sourceFile string
destinationFile string
sourceSession int
destinationSession int
리턴 System

import() 공개 메소드

public import ( ) : Result
리턴 Result

showImportConfirmation() 공개 메소드

public showImportConfirmation ( ) : Gtk.ResponseType
리턴 Gtk.ResponseType

showImportCorrectlyFinished() 공개 메소드

public showImportCorrectlyFinished ( ) : void
리턴 void