C# Class FC3Editor.UI.CodeDocument

Inheritance: UserTabbedDocument
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
CodeDocument ( ) : System
GetLineImage ( int line ) : ImageMap
LoadFile ( string fileName ) : void
Run ( ) : void
SaveFile ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ClearImages ( ) : void
DisposeInternal ( ) : void
InitializeComponent ( ) : void
errorCallback ( int line, string errorMessage ) : void
mapCallback ( int line, IntPtr pMap ) : void
textBox1_CaretPositionChanged ( object sender, EventArgs e ) : void

Method Details

CodeDocument() public méthode

public CodeDocument ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetLineImage() public méthode

public GetLineImage ( int line ) : ImageMap
line int
Résultat FC3Editor.Nomad.ImageMap

LoadFile() public méthode

public LoadFile ( string fileName ) : void
fileName string
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SaveFile() public méthode

public SaveFile ( ) : void
Résultat void