C# 클래스 SmartboyDevelopments.Haxxit.UndoStack

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

공개 메소드들

메소드 설명
ClearUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
PushUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
SubscribeAll ( ) : void
TriggerUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
UndoStack ( int max_size, IMediator mediator = null ) : System

메소드 상세

ClearUndoListener() 공개 메소드

public ClearUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
리턴 void

PushUndoListener() 공개 메소드

public PushUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
리턴 void

SubscribeAll() 공개 메소드

public SubscribeAll ( ) : void
리턴 void

TriggerUndoListener() 공개 메소드

public TriggerUndoListener ( INotifiable notifiable, string channel, object sender, EventArgs args ) : void
notifiable INotifiable
channel string
sender object
args System.EventArgs
리턴 void

UndoStack() 공개 메소드

public UndoStack ( int max_size, IMediator mediator = null ) : System
max_size int
mediator IMediator
리턴 System