C# Class AGS.Plugin.Lua.LuaForAGSEditorComponent

Inheritance: IEditorComponent
Datei anzeigen Open project: duncanc/Lua-for-AGS Class Usage Examples

Public Properties

Property Type Description
MainForm System.Windows.Forms.Form

Private Properties

Property Type Description
ClearScriptFolders void
GetIcon System.Drawing.Icon
IEditorComponent IList
RoomLastModified System.DateTime
TryCopySiblingFileTo bool
TryDeleteFile bool

Public Methods

Method Description
GetRoomUpdates ( ) : void
IEditorComponent ( ) : void
IEditorComponent ( XmlNode node ) : void
IEditorComponent ( XmlTextWriter writer ) : void
IEditorComponent ( string controlID ) : void
IEditorComponent ( string propertyName, object oldValue ) : void
LuaForAGSEditorComponent ( IAGSEditor editor ) : System
RefreshCompileTimeScripts ( ) : void
RefreshProjectTree ( ) : void
TryRenameScript ( string from, string to ) : bool

Private Methods

Method Description
ClearScriptFolders ( ) : void
GetIcon ( string fileName ) : Icon
IEditorComponent ( string controlID ) : IList
RoomLastModified ( IRoom room ) : System.DateTime
TryCopySiblingFileTo ( string name, string folder ) : bool
TryDeleteFile ( string name, string folder ) : bool

Method Details

GetRoomUpdates() public method

public GetRoomUpdates ( ) : void
return void

IEditorComponent() public method

public IEditorComponent ( ) : void
return void

IEditorComponent() public method

public IEditorComponent ( XmlNode node ) : void
node System.Xml.XmlNode
return void

IEditorComponent() public method

public IEditorComponent ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void

IEditorComponent() public method

public IEditorComponent ( string controlID ) : void
controlID string
return void

IEditorComponent() public method

public IEditorComponent ( string propertyName, object oldValue ) : void
propertyName string
oldValue object
return void

LuaForAGSEditorComponent() public method

public LuaForAGSEditorComponent ( IAGSEditor editor ) : System
editor IAGSEditor
return System

RefreshCompileTimeScripts() public method

public RefreshCompileTimeScripts ( ) : void
return void

RefreshProjectTree() public method

public RefreshProjectTree ( ) : void
return void

TryRenameScript() public method

public TryRenameScript ( string from, string to ) : bool
from string
to string
return bool

Property Details

MainForm public_oe property

public Form,System.Windows.Forms MainForm
return System.Windows.Forms.Form