Property | Type | Description | |
---|---|---|---|
fileWriter | StreamWriter | ||
mainForm | MainForm | ||
prevent_settings_update | bool | ||
skip_hunt_refresh | bool | ||
startup | bool | ||
switch_hunt | bool |
Method | Description | |
---|---|---|
ChangeLanguage ( string language ) : void | ||
ClearWarning ( string message ) : void | ||
DisplayWarning ( string message ) : void | ||
ExitWithError ( string title, string text, bool exit = true ) : void | ||
GetCustomCommands ( ) : IEnumerable |
||
InitializeHuntDisplay ( int activeHuntIndex ) : void | ||
MainForm ( ) : System | ||
OpenUrl ( string str ) : void | ||
SetScanningImage ( string image, string text, bool enabled ) : void | ||
UpdateLogDisplay ( ) : void | ||
draggable_MouseDown ( object sender, MouseEventArgs e ) : void | ||
getSelectedHunt ( ) : Hunt | ||
initializeSettings ( ) : void | ||
makeDraggable ( Control controls ) : void | ||
refreshHuntLog ( Hunt h ) : void | ||
refreshHunts ( ) : void | ||
refreshScreenshots ( ) : void | ||
switchTab ( int tab ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
WndProc ( Message &m ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeTabs ( ) : void | ||
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
MainForm_Load ( object sender, EventArgs e ) : void | ||
ReleaseCapture ( ) : bool | ||
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int | ||
aboutButton_Click ( object sender, EventArgs e ) : void | ||
advancedButton_Click ( object sender, EventArgs e ) : void | ||
autoHotkeyButton_Click ( object sender, MouseEventArgs e ) : void | ||
browseButton_Click ( object sender, MouseEventArgs e ) : void | ||
closeButton_Click ( object sender, EventArgs e ) : void | ||
closeButton_MouseEnter ( object sender, EventArgs e ) : void | ||
closeButton_MouseLeave ( object sender, EventArgs e ) : void | ||
databaseButton_Click ( object sender, MouseEventArgs e ) : void | ||
generalButton_Click ( object sender, MouseEventArgs e ) : void | ||
helpButton_Click ( object sender, MouseEventArgs e ) : void | ||
hudButton_Click ( object sender, EventArgs e ) : void | ||
huntButton_Click ( object sender, MouseEventArgs e ) : void | ||
logButton_Click ( object sender, MouseEventArgs e ) : void | ||
mainButton_Click ( object sender, MouseEventArgs e ) : void | ||
minimizeButton_Click ( object sender, EventArgs e ) : void | ||
minimizeButton_MouseEnter ( object sender, EventArgs e ) : void | ||
minimizeButton_MouseLeave ( object sender, EventArgs e ) : void | ||
minimizeIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void | ||
notificationButton_Click ( object sender, MouseEventArgs e ) : void | ||
notifyIcon1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void | ||
outfiterButton_Click ( object sender, EventArgs e ) : void | ||
popupButton_Click ( object sender, MouseEventArgs e ) : void | ||
screenshotButton_Click ( object sender, MouseEventArgs e ) : void | ||
summaryButton_Click ( object sender, EventArgs e ) : void | ||
taskButton_Click ( object sender, EventArgs e ) : void | ||
upgradeButton_Click ( object sender, EventArgs e ) : void | ||
warningImageBox_MouseDown ( object sender, MouseEventArgs e ) : void |
public ChangeLanguage ( string language ) : void | ||
language | string | |
return | void |
public ClearWarning ( string message ) : void | ||
message | string | |
return | void |
public DisplayWarning ( string message ) : void | ||
message | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static ExitWithError ( string title, string text, bool exit = true ) : void | ||
title | string | |
text | string | |
exit | bool | |
return | void |
public InitializeHuntDisplay ( int activeHuntIndex ) : void | ||
activeHuntIndex | int | |
return | void |
public SetScanningImage ( string image, string text, bool enabled ) : void | ||
image | string | |
text | string | |
enabled | bool | |
return | void |
public draggable_MouseDown ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
return | void |
public makeDraggable ( Control controls ) : void | ||
controls | Control | |
return | void |
public static bool prevent_settings_update | ||
return | bool |