C# Class OpenTween.HashtagManage

显示文件 Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
AddHashToHistory ( string hash, bool isIgnorePermanent ) : void
ClearHashtag ( ) : void
HashtagManage ( AtIdSupplement hashSuplForm, string history, string permanentHash, bool IsPermanent, bool IsHead, bool IsNotAddToAtReply ) : System
SetPermanentHash ( string hash ) : void
ToggleHash ( ) : void

Private Methods

Method Description
AddButton_Click ( object sender, EventArgs e ) : void
AdjustHashtags ( string &hashtag, bool isShowWarn ) : bool
Cancel_Button_Click ( object sender, EventArgs e ) : void
ChangeMode ( bool isEdit ) : void
CheckNotAddToAtReply_CheckedChanged ( object sender, EventArgs e ) : void
DeleteButton_Click ( object sender, EventArgs e ) : void
EditButton_Click ( object sender, EventArgs e ) : void
GetIndexOf ( ListBox list, string value ) : int
HashtagManage_KeyDown ( object sender, KeyEventArgs e ) : void
HashtagManage_Shown ( object sender, EventArgs e ) : void
HistoryHashList_DoubleClick ( object sender, EventArgs e ) : void
HistoryHashList_KeyDown ( object sender, KeyEventArgs e ) : void
OK_Button_Click ( object sender, EventArgs e ) : void
PermCancel_Button_Click ( object sender, EventArgs e ) : void
PermOK_Button_Click ( object sender, EventArgs e ) : void
UnSelectButton_Click ( object sender, EventArgs e ) : void
UseHashText_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

AddHashToHistory() public method

public AddHashToHistory ( string hash, bool isIgnorePermanent ) : void
hash string
isIgnorePermanent bool
return void

ClearHashtag() public method

public ClearHashtag ( ) : void
return void

HashtagManage() public method

public HashtagManage ( AtIdSupplement hashSuplForm, string history, string permanentHash, bool IsPermanent, bool IsHead, bool IsNotAddToAtReply ) : System
hashSuplForm AtIdSupplement
history string
permanentHash string
IsPermanent bool
IsHead bool
IsNotAddToAtReply bool
return System

SetPermanentHash() public method

public SetPermanentHash ( string hash ) : void
hash string
return void

ToggleHash() public method

public ToggleHash ( ) : void
return void