C# Class FaceSpot.FaceIconView

Inheritance: Gtk.IconView
Mostrar archivo Open project: kanitw/facespot Class Usage Examples

Public Properties

Property Type Description
faces Face[]

Public Methods

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

public FaceIconView ( Type type ) : System
type System.Type
return System

FaceIconView() public method

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

HandleButtonPressEvent() public method

public HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
return void

HandleDoubleClick() public method

public HandleDoubleClick ( ButtonPressEventArgs args ) : void
args ButtonPressEventArgs
return void

HandleRightClick() public method

public HandleRightClick ( ButtonPressEventArgs args ) : void
args ButtonPressEventArgs
return void

HandleSelectionChanged() public method

public HandleSelectionChanged ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

InitListStore() public method

public InitListStore ( ) : void
return void

SetListStoreFaces() public method

public SetListStoreFaces ( Face faces ) : void
faces Face
return void

UpdateAll() public static method

public static UpdateAll ( ) : void
return void

UpdateFaces() public method

public UpdateFaces ( ) : void
return void

Property Details

faces public_oe property

public Face[] faces
return Face[]