Property | Type | Description | |
---|---|---|---|
Fpobject | objectsFloorplan | ||
IsAlert | bool | ||
LastAlertTimestamp | double | ||
LastOid | int | ||
LastOtid | int | ||
LastRefreshTimestamp | double | ||
MainClass | MainForm | ||
NeedSizeUpdate | bool | ||
NeedsRefresh | bool | ||
ResizeParent | bool | ||
RestoreRect |
Property | Type | Description | |
---|---|---|---|
DrawButton | void | ||
DrawOverlay | void | ||
FloorPlanControlClick | void | ||
GetButtonByIndex | |||
GetButtonIndexByLocation | int | ||
GetMousePos | MousePos |
Method | Description | |
---|---|---|
Alarm ( object sender, |
||
Apply ( ) : void | ||
Disable ( bool stopSource = true ) : void | ||
Enable ( ) : void | ||
FloorPlanControl ( objectsFloorplan ofp, MainForm mainForm ) : System | ||
Listen ( ) : void | ||
RecordSwitch ( bool record ) : string | ||
ReloadSchedule ( ) : void | ||
SaveFrame ( |
||
Talk ( IWin32Window f = null ) : void | ||
Tick ( ) : void | ||
UpdatePosition ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnGotFocus ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
DrawButton ( |
||
DrawOverlay ( |
||
FloorPlanControlClick ( object sender, MouseEventArgs e ) : void | ||
GetButtonByIndex ( int buttonIndex, |
||
GetButtonIndexByLocation ( Point xy ) : int | ||
GetMousePos ( Point location ) : MousePos |
public Alarm ( object sender, |
||
sender | object | |
e | ||
return | void |
public Disable ( bool stopSource = true ) : void | ||
stopSource | bool | |
return | void |
public FloorPlanControl ( objectsFloorplan ofp, MainForm mainForm ) : System | ||
ofp | objectsFloorplan | |
mainForm | MainForm | |
return | System |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
return | void |
protected OnResize ( |
||
eventargs | ||
return | void |
public SaveFrame ( |
||
bmp | ||
return | string |