C# 클래스 CSPspEmu.Gui.GtkSharp.GtkProgram

상속: IGuiWindowInfo
파일 보기 프로젝트 열기: soywiz/cspspemu

Private Properties

프로퍼티 타입 설명
FileChooserDialog_FileActivated void
GLWidget_RenderFrame void
IGuiWindowInfo void
OpenOpenDialog void
PspDisplay_DrawEvent void
Window_KeyPressEvent void
Window_KeyReleaseEvent void
Window_KeysChanged void
Window_Removed void

공개 메소드들

메소드 설명
GtkProgram ( ) : System
Run ( IGuiExternalInterface IGuiExternalInterface ) : void
RunStart ( IGuiExternalInterface IGuiExternalInterface ) : void

비공개 메소드들

메소드 설명
FileChooserDialog_FileActivated ( object sender, EventArgs e ) : void
GLWidget_RenderFrame ( object sender, EventArgs e ) : void
IGuiWindowInfo ( ) : void
OpenOpenDialog ( ) : void
PspDisplay_DrawEvent ( ) : void
Window_KeyPressEvent ( object o, Gtk.KeyPressEventArgs args ) : void
Window_KeyReleaseEvent ( object o, Gtk.KeyReleaseEventArgs args ) : void
Window_KeysChanged ( object sender, EventArgs e ) : void
Window_Removed ( object o, Gtk.RemovedArgs args ) : void

메소드 상세

GtkProgram() 공개 메소드

public GtkProgram ( ) : System
리턴 System

Run() 공개 메소드

public Run ( IGuiExternalInterface IGuiExternalInterface ) : void
IGuiExternalInterface IGuiExternalInterface
리턴 void

RunStart() 공개 정적인 메소드

public static RunStart ( IGuiExternalInterface IGuiExternalInterface ) : void
IGuiExternalInterface IGuiExternalInterface
리턴 void