C# 클래스 Stetic.Wrapper.ActionGroupCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ActionGroup group ) : void
IndexOf ( ActionGroup group ) : int
Insert ( int n, ActionGroup group ) : void
Remove ( ActionGroup group ) : void
ToArray ( ) : Stetic.Wrapper.ActionGroup[]
this ( int n ) : ActionGroup
this ( string name ) : ActionGroup

보호된 메소드들

메소드 설명
OnClear ( ) : void
OnClearComplete ( ) : void
OnInsertComplete ( int index, object val ) : void
OnRemoveComplete ( int index, object val ) : void
OnSetComplete ( int index, object oldv, object newv ) : void

비공개 메소드들

메소드 설명
ApplyDiff ( IProject prj, Stetic.Undo.ObjectDiff diff ) : void
FindObjectByUndoId ( string id ) : ObjectWrapper
GetDiff ( IProject prj, XmlElement elem ) : Stetic.Undo.ObjectDiff
GetDiffGenerator ( IProject prj ) : Stetic.Undo.DiffGenerator
NotifyGroupAdded ( ActionGroup grp ) : void
NotifyGroupRemoved ( ActionGroup grp ) : void
OnGroupChanged ( object s, ObjectWrapperEventArgs a ) : void
SetOwner ( ObjectWrapper owner ) : void

메소드 상세

Add() 공개 메소드

public Add ( ActionGroup group ) : void
group ActionGroup
리턴 void

IndexOf() 공개 메소드

public IndexOf ( ActionGroup group ) : int
group ActionGroup
리턴 int

Insert() 공개 메소드

public Insert ( int n, ActionGroup group ) : void
n int
group ActionGroup
리턴 void

OnClear() 보호된 메소드

protected OnClear ( ) : void
리턴 void

OnClearComplete() 보호된 메소드

protected OnClearComplete ( ) : void
리턴 void

OnInsertComplete() 보호된 메소드

protected OnInsertComplete ( int index, object val ) : void
index int
val object
리턴 void

OnRemoveComplete() 보호된 메소드

protected OnRemoveComplete ( int index, object val ) : void
index int
val object
리턴 void

OnSetComplete() 보호된 메소드

protected OnSetComplete ( int index, object oldv, object newv ) : void
index int
oldv object
newv object
리턴 void

Remove() 공개 메소드

public Remove ( ActionGroup group ) : void
group ActionGroup
리턴 void

ToArray() 공개 메소드

public ToArray ( ) : Stetic.Wrapper.ActionGroup[]
리턴 Stetic.Wrapper.ActionGroup[]

this() 공개 메소드

public this ( int n ) : ActionGroup
n int
리턴 ActionGroup

this() 공개 메소드

public this ( string name ) : ActionGroup
name string
리턴 ActionGroup