C# 클래스 AGS.Plugin.Lua.LuaForAGSEditorComponent

상속: IEditorComponent
파일 보기 프로젝트 열기: duncanc/Lua-for-AGS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MainForm System.Windows.Forms.Form

Private Properties

프로퍼티 타입 설명
ClearScriptFolders void
GetIcon System.Drawing.Icon
IEditorComponent IList
RoomLastModified System.DateTime
TryCopySiblingFileTo bool
TryDeleteFile bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetRoomUpdates() 공개 메소드

public GetRoomUpdates ( ) : void
리턴 void

IEditorComponent() 공개 메소드

public IEditorComponent ( ) : void
리턴 void

IEditorComponent() 공개 메소드

public IEditorComponent ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

IEditorComponent() 공개 메소드

public IEditorComponent ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
리턴 void

IEditorComponent() 공개 메소드

public IEditorComponent ( string controlID ) : void
controlID string
리턴 void

IEditorComponent() 공개 메소드

public IEditorComponent ( string propertyName, object oldValue ) : void
propertyName string
oldValue object
리턴 void

LuaForAGSEditorComponent() 공개 메소드

public LuaForAGSEditorComponent ( IAGSEditor editor ) : System
editor IAGSEditor
리턴 System

RefreshCompileTimeScripts() 공개 메소드

public RefreshCompileTimeScripts ( ) : void
리턴 void

RefreshProjectTree() 공개 메소드

public RefreshProjectTree ( ) : void
리턴 void

TryRenameScript() 공개 메소드

public TryRenameScript ( string from, string to ) : bool
from string
to string
리턴 bool

프로퍼티 상세

MainForm 공개적으로 프로퍼티

public Form,System.Windows.Forms MainForm
리턴 System.Windows.Forms.Form