Property | Type | Description | |
---|---|---|---|
StopProgram | bool | ||
batchDownloadFolder | string | ||
batchMode | bool | ||
connected | bool | ||
dlProgress | int | ||
downloadFolder | string | ||
fileLocation | string | ||
perBatchAFolder | bool | ||
perDownloadAFolder | bool | ||
simpleIrc | SimpleIRC |
Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnFormClosing ( FormClosingEventArgs e ) : void |
Method | 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 |
public AppendIrcOutput ( string username, string input ) : void | ||
username | string | |
input | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnFormClosing ( FormClosingEventArgs e ) : void | ||
e | FormClosingEventArgs | |
return | void |
public appendToDownloadList ( string fileName, string packNum, string botName, string fileLocation ) : void | ||
fileName | string | |
packNum | string | |
botName | string | |
fileLocation | string | |
return | void |
public getFileLocation ( string fileName ) : string | ||
fileName | string | |
return | string |
public setAnimeSearchResult ( string fileName, string size, string packNum, string botName ) : void | ||
fileName | string | |
size | string | |
packNum | string | |
botName | string | |
return | void |
public updateFileStatusbyPack ( string pack ) : void | ||
pack | string | |
return | void |