| 
|   | UIBestiaryEntryGrid (List< BestiaryEntry > workingSet, MouseEvent clickOnEntryEvent) | 
|   | 
| void  | UpdateEntries () | 
|   | 
| void  | FillBestiarySpaceWithEntries () | 
|   | 
| override void  | Recalculate () | 
|   | 
| void  | GetEntriesToShow (out int maxEntriesWidth, out int maxEntriesHeight, out int maxEntriesToHave) | 
|   | 
| string  | GetRangeText () | 
|   | 
| void  | MakeButtonGoByOffset (UIElement element, int howManyPages) | 
|   | 
| void  | OffsetLibraryByPages (int howManyPages) | 
|   | 
| void  | OffsetLibrary (int offset) | 
|   | 
| delegate void  | MouseEvent (UIMouseEvent evt, UIElement listeningElement) | 
|   | 
| delegate void  | ScrollWheelEvent (UIScrollWheelEvent evt, UIElement listeningElement) | 
|   | 
| delegate void  | ElementEvent (UIElement affectedElement) | 
|   | 
| delegate void  | UIElementAction (UIElement element) | 
|   | 
| void  | SetSnapPoint (string name, int id, Vector2? anchor=null, Vector2? offset=null) | 
|   | 
| bool  | GetSnapPoint (out SnapPoint point) | 
|   | 
| virtual void  | ExecuteRecursively (UIElementAction action) | 
|   | 
| void  | Append (UIElement element) | 
|   | 
| void  | Remove () | 
|   | 
| void  | RemoveChild (UIElement child) | 
|   | 
| void  | RemoveAllChildren () | 
|   | 
| virtual void  | Draw (SpriteBatch spriteBatch) | 
|   | 
| virtual void  | Update (GameTime gameTime) | 
|   | 
| Rectangle  | GetClippingRectangle (SpriteBatch spriteBatch) | 
|   | 
| virtual List< SnapPoint >  | GetSnapPoints () | 
|   | 
| UIElement  | GetElementAt (Vector2 point) | 
|   | 
| virtual bool  | ContainsPoint (Vector2 point) | 
|   | 
| virtual Rectangle  | GetViewCullingArea () | 
|   | 
| void  | SetPadding (float pixels) | 
|   | 
| virtual void  | RecalculateChildren () | 
|   | 
| CalculatedStyle  | GetInnerDimensions () | 
|   | 
| CalculatedStyle  | GetDimensions () | 
|   | 
| CalculatedStyle  | GetOuterDimensions () | 
|   | 
| void  | CopyStyle (UIElement element) | 
|   | 
| virtual void  | LeftMouseDown (UIMouseEvent evt) | 
|   | 
| virtual void  | LeftMouseUp (UIMouseEvent evt) | 
|   | 
| virtual void  | LeftClick (UIMouseEvent evt) | 
|   | 
| virtual void  | LeftDoubleClick (UIMouseEvent evt) | 
|   | 
| virtual void  | RightMouseDown (UIMouseEvent evt) | 
|   | 
| virtual void  | RightMouseUp (UIMouseEvent evt) | 
|   | 
| virtual void  | RightClick (UIMouseEvent evt) | 
|   | 
| virtual void  | RightDoubleClick (UIMouseEvent evt) | 
|   | 
| virtual void  | MouseOver (UIMouseEvent evt) | 
|   | 
| virtual void  | MouseOut (UIMouseEvent evt) | 
|   | 
| virtual void  | ScrollWheel (UIScrollWheelEvent evt) | 
|   | 
| void  | Activate () | 
|   | 
| virtual void  | OnActivate () | 
|   | 
| void  | DrawDebugHitbox (BasicDebugDrawer drawer, float colorIntensity=0f) | 
|   | 
| void  | Deactivate () | 
|   | 
| virtual void  | OnDeactivate () | 
|   | 
| void  | Initialize () | 
|   | 
| virtual void  | OnInitialize () | 
|   | 
| virtual int  | CompareTo (object obj) | 
|   | 
| int  | CompareTo (object? obj) | 
|   | 
| int  | CompareTo (T? other) | 
|   | 
Definition at line 9 of file UIBestiaryEntryGrid.cs.