Method | Description | |
---|---|---|
AttachTo ( |
||
Awake ( ) : void | ||
Close ( ) : void | ||
Contains ( Vector2 posAbs ) : bool | ||
Freeze ( bool newVal ) : void | ||
GetFocus ( ) : void | ||
GetRect ( ) : |
||
GetUniqueId ( ) : int | ||
KOSTextEditPopup ( ) : System | ||
LoadContents ( kOS.Persistence.Volume vol, GlobalPath path ) : void | ||
LoseFocus ( ) : void | ||
OnGUI ( ) : void | ||
Open ( ) : void | ||
SaveContents ( ) : void | ||
SetUniqueId ( int newValue ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
BuildTitle ( ) : string | ||
CalcInnerCoords ( ) : void | ||
CalcOuterCoords ( ) : void | ||
CheckKeyboard ( ) : void | ||
CheckResizeDrag ( ) : void | ||
DelegateCancel ( |
||
DelegateLoadContents ( |
||
DelegateNoSaveExit ( |
||
DelegateSaveExit ( |
||
DelegateSaveThenLoad ( |
||
DoPageDown ( ) : void | ||
DoPageUp ( ) : void | ||
DrawWindow ( int windowId ) : void | ||
ExitEditor ( ) : void | ||
GetWidgetController ( ) : TextEditor | ||
InvokeDirtySaveExitDialog ( ) : void | ||
InvokeDirtySaveLoadDialog ( ) : void | ||
InvokeReloadConfirmDialog ( ) : void | ||
KeepCursorScrolledInView ( ) : void | ||
ReloadContents ( ) : void |
Method | Description | |
---|---|---|
ProcessWindow ( int windowId ) : void |
public AttachTo ( |
||
termWindow | ||
attachVolume | kOS.Persistence.Volume | |
path | GlobalPath | |
return | void |
protected static DelegateCancel ( |
||
me | ||
return | void |
protected static DelegateLoadContents ( |
||
me | ||
return | void |
protected static DelegateNoSaveExit ( |
||
me | ||
return | void |
protected static DelegateSaveExit ( |
||
me | ||
return | void |
protected static DelegateSaveThenLoad ( |
||
me | ||
return | void |
protected GetWidgetController ( ) : TextEditor | ||
return | TextEditor |
protected InvokeDirtySaveExitDialog ( ) : void | ||
return | void |
protected InvokeDirtySaveLoadDialog ( ) : void | ||
return | void |
protected InvokeReloadConfirmDialog ( ) : void | ||
return | void |
protected KeepCursorScrolledInView ( ) : void | ||
return | void |
public LoadContents ( kOS.Persistence.Volume vol, GlobalPath path ) : void | ||
vol | kOS.Persistence.Volume | |
path | GlobalPath | |
return | void |