Property | Type | Description | |
---|---|---|---|
AllowKeyboardToMoveConsole | bool | ||
Brush | SadConsole.Game.GameObject | ||
EditorFileTypes | FileLoaders.IFileLoader[]>.Dictionary | ||
Editors | Editors.Editors>.Dictionary | ||
InnerEmptyBounds | |||
OpenEditors | List |
||
QuickSelectPane |
Method | Description | |
---|---|---|
AddEditor ( Editors editor, bool show ) : void | ||
CenterEditor ( ) : void | ||
ChangeActiveEditor ( Editors editor ) : void | ||
Initialize ( ) : void | ||
ProcessKeyboard ( |
||
ProcessMouse ( |
||
RemoveEditor ( Editors editor ) : void | ||
SaveEditor ( ) : void | ||
ShowCloseConsolePopup ( ) : void | ||
ShowLoadEditorPopup ( ) : void | ||
ShowNewEditorPopup ( ) : void | ||
ShowResizeEditorPopup ( ) : void | ||
UpdateBorder ( Point position ) : void | ||
UpdateBrush ( ) : void |
Method | Description | |
---|---|---|
CreateNewEditor ( Editors editorType, int width, int height, Color defaultForeground, Color defaultBackground ) : void | ||
LoadEditor ( string file, FileLoaders loader ) : void | ||
RefreshBackingPanel ( ) : void | ||
ShowStartup ( ) : void |
public static AddEditor ( Editors editor, bool show ) : void | ||
editor | Editors | |
show | bool | |
return | void |
public static ChangeActiveEditor ( Editors editor ) : void | ||
editor | Editors | |
return | void |
public static ProcessKeyboard ( |
||
info | ||
return | bool |
public static ProcessMouse ( |
||
info | ||
return | bool |
public static RemoveEditor ( Editors editor ) : void | ||
editor | Editors | |
return | void |
public static ShowCloseConsolePopup ( ) : void | ||
return | void |
public static ShowResizeEditorPopup ( ) : void | ||
return | void |
public static UpdateBorder ( Point position ) : void | ||
position | Point | |
return | void |
public static bool AllowKeyboardToMoveConsole | ||
return | bool |
public static SadConsole.Game.GameObject Brush | ||
return | SadConsole.Game.GameObject |
public static Dictionary |
||
return | FileLoaders.IFileLoader[]>.Dictionary |
public static Dictionary |
||
return | Editors.Editors>.Dictionary |
public static Rectangle,Microsoft.Xna.Framework InnerEmptyBounds | ||
return |