C# Class AGS.Plugin.Lua.LuaForAGSEditorComponent

Inheritance: IEditorComponent
Afficher le fichier Open project: duncanc/Lua-for-AGS Class Usage Examples

Méthodes publiques

Свойство Type Description
MainForm System.Windows.Forms.Form

Private Properties

Свойство Type Description
ClearScriptFolders void
GetIcon System.Drawing.Icon
IEditorComponent IList
RoomLastModified System.DateTime
TryCopySiblingFileTo bool
TryDeleteFile bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetRoomUpdates ( ) : void
Résultat void

IEditorComponent() public méthode

public IEditorComponent ( ) : void
Résultat void

IEditorComponent() public méthode

public IEditorComponent ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

IEditorComponent() public méthode

public IEditorComponent ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
Résultat void

IEditorComponent() public méthode

public IEditorComponent ( string controlID ) : void
controlID string
Résultat void

IEditorComponent() public méthode

public IEditorComponent ( string propertyName, object oldValue ) : void
propertyName string
oldValue object
Résultat void

LuaForAGSEditorComponent() public méthode

public LuaForAGSEditorComponent ( IAGSEditor editor ) : System
editor IAGSEditor
Résultat System

RefreshCompileTimeScripts() public méthode

public RefreshCompileTimeScripts ( ) : void
Résultat void

RefreshProjectTree() public méthode

public RefreshProjectTree ( ) : void
Résultat void

TryRenameScript() public méthode

public TryRenameScript ( string from, string to ) : bool
from string
to string
Résultat bool

Property Details

MainForm public_oe property

public Form,System.Windows.Forms MainForm
Résultat System.Windows.Forms.Form