|
| void | SetDefaultValue (string title, string description) |
| |
| void | ShowToolTip (Control target, string title, string description) |
| |
| bool | IsToolTipInQueue (Control target) |
| |
| void | UpdateToolTip (Control target, string title, string description) |
| |
| void | HideToolTip (Control target) |
| |
| void | ClearToolTips () |
| |
| | Control () |
| |
| TControl | CreateChildControl< TControl > () |
| | Creates a new Entity as a child of this one with an instance of the given Control type attached to it, which is returned. More...
|
| |
| Control | CreateChildControl (Type type) |
| | Creates a new Entity as a child of this one with an instance of the given Control type attached to it, which is returned. More...
|
| |
| Control | CreateChildControl (ResourceName resName) |
| | Creates a new Entity as a child of this one with a Control attached to it, as defined by the control layout resource specified by the given resource name. More...
|
| |
| Bounds | GetChildBounds () |
| |
| delegate void | PointerEventHandler (Control sender, PointerEventArgs e) |
| |
| void | SetTextSubstitution (string key, string value) |
| |
| string | GetTextSubstitution (string key) |
| |
|
| new Color | Color [get, set] |
| |
| Button | MenuIconBack [get, set] |
| |
| string | DefaultTitle [get, set] |
| |
| string | DefaultDescription [get, set] |
| |
| Texture | Icon [get, set] |
| |
| Text | InfoTitle [get, set] |
| |
| Text | InfoDescription [get, set] |
| |
| Color | Color [get, set] |
| | Color of the Panel. More...
|
| |
| ImageType | Type [get, set] |
| |
| bool | PreserveAspect [get, set] |
| |
| Graphics.Texture | Texture [get, set] |
| |
| Graphics.Sprite | Sprite [get, set] |
| |
| MenuPanel | MenuPanel [get, set] |
| |
| PointerEventHandler | PointerEntered |
| |
| PointerEventHandler | PointerLeft |
| |
| PointerEventHandler | PointerClicked |
| |
| PointerEventHandler | PointerPressed |
| |
| PointerEventHandler | PointerReleased |
| |
| PointerEventHandler | PointerBeginDragging |
| |
| PointerEventHandler | PointerEndDragging |
| |
| PointerEventHandler | PointerDragging |
| |
| PointerEventHandler | PointerScrolling |
| |
| void Chunks.Controls.InfoPanel.ClearToolTips |
( |
| ) |
|
| void Chunks.Controls.InfoPanel.HideToolTip |
( |
Control |
target | ) |
|
| bool Chunks.Controls.InfoPanel.IsToolTipInQueue |
( |
Control |
target | ) |
|
| override void Chunks.Controls.InfoPanel.OnLayoutLoaded |
( |
bool |
firstTime | ) |
|
|
protectedvirtual |
| void Chunks.Controls.InfoPanel.SetDefaultValue |
( |
string |
title, |
|
|
string |
description |
|
) |
| |
| void Chunks.Controls.InfoPanel.ShowToolTip |
( |
Control |
target, |
|
|
string |
title, |
|
|
string |
description |
|
) |
| |
| void Chunks.Controls.InfoPanel.UpdateToolTip |
( |
Control |
target, |
|
|
string |
title, |
|
|
string |
description |
|
) |
| |
| new Color Chunks.Controls.InfoPanel.Color |
|
getset |
| string Chunks.Controls.InfoPanel.DefaultDescription |
|
getset |
| string Chunks.Controls.InfoPanel.DefaultTitle |
|
getset |
| Texture Chunks.Controls.InfoPanel.Icon |
|
getset |
| Text Chunks.Controls.InfoPanel.InfoDescription |
|
getset |
| Text Chunks.Controls.InfoPanel.InfoTitle |
|
getset |
| Button Chunks.Controls.InfoPanel.MenuIconBack |
|
getset |
The documentation for this class was generated from the following file: