C# Class OpenTween.Models.HomeTabModel

Inheritance: TabModel
Mostra file Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
AddPostQueue ( PostClass post ) : void
HomeTabModel ( ) : System
HomeTabModel ( string tabName ) : System
RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : Task

Private Methods

Method Description
UpdateTimelineSpeed ( System.DateTime postCreatedAt ) : void

タイムラインに追加された発言件数を反映し、タイムラインの流速を更新します

Method Details

AddPostQueue() public method

public AddPostQueue ( PostClass post ) : void
post PostClass
return void

HomeTabModel() public method

public HomeTabModel ( ) : System
return System

HomeTabModel() public method

public HomeTabModel ( string tabName ) : System
tabName string
return System

RefreshAsync() public method

public RefreshAsync ( Twitter tw, bool backward, bool startup, IProgress progress ) : Task
tw Twitter
backward bool
startup bool
progress IProgress
return Task