C# 클래스 FSpot.MainWindow.MainSelection

상속: IBrowsableCollection
파일 보기 프로젝트 열기: mono/f-spot

공개 메소드들

메소드 설명
Contains ( IPhoto item ) : bool
HandleSelectionChanged ( IBrowsableCollection collection ) : void
IndexOf ( IPhoto item ) : int
MainSelection ( MainWindow win ) : System
MarkChanged ( ) : void
MarkChanged ( int index, IBrowsableItemChanges changes ) : void
this ( int index ) : IPhoto

비공개 메소드들

메소드 설명
HandlePhotoChanged ( FSpot.PhotoView sender ) : void
HandleQueryItemsChanged ( IBrowsableCollection collection, BrowsableEventArgs args ) : void
HandleSelectionItemsChanged ( IBrowsableCollection collection, BrowsableEventArgs args ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( IPhoto item ) : bool
item IPhoto
리턴 bool

HandleSelectionChanged() 공개 메소드

public HandleSelectionChanged ( IBrowsableCollection collection ) : void
collection IBrowsableCollection
리턴 void

IndexOf() 공개 메소드

public IndexOf ( IPhoto item ) : int
item IPhoto
리턴 int

MainSelection() 공개 메소드

public MainSelection ( MainWindow win ) : System
win MainWindow
리턴 System

MarkChanged() 공개 메소드

public MarkChanged ( ) : void
리턴 void

MarkChanged() 공개 메소드

public MarkChanged ( int index, IBrowsableItemChanges changes ) : void
index int
changes IBrowsableItemChanges
리턴 void

this() 공개 메소드

public this ( int index ) : IPhoto
index int
리턴 IPhoto