C# Class Tibialyzer.NotificationForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
background_image System.Drawing.Bitmap
command Tibialyzer.TibialyzerCommand
notificationDuration int

Protected Properties

Property Type Description
back_button System.Windows.Forms.PictureBox
decreaseWidthButton System.Windows.Forms.Label
hideWhenTibiaInactive bool
increaseWidthButton System.Windows.Forms.Label
requireDoubleClick bool

Public Methods

Method Description
CloseNotification ( object sender, EventArgs e ) : void
FormName ( ) : string
GetWidth ( ) : int
Initialize ( ) : void
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
NotificationForm ( ) : System
PaintBackground ( Graphics e ) : void
RefreshForm ( ) : void
ResetTimer ( ) : void
ResumeDrawing ( ) : void
ResumeDrawing ( Control c ) : void
ResumeForm ( ) : void
ReturnFocusToTibia ( ) : void
SetWidth ( int width ) : void
SuspendDrawing ( ) : void
SuspendDrawing ( Control c ) : void
SuspendForm ( ) : void
WidthInterval ( ) : int
back_button_Click ( object sender, EventArgs e ) : void
close ( ) : void

Protected Methods

Method Description
Cleanup ( ) : void
CloseForm ( object sender, EventArgs e ) : void
NotificationFinalize ( ) : void
NotificationInitialize ( ) : void
OnClick ( EventArgs e ) : void
OnDoubleClick ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
UnregisterControl ( Control c ) : void
refreshTimer ( ) : void

Private Methods

Method Description
ChangeSize ( int modification ) : void
DecreaseWidth_Click ( object sender, EventArgs e ) : void
IncreaseWidth_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
NotificationForm_SizeChanged ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, Int32 wMsg, bool wParam, Int32 lParam ) : int
UpdateHudVisibility ( bool visible ) : void
c_Click ( object sender, EventArgs e ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

CloseForm() protected method

protected CloseForm ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

CloseNotification() public method

public CloseNotification ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

FormName() public method

public FormName ( ) : string
return string

GetWidth() public method

public GetWidth ( ) : int
return int

Initialize() public static method

public static Initialize ( ) : void
return void

LoadForm() public method

public LoadForm ( ) : void
return void

MaxWidth() public method

public MaxWidth ( ) : int
return int

MinWidth() public method

public MinWidth ( ) : int
return int

NotificationFinalize() protected method

protected NotificationFinalize ( ) : void
return void

NotificationForm() public method

public NotificationForm ( ) : System
return System

NotificationInitialize() protected method

protected NotificationInitialize ( ) : void
return void

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void

OnDoubleClick() protected method

protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

PaintBackground() public method

public PaintBackground ( Graphics e ) : void
e System.Drawing.Graphics
return void

RefreshForm() public method

public RefreshForm ( ) : void
return void

ResetTimer() public method

public ResetTimer ( ) : void
return void

ResumeDrawing() public method

public ResumeDrawing ( ) : void
return void

ResumeDrawing() public static method

public static ResumeDrawing ( Control c ) : void
c System.Windows.Forms.Control
return void

ResumeForm() public method

public ResumeForm ( ) : void
return void

ReturnFocusToTibia() public method

public ReturnFocusToTibia ( ) : void
return void

SetWidth() public method

public SetWidth ( int width ) : void
width int
return void

SuspendDrawing() public method

public SuspendDrawing ( ) : void
return void

SuspendDrawing() public static method

public static SuspendDrawing ( Control c ) : void
c System.Windows.Forms.Control
return void

SuspendForm() public method

public SuspendForm ( ) : void
return void

UnregisterControl() protected method

protected UnregisterControl ( Control c ) : void
c System.Windows.Forms.Control
return void

WidthInterval() public method

public WidthInterval ( ) : int
return int

back_button_Click() public method

public back_button_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

close() public method

public close ( ) : void
return void

refreshTimer() protected method

protected refreshTimer ( ) : void
return void

Property Details

back_button protected_oe property

protected PictureBox,System.Windows.Forms back_button
return System.Windows.Forms.PictureBox

background_image public_oe static_oe property

public static Bitmap,System.Drawing background_image
return System.Drawing.Bitmap

command public_oe property

public TibialyzerCommand,Tibialyzer command
return Tibialyzer.TibialyzerCommand

decreaseWidthButton protected_oe property

protected Label,System.Windows.Forms decreaseWidthButton
return System.Windows.Forms.Label

hideWhenTibiaInactive protected_oe property

protected bool hideWhenTibiaInactive
return bool

increaseWidthButton protected_oe property

protected Label,System.Windows.Forms increaseWidthButton
return System.Windows.Forms.Label

notificationDuration public_oe property

public int notificationDuration
return int

requireDoubleClick protected_oe property

protected bool requireDoubleClick
return bool