C# Class FSO.Client.UI.Panels.UIUCP

UCP
Inheritance: FSO.Client.UI.Framework.UIContainer
Mostra file Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
SetFocus ( UCPFocusMode focus ) : void

Sets the "focus mode" of the UCP, used to make the UI accessible on phones.

SetInLot ( bool inLot ) : void
SetMode ( UCPMode mode ) : void
SetPanel ( int newPanel ) : void
UIUCP ( FSO.Client.UI.Framework.UIScreen owner ) : System
Update ( FSO state ) : void
UpdateWallsMode ( ) : void
UpdateZoomButton ( ) : void

Private Methods

Method Description
BuildModeButton_OnButtonClick ( UIElement button ) : void
BuyModeButton_OnButtonClick ( UIElement button ) : void
FirstFloor ( UIElement button ) : void
LiveModeButton_OnButtonClick ( UIElement button ) : void
OptionsModeButton_OnButtonClick ( UIElement button ) : void
PhoneButton_OnButtonClick ( UIElement button ) : void
RotateClockwise ( UIElement button ) : void
RotateCounterClockwise ( UIElement button ) : void
SecondFloor ( UIElement button ) : void
SetCityZoom ( UIElement button ) : void
UpdateWallsViewCallback ( int mode ) : void
WallsViewPopup ( UIElement button ) : void
ZeroPad ( string input, int digits ) : string
ZoomControl ( UIElement button ) : void

Method Details

SetFocus() public method

Sets the "focus mode" of the UCP, used to make the UI accessible on phones.
public SetFocus ( UCPFocusMode focus ) : void
focus UCPFocusMode
return void

SetInLot() public method

public SetInLot ( bool inLot ) : void
inLot bool
return void

SetMode() public method

public SetMode ( UCPMode mode ) : void
mode UCPMode
return void

SetPanel() public method

public SetPanel ( int newPanel ) : void
newPanel int
return void

UIUCP() public method

public UIUCP ( FSO.Client.UI.Framework.UIScreen owner ) : System
owner FSO.Client.UI.Framework.UIScreen
return System

Update() public method

public Update ( FSO state ) : void
state FSO
return void

UpdateWallsMode() public method

public UpdateWallsMode ( ) : void
return void

UpdateZoomButton() public method

public UpdateZoomButton ( ) : void
return void