C# Class Summa.Gui.FeedView

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

Méthodes publiques

Свойство Type Description
SetTag string
iter TreeIter
selectmodel TreeModel
store ListStore

Méthodes publiques

Méthode Description
AddNewFeed ( ISource feed ) : void
AppendFeed ( ISource feed, Gtk.TreeIter titer ) : void
DeleteFeed ( ISource feed ) : void
FeedView ( ) : System
GoToNextUnreadFeed ( ) : bool
Populate ( string tag ) : void
Update ( ) : void
UpdateFeed ( ISource feed ) : void
UpdateSelected ( ) : void

Private Methods

Méthode Description
OnFeedAdded ( object obj, AddedEventArgs args ) : void
OnFeedChanged ( object obj, ChangedEventArgs args ) : void
OnFeedDeleted ( object obj, AddedEventArgs args ) : void
OnItemAdded ( object obj, AddedEventArgs args ) : void
OnItemChanged ( object obj, ChangedEventArgs args ) : void
OnItemDeleted ( object obj, AddedEventArgs args ) : void
PopulateWithFeeds ( string tag ) : void
PopulateWithSearches ( ) : void

Method Details

AddNewFeed() public méthode

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

AppendFeed() public méthode

public AppendFeed ( ISource feed, Gtk.TreeIter titer ) : void
feed ISource
titer Gtk.TreeIter
Résultat void

DeleteFeed() public méthode

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

FeedView() public méthode

public FeedView ( ) : System
Résultat System

GoToNextUnreadFeed() public méthode

public GoToNextUnreadFeed ( ) : bool
Résultat bool

Populate() public méthode

public Populate ( string tag ) : void
tag string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateFeed() public méthode

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

UpdateSelected() public méthode

public UpdateSelected ( ) : void
Résultat void

Property Details

SetTag public_oe property

public string SetTag
Résultat string

iter public_oe property

public TreeIter iter
Résultat TreeIter

selectmodel public_oe property

public TreeModel selectmodel
Résultat TreeModel

store public_oe property

public ListStore store
Résultat ListStore