C# Class Summa.Gui.FeedView

Inheritance: Gtk.TreeView
Show file Open project: wfarr/newskit Class Usage Examples

Public Properties

Property Type Description
SetTag string
iter TreeIter
selectmodel TreeModel
store ListStore

Public Methods

Method 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

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

public AddNewFeed ( ISource feed ) : void
feed ISource
return void

AppendFeed() public method

public AppendFeed ( ISource feed, Gtk.TreeIter titer ) : void
feed ISource
titer Gtk.TreeIter
return void

DeleteFeed() public method

public DeleteFeed ( ISource feed ) : void
feed ISource
return void

FeedView() public method

public FeedView ( ) : System
return System

GoToNextUnreadFeed() public method

public GoToNextUnreadFeed ( ) : bool
return bool

Populate() public method

public Populate ( string tag ) : void
tag string
return void

Update() public method

public Update ( ) : void
return void

UpdateFeed() public method

public UpdateFeed ( ISource feed ) : void
feed ISource
return void

UpdateSelected() public method

public UpdateSelected ( ) : void
return void

Property Details

SetTag public property

public string SetTag
return string

iter public property

public TreeIter iter
return TreeIter

selectmodel public property

public TreeModel selectmodel
return TreeModel

store public property

public ListStore store
return ListStore