C# 클래스 FaceSpot.FaceIconView

상속: Gtk.IconView
파일 보기 프로젝트 열기: kanitw/facespot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
faces Face[]

공개 메소드들

메소드 설명
FaceIconView ( Type type ) : System
FaceIconView ( Type type, FSpot.Tag tag ) : System
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
HandleDoubleClick ( ButtonPressEventArgs args ) : void
HandleRightClick ( ButtonPressEventArgs args ) : void
HandleSelectionChanged ( object sender, EventArgs args ) : void
InitListStore ( ) : void
SetListStoreFaces ( Face faces ) : void
UpdateAll ( ) : void
UpdateFaces ( ) : void

메소드 상세

FaceIconView() 공개 메소드

public FaceIconView ( Type type ) : System
type System.Type
리턴 System

FaceIconView() 공개 메소드

public FaceIconView ( Type type, FSpot.Tag tag ) : System
type System.Type
tag FSpot.Tag
리턴 System

HandleButtonPressEvent() 공개 메소드

public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
리턴 void

HandleDoubleClick() 공개 메소드

public HandleDoubleClick ( ButtonPressEventArgs args ) : void
args ButtonPressEventArgs
리턴 void

HandleRightClick() 공개 메소드

public HandleRightClick ( ButtonPressEventArgs args ) : void
args ButtonPressEventArgs
리턴 void

HandleSelectionChanged() 공개 메소드

public HandleSelectionChanged ( object sender, EventArgs args ) : void
sender object
args EventArgs
리턴 void

InitListStore() 공개 메소드

public InitListStore ( ) : void
리턴 void

SetListStoreFaces() 공개 메소드

public SetListStoreFaces ( Face faces ) : void
faces Face
리턴 void

UpdateAll() 공개 정적인 메소드

public static UpdateAll ( ) : void
리턴 void

UpdateFaces() 공개 메소드

public UpdateFaces ( ) : void
리턴 void

프로퍼티 상세

faces 공개적으로 프로퍼티

public Face[] faces
리턴 Face[]