C# Class Summa.Gui.ItemView

Inheritance: Gtk.TreeView
Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Свойство Type Description
store Gtk.ListStore

Méthodes publiques

Méthode Description
GoToNextItem ( ) : bool
GoToPreviousItem ( ) : void
ItemView ( ) : System
MakePrettyDate ( System.DateTime dtdate ) : string
MarkItemsRead ( ) : void
MarkSelectedFlagged ( ) : void
Populate ( ISource feed ) : void
Update ( ) : void

Private Methods

Méthode Description
DeleteItem ( Summa item ) : void
InvokeAddItem ( object obj, EventArgs args ) : void
InvokeChangeItem ( object obj, EventArgs args ) : void
InvokeDeleteItem ( object obj, EventArgs args ) : void
InvokeStoreClear ( object obj, EventArgs args ) : void
ItemFromIter ( Gtk.TreeIter treeiter ) : Item
OnFeedDeleted ( object obj, AddedEventArgs args ) : void
OnItemAdded ( object obj, AddedEventArgs args ) : void
OnItemChanged ( object obj, ChangedEventArgs args ) : void
OnItemDeleted ( object obj, AddedEventArgs args ) : void
PopulateItem ( Summa item ) : void

Method Details

GoToNextItem() public méthode

public GoToNextItem ( ) : bool
Résultat bool

GoToPreviousItem() public méthode

public GoToPreviousItem ( ) : void
Résultat void

ItemView() public méthode

public ItemView ( ) : System
Résultat System

MakePrettyDate() public méthode

public MakePrettyDate ( System.DateTime dtdate ) : string
dtdate System.DateTime
Résultat string

MarkItemsRead() public méthode

public MarkItemsRead ( ) : void
Résultat void

MarkSelectedFlagged() public méthode

public MarkSelectedFlagged ( ) : void
Résultat void

Populate() public méthode

public Populate ( ISource feed ) : void
feed ISource
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

store public_oe property

public ListStore,Gtk store
Résultat Gtk.ListStore