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

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

Public Properties

Property Type Description
FiltersProperty UIGizmoPropertyFilters
Search UIGizmoSearch
SimBox FSO.Client.UI.Controls.UISim
Top100 UIGizmoTop100

Public Methods

Method Description
ContractButton_OnButtonClick ( UIElement button ) : void
ExpandButton_OnButtonClick ( UIElement button ) : void
FiltersButton_OnButtonClick ( UIElement button ) : void
HousesTabButton_OnButtonClick ( UIElement button ) : void
PeopleTabButton_OnButtonClick ( UIElement button ) : void
SearchButton_OnButtonClick ( UIElement button ) : void
Top100ListsButton_OnButtonClick ( UIElement button ) : void
UIGizmo ( ) : System

Private Methods

Method Description
Redraw ( ) : void
SetOpen ( bool open ) : void

Method Details

ContractButton_OnButtonClick() public method

public ContractButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

ExpandButton_OnButtonClick() public method

public ExpandButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

FiltersButton_OnButtonClick() public method

public FiltersButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

HousesTabButton_OnButtonClick() public method

public HousesTabButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

PeopleTabButton_OnButtonClick() public method

public PeopleTabButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

SearchButton_OnButtonClick() public method

public SearchButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

Top100ListsButton_OnButtonClick() public method

public Top100ListsButton_OnButtonClick ( UIElement button ) : void
button FSO.Client.UI.Framework.UIElement
return void

UIGizmo() public method

public UIGizmo ( ) : System
return System

Property Details

FiltersProperty public property

public UIGizmoPropertyFilters,FSO.Client.UI.Panels FiltersProperty
return UIGizmoPropertyFilters

Search public property

public UIGizmoSearch,FSO.Client.UI.Panels Search
return UIGizmoSearch

SimBox public property

public UISim,FSO.Client.UI.Controls SimBox
return FSO.Client.UI.Controls.UISim

Top100 public property

public UIGizmoTop100,FSO.Client.UI.Panels Top100
return UIGizmoTop100