C# Class FaceSpot.FaceIconView

Inheritance: Gtk.IconView
Afficher le fichier Open project: kanitw/facespot Class Usage Examples

Méthodes publiques

Свойство Type Description
faces Face[]

Méthodes publiques

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

Method Details

FaceIconView() public méthode

public FaceIconView ( Type type ) : System
type System.Type
Résultat System

FaceIconView() public méthode

public FaceIconView ( Type type, FSpot.Tag tag ) : System
type System.Type
tag FSpot.Tag
Résultat System

HandleButtonPressEvent() public méthode

public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
Résultat void

HandleDoubleClick() public méthode

public HandleDoubleClick ( ButtonPressEventArgs args ) : void
args ButtonPressEventArgs
Résultat void

HandleRightClick() public méthode

public HandleRightClick ( ButtonPressEventArgs args ) : void
args ButtonPressEventArgs
Résultat void

HandleSelectionChanged() public méthode

public HandleSelectionChanged ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

InitListStore() public méthode

public InitListStore ( ) : void
Résultat void

SetListStoreFaces() public méthode

public SetListStoreFaces ( Face faces ) : void
faces Face
Résultat void

UpdateAll() public static méthode

public static UpdateAll ( ) : void
Résultat void

UpdateFaces() public méthode

public UpdateFaces ( ) : void
Résultat void

Property Details

faces public_oe property

public Face[] faces
Résultat Face[]