C# Class XapEditor.AshFile

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

Public Properties

Property Type Description
CanSave bool

Public Methods

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

Protected Methods

Method Description
OnFileLoaded ( ) : void
OnFileSaved ( ) : void
OnNeedsSaveChanged ( ) : void

Private Methods

Method 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 method

public AshFile ( MainWindow own, string f, EditorType etype ) : System
own MainWindow
f string
etype EditorType
return System

LocateInCode() public method

public LocateInCode ( string g ) : void
g string
return void

OnFileLoaded() protected method

protected OnFileLoaded ( ) : void
return void

OnFileSaved() protected method

protected OnFileSaved ( ) : void
return void

OnNeedsSaveChanged() protected method

protected OnNeedsSaveChanged ( ) : void
return void

Save() public method

public Save ( ) : void
return void

loadasm() public method

public loadasm ( string fn ) : void
fn string
return void

Property Details

CanSave public_oe property

public bool CanSave
return bool