Method | Description | |
---|---|---|
CloseDocument ( ) : void | ||
CloseTranslation ( ) : void | ||
CloseVideo ( ) : void | ||
GetWidget ( string name ) : Gtk.Widget | ||
Kill ( ) : void | ||
NewDocument ( ) : void | ||
NewTranslation ( ) : void | ||
Open ( string path, |
||
OpenDocument ( string path, |
||
OpenTranslation ( string path, |
||
OpenVideo ( |
||
Quit ( ) : void |
Quits the program.
|
|
Run ( ExecutionContext executionContext ) : void |
Runs the main GUI, after initialization.
|
|
UpdateFromVideoLoaded ( |
Method | Description | |
---|---|---|
EmitDocumentLoadedEvent ( ) : void | ||
EmitDocumentUnloadedEvent ( ) : void | ||
EmitInitFinishedEvent ( ) : void | ||
EmitTimingModeChangedEvent ( ) : void | ||
EmitTranslationLoadedEvent ( ) : void | ||
EmitTranslationUnloadedEvent ( ) : void | ||
EmitVideoLoadedEvent ( ) : void | ||
EmitVideoUnloadedEvent ( ) : void | ||
Init ( ExecutionContext newExecutionContext ) : void |
Initializes the base program structure. Nothing is done if initialization has already occured. The core value is checked for this, if it's null then initialization hasn't occured yet. |
public static GetWidget ( string name ) : Gtk.Widget | ||
name | string | |
return | Gtk.Widget |
public static Open ( string path, |
||
path | string | |
encoding | ||
videoUri | ||
return | void |
public static OpenDocument ( string path, |
||
path | string | |
encoding | ||
return | void |
public static OpenTranslation ( string path, |
||
path | string | |
encoding | ||
return | void |
public static OpenVideo ( |
||
uri | ||
return | void |
public static Run ( ExecutionContext executionContext ) : void | ||
executionContext | ExecutionContext | |
return | void |
public static UpdateFromVideoLoaded ( |
||
uri | ||
return | void |