C# Class WeebIRC.Form1

Afficher le fichier Open project: RareAMV/WeebIRC

Méthodes publiques

Свойство Type Description
StopProgram bool
batchDownloadFolder string
batchMode bool
connected bool
dlProgress int
downloadFolder string
fileLocation string
perBatchAFolder bool
perDownloadAFolder bool
simpleIrc SimpleIRC

Méthodes publiques

Méthode Description
AppendDebug ( string input ) : void
AppendIrcOutput ( string username, string input ) : void
Form1 ( ) : System
addBot ( string botname ) : void
appendToDownloadList ( string fileName, string packNum, string botName, string fileLocation ) : void
getFileLocation ( string fileName ) : string
getNextBot ( ) : string
getNextPackNum ( ) : string
setAnimeSearchResult ( string fileName, string size, string packNum, string botName ) : void
updateFileStatusbyPack ( string pack ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

QueBatch_Click ( object sender, EventArgs e ) : void
Search_Click ( object sender, EventArgs e ) : void
StartDownload_Click ( object sender, EventArgs e ) : void
autoJoin_CheckedChanged ( object sender, EventArgs e ) : void
botSelector_SelectedIndexChanged ( object sender, EventArgs e ) : void
chatInput_KeyDown ( object sender, KeyEventArgs e ) : void
clearDlQue_Click ( object sender, EventArgs e ) : void
connect_Click ( object sender, EventArgs e ) : void
createSettingsConf ( ) : void
dlSelected_Click ( object sender, EventArgs e ) : void
downloadList_DoubleClick ( object sender, EventArgs e ) : void
downloadStatusCallback ( string downloadStatus ) : void
folderForEachFile_Click ( object sender, EventArgs e ) : void
folderPerBatch_Click ( object sender, EventArgs e ) : void
getAutoJoin ( ) : bool
getDefaultChannel ( ) : string
getDefaultIP ( ) : string
getDefaultPORT ( ) : string
getDefaultUsername ( ) : string
getDownloadFolder ( ) : string
getFolderForEachFile ( ) : bool
getFolderPerBatch ( ) : bool
ircChannel_KeyDown ( object sender, KeyEventArgs e ) : void
isDefault_CheckedChanged ( object sender, EventArgs e ) : void
runClient ( ) : void
searchAnime ( Form1 form, string SearchInput, string bot ) : void
send_Click ( object sender, EventArgs e ) : void
setDefaultConnect ( string ip, string port, string username, string channel, bool autoJoin ) : void
setDlFolder_Click ( object sender, EventArgs e ) : void
setDownloadPath ( ) : void
startBatchDownload ( ) : void
updateDownloadFolder ( string dlFolder ) : void
updateFolderForEachFile ( bool dlFolderForEachFile ) : void
updateFolderPerBatch ( bool dlFolderPerBatch ) : void

Method Details

AppendDebug() public méthode

public AppendDebug ( string input ) : void
input string
Résultat void

AppendIrcOutput() public méthode

public AppendIrcOutput ( string username, string input ) : void
username string
input string
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

OnFormClosing() protected méthode

protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
Résultat void

addBot() public méthode

public addBot ( string botname ) : void
botname string
Résultat void

appendToDownloadList() public méthode

public appendToDownloadList ( string fileName, string packNum, string botName, string fileLocation ) : void
fileName string
packNum string
botName string
fileLocation string
Résultat void

getFileLocation() public méthode

public getFileLocation ( string fileName ) : string
fileName string
Résultat string

getNextBot() public méthode

public getNextBot ( ) : string
Résultat string

getNextPackNum() public méthode

public getNextPackNum ( ) : string
Résultat string

setAnimeSearchResult() public méthode

public setAnimeSearchResult ( string fileName, string size, string packNum, string botName ) : void
fileName string
size string
packNum string
botName string
Résultat void

updateFileStatusbyPack() public méthode

public updateFileStatusbyPack ( string pack ) : void
pack string
Résultat void

Property Details

StopProgram public_oe property

public bool StopProgram
Résultat bool

batchDownloadFolder public_oe property

public string batchDownloadFolder
Résultat string

batchMode public_oe property

public bool batchMode
Résultat bool

connected public_oe property

public bool connected
Résultat bool

dlProgress public_oe property

public int dlProgress
Résultat int

downloadFolder public_oe property

public string downloadFolder
Résultat string

fileLocation public_oe property

public string fileLocation
Résultat string

perBatchAFolder public_oe property

public bool perBatchAFolder
Résultat bool

perDownloadAFolder public_oe property

public bool perDownloadAFolder
Résultat bool

simpleIrc public_oe property

public SimpleIRC simpleIrc
Résultat SimpleIRC