C# Class FSpot.MainWindow.MainSelection

Inheritance: IBrowsableCollection
Afficher le fichier Open project: mono/f-spot

Méthodes publiques

Méthode 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

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

Method Details

Contains() public méthode

public Contains ( IPhoto item ) : bool
item IPhoto
Résultat bool

HandleSelectionChanged() public méthode

public HandleSelectionChanged ( IBrowsableCollection collection ) : void
collection IBrowsableCollection
Résultat void

IndexOf() public méthode

public IndexOf ( IPhoto item ) : int
item IPhoto
Résultat int

MainSelection() public méthode

public MainSelection ( MainWindow win ) : System
win MainWindow
Résultat System

MarkChanged() public méthode

public MarkChanged ( ) : void
Résultat void

MarkChanged() public méthode

public MarkChanged ( int index, IBrowsableItemChanges changes ) : void
index int
changes IBrowsableItemChanges
Résultat void

this() public méthode

public this ( int index ) : IPhoto
index int
Résultat IPhoto