C# Class OpenTween.HashtagManage

Afficher le fichier Open project: opentween/OpenTween Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddHashToHistory ( string hash, bool isIgnorePermanent ) : void
hash string
isIgnorePermanent bool
Résultat void

ClearHashtag() public méthode

public ClearHashtag ( ) : void
Résultat void

HashtagManage() public méthode

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
Résultat System

SetPermanentHash() public méthode

public SetPermanentHash ( string hash ) : void
hash string
Résultat void

ToggleHash() public méthode

public ToggleHash ( ) : void
Résultat void