C# Class Tibialyzer.MainForm

Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
fileWriter StreamWriter
mainForm MainForm
prevent_settings_update bool
skip_hunt_refresh bool
startup bool
switch_hunt bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : 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.

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

Method Details

ChangeLanguage() public méthode

public ChangeLanguage ( string language ) : void
language string
Résultat void

ClearWarning() public méthode

public ClearWarning ( string message ) : void
message string
Résultat void

DisplayWarning() public méthode

public DisplayWarning ( string message ) : void
message 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

ExitWithError() public static méthode

public static ExitWithError ( string title, string text, bool exit = true ) : void
title string
text string
exit bool
Résultat void

GetCustomCommands() public méthode

public GetCustomCommands ( ) : IEnumerable
Résultat IEnumerable

InitializeHuntDisplay() public méthode

public InitializeHuntDisplay ( int activeHuntIndex ) : void
activeHuntIndex int
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OpenUrl() public static méthode

public static OpenUrl ( string str ) : void
str string
Résultat void

SetScanningImage() public méthode

public SetScanningImage ( string image, string text, bool enabled ) : void
image string
text string
enabled bool
Résultat void

UpdateLogDisplay() public méthode

public UpdateLogDisplay ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void

draggable_MouseDown() public méthode

public draggable_MouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

getSelectedHunt() public méthode

public getSelectedHunt ( ) : Hunt
Résultat Hunt

initializeSettings() public méthode

public initializeSettings ( ) : void
Résultat void

makeDraggable() public méthode

public makeDraggable ( Control controls ) : void
controls Control
Résultat void

refreshHuntLog() public méthode

public refreshHuntLog ( Hunt h ) : void
h Hunt
Résultat void

refreshHunts() public méthode

public refreshHunts ( ) : void
Résultat void

refreshScreenshots() public méthode

public refreshScreenshots ( ) : void
Résultat void

switchTab() public méthode

public switchTab ( int tab ) : void
tab int
Résultat void

Property Details

fileWriter public_oe static_oe property

public static StreamWriter fileWriter
Résultat StreamWriter

mainForm public_oe static_oe property

public static MainForm mainForm
Résultat MainForm

prevent_settings_update public_oe static_oe property

public static bool prevent_settings_update
Résultat bool

skip_hunt_refresh public_oe property

public bool skip_hunt_refresh
Résultat bool

startup public_oe static_oe property

public static bool startup
Résultat bool

switch_hunt public_oe property

public bool switch_hunt
Résultat bool