|
| UIBestiaryFilteringOptionsGrid (EntryFilterer< BestiaryEntry, IBestiaryEntryFilter > filterer) |
|
void | GetEntriesToShow (out int maxEntriesWidth, out int maxEntriesHeight, out int maxEntriesToHave) |
|
void | SetupAvailabilityTest (List< BestiaryEntry > allAvailableEntries) |
|
void | UpdateAvailability () |
|
| UIPanel (Asset< Texture2D > customBackground, Asset< Texture2D > customborder, int customCornerSize=12, int customBarSize=4) |
|
void | Activate () |
|
void | Append (UIElement element) |
|
virtual void | Click (UIMouseEvent evt) |
|
virtual int | CompareTo (object obj) |
|
virtual bool | ContainsPoint (Vector2 point) |
|
void | CopyStyle (UIElement element) |
|
void | Deactivate () |
|
virtual void | DoubleClick (UIMouseEvent evt) |
|
virtual void | Draw (SpriteBatch spriteBatch) |
|
void | DrawDebugHitbox (BasicDebugDrawer drawer, float colorIntensity=0f) |
|
delegate void | ElementEvent (UIElement affectedElement) |
|
virtual void | ExecuteRecursively (UIElementAction action) |
|
Rectangle | GetClippingRectangle (SpriteBatch spriteBatch) |
|
CalculatedStyle | GetDimensions () |
|
UIElement | GetElementAt (Vector2 point) |
|
CalculatedStyle | GetInnerDimensions () |
|
CalculatedStyle | GetOuterDimensions () |
|
bool | GetSnapPoint (out SnapPoint point) |
|
virtual List< SnapPoint > | GetSnapPoints () |
|
virtual Rectangle | GetViewCullingArea () |
|
bool | HasChild (UIElement child) |
|
void | Initialize () |
|
virtual void | MiddleClick (UIMouseEvent evt) |
|
virtual void | MiddleDoubleClick (UIMouseEvent evt) |
|
virtual void | MiddleMouseDown (UIMouseEvent evt) |
|
virtual void | MiddleMouseUp (UIMouseEvent evt) |
|
virtual void | MouseDown (UIMouseEvent evt) |
|
delegate void | MouseEvent (UIMouseEvent evt, UIElement listeningElement) |
|
virtual void | MouseOut (UIMouseEvent evt) |
|
virtual void | MouseOver (UIMouseEvent evt) |
|
virtual void | MouseUp (UIMouseEvent evt) |
|
virtual void | OnActivate () |
|
virtual void | OnDeactivate () |
|
virtual void | OnInitialize () |
|
virtual void | Recalculate () |
|
virtual void | RecalculateChildren () |
|
void | Remove () |
|
void | RemoveAllChildren () |
|
void | RemoveChild (UIElement child) |
|
virtual void | RightClick (UIMouseEvent evt) |
|
virtual void | RightDoubleClick (UIMouseEvent evt) |
|
virtual void | RightMouseDown (UIMouseEvent evt) |
|
virtual void | RightMouseUp (UIMouseEvent evt) |
|
virtual void | ScrollWheel (UIScrollWheelEvent evt) |
|
delegate void | ScrollWheelEvent (UIScrollWheelEvent evt, UIElement listeningElement) |
|
void | SetPadding (float pixels) |
|
void | SetSnapPoint (string name, int id, Vector2? anchor=null, Vector2? offset=null) |
|
delegate void | UIElementAction (UIElement element) |
|
virtual void | Update (GameTime gameTime) |
|
virtual void | XButton1Click (UIMouseEvent evt) |
|
virtual void | XButton1DoubleClick (UIMouseEvent evt) |
|
virtual void | XButton1MouseDown (UIMouseEvent evt) |
|
virtual void | XButton1MouseUp (UIMouseEvent evt) |
|
virtual void | XButton2Click (UIMouseEvent evt) |
|
virtual void | XButton2DoubleClick (UIMouseEvent evt) |
|
virtual void | XButton2MouseDown (UIMouseEvent evt) |
|
virtual void | XButton2MouseUp (UIMouseEvent evt) |
|
|
Color | BackgroundColor = new Color(63, 82, 151) * 0.7f |
|
Color | BorderColor = Color.Black |
|
float | HAlign |
|
StyleDimension | Height |
|
bool | IgnoresMouseInteraction |
|
StyleDimension | Left |
|
float | MarginBottom |
|
float | MarginLeft |
|
float | MarginRight |
|
float | MarginTop |
|
StyleDimension | MaxHeight = StyleDimension.Fill |
|
StyleDimension | MaxWidth = StyleDimension.Fill |
|
StyleDimension | MinHeight = StyleDimension.Empty |
|
StyleDimension | MinWidth = StyleDimension.Empty |
|
bool | OverflowHidden |
|
SamplerState | OverrideSamplerState |
|
float | PaddingBottom |
|
float | PaddingLeft |
|
float | PaddingRight |
|
float | PaddingTop |
|
StyleDimension | Top |
|
bool | UseImmediateMode |
|
float | VAlign |
|
StyleDimension | Width |
|
override void | DrawSelf (SpriteBatch spriteBatch) |
|
virtual void | DrawChildren (SpriteBatch spriteBatch) |
|
virtual void | DrawSelf (SpriteBatch spriteBatch) |
|
readonly List< UIElement > | Elements = new List<UIElement>() |
|
IEnumerable< UIElement > | Children [get] |
|
bool | IsMouseHovering [get] |
|
UIElement | Parent [get] |
|
int | UniqueId [get] |
|