C# Class XapEditor.AshFile

AshFile
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
Afficher le fichier Open project: net-shell/quantum-vaginer Class Usage Examples

Méthodes publiques

Свойство Type Description
CanSave bool

Méthodes publiques

Méthode Description
AshFile ( MainWindow own, string f, EditorType etype ) : System
LocateInCode ( string g ) : void
Save ( ) : void
loadasm ( string fn ) : void

Méthodes protégées

Méthode Description
OnFileLoaded ( ) : void
OnFileSaved ( ) : void
OnNeedsSaveChanged ( ) : void

Private Methods

Méthode Description
CompileBg ( string code, CodeEditorParameters cedp = null ) : bool
CompileBgAsync ( string code ) : Task
Disassemble ( ) : void
ImageStretch_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
InitializeComponent ( ) : void
NotifyPropertyChanged ( String info ) : void
OpenDecompiledCode ( string segment = null ) : void
System ( int connectionId, object target ) : void
codeSearchClose_MouseUp ( object sender, System e ) : void
codeSearch_KeyUp ( object sender, System e ) : void
compilerCode_KeyUp ( object sender, System e ) : void
compilerCode_TextChanged ( object sender, EventArgs e ) : void
compilerErrors_MouseDoubleClick ( object sender, System e ) : void
disasmTree_MouseDoubleClick ( object sender, System e ) : void
dtbAsm_Click ( object sender, RoutedEventArgs e ) : void
dtbDsm_Click ( object sender, RoutedEventArgs e ) : void
loadFile ( ) : void
reEntries_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
reSaveAs_Click ( object sender, RoutedEventArgs e ) : void
reSave_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AshFile() public méthode

public AshFile ( MainWindow own, string f, EditorType etype ) : System
own MainWindow
f string
etype EditorType
Résultat System

LocateInCode() public méthode

public LocateInCode ( string g ) : void
g string
Résultat void

OnFileLoaded() protected méthode

protected OnFileLoaded ( ) : void
Résultat void

OnFileSaved() protected méthode

protected OnFileSaved ( ) : void
Résultat void

OnNeedsSaveChanged() protected méthode

protected OnNeedsSaveChanged ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

loadasm() public méthode

public loadasm ( string fn ) : void
fn string
Résultat void

Property Details

CanSave public_oe property

public bool CanSave
Résultat bool