C# Class FSpot.MainWindow.MainSelection

Inheritance: IBrowsableCollection
显示文件 Open project: mono/f-spot

Public Methods

Method Description
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

Private Methods

Method Description
HandlePhotoChanged ( FSpot.PhotoView sender ) : void
HandleQueryItemsChanged ( IBrowsableCollection collection, BrowsableEventArgs args ) : void
HandleSelectionItemsChanged ( IBrowsableCollection collection, BrowsableEventArgs args ) : void

Method Details

Contains() public method

public Contains ( IPhoto item ) : bool
item IPhoto
return bool

HandleSelectionChanged() public method

public HandleSelectionChanged ( IBrowsableCollection collection ) : void
collection IBrowsableCollection
return void

IndexOf() public method

public IndexOf ( IPhoto item ) : int
item IPhoto
return int

MainSelection() public method

public MainSelection ( MainWindow win ) : System
win MainWindow
return System

MarkChanged() public method

public MarkChanged ( ) : void
return void

MarkChanged() public method

public MarkChanged ( int index, IBrowsableItemChanges changes ) : void
index int
changes IBrowsableItemChanges
return void

this() public method

public this ( int index ) : IPhoto
index int
return IPhoto