Dungeon Architect  17.0.0
DungeonArchitect.UI Namespace Reference

Classes

interface  UIPlatform
 
interface  IContextMenu
 
interface  UIDragDrop
 
class  NullPlatform
 
interface  UIRenderer
 
interface  UIStyleManager
 
class  UISystem
 
interface  UIUndoSystem
 
interface  IDeferredUICommand
 
class  DeferredUICommandBase
 
class  EditorCommand_InitializeGraphCameras
 
class  EditorCommand_FocusOnGraphNode
 
class  EditorCommand_SetBorderContent
 
class  EditorCommand_UpdateWidget
 
class  GUIState
 
class  UIResourceLookup
 The resource filename constants used by dungeon architect editor More...
 

Enumerations

enum class  UIDragDropVisualMode {
  None , Copy , Generic , Move ,
  Reject
}
 
enum class  UICursorType { Normal , ResizeHorizontal , ResizeVertical , Link }
 

Functions

delegate void ContextMenuFunction ()
 
delegate void ContextMenuFunctionUserData (object userData)
 
delegate void OnWidgetFocus (IWidget widget)
 
delegate void OnWidgetLostFocus (IWidget widget)
 
delegate void OnDragEvent ()
 
delegate void UIUndoRedoDelegate (UISystem uiSystem)