C# 클래스 SadConsoleEditor.Panels.AnimationFramesPanel

상속: CustomPanel
파일 보기 프로젝트 열기: Thraka/SadConsoleEditor 1 사용 예제들

공개 메소드들

메소드 설명
AnimationFramesPanel ( Action frameChangeCallback ) : System
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
Redraw ( ControlBase control ) : int
SetAnimation ( AnimatedTextSurface animation ) : void
TryNextFrame ( ) : void
TryPreviousFrame ( ) : void

비공개 메소드들

메소드 설명
DrawFrameCount ( ) : void
EnableDisableControls ( int currentIndex ) : void
addNewFrameFromFile_ButtonClicked ( object sender, EventArgs e ) : void
addNewFrame_ButtonClicked ( object sender, EventArgs e ) : void
clonePreviousFrame_ButtonClicked ( object sender, EventArgs e ) : void
moveSelectedDown_ButtonClicked ( object sender, EventArgs e ) : void
moveSelectedUp_ButtonClicked ( object sender, EventArgs e ) : void
nextFrame_ButtonClicked ( object sender, EventArgs e ) : void
previousFrame_ButtonClicked ( object sender, EventArgs e ) : void
removeSelected_ButtonClicked ( object sender, EventArgs e ) : void
saveFrameToFile_ButtonClicked ( object sender, EventArgs e ) : void

메소드 상세

AnimationFramesPanel() 공개 메소드

public AnimationFramesPanel ( Action frameChangeCallback ) : System
frameChangeCallback Action
리턴 System

Loaded() 공개 메소드

public Loaded ( ) : void
리턴 void

ProcessMouse() 공개 메소드

public ProcessMouse ( SadConsole info ) : void
info SadConsole
리턴 void

Redraw() 공개 메소드

public Redraw ( ControlBase control ) : int
control SadConsole.Controls.ControlBase
리턴 int

SetAnimation() 공개 메소드

public SetAnimation ( AnimatedTextSurface animation ) : void
animation SadConsole.Consoles.AnimatedTextSurface
리턴 void

TryNextFrame() 공개 메소드

public TryNextFrame ( ) : void
리턴 void

TryPreviousFrame() 공개 메소드

public TryPreviousFrame ( ) : void
리턴 void