C# Class NMPRK_GUI.Function

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: 01org/NMPRK

Public Methods

Method Description
CommentCallback ( string comment ) : System.Windows.Documents.Run
Invoke ( int handle ) : int
InvokeSimulation ( ) : int
ParseSyntax ( string str, ParseSyntaxWordCallbackDelegate customWordCallback = null ) : System.Windows.Documents.FlowDocument
ToString ( ) : string
WordCallback ( string word ) : System.Windows.Documents.Run

Protected Methods

Method Description
InvokeInternal ( int handle ) : int
InvokeInternalSimulation ( ) : int
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
GetReturnValueString ( int ret ) : string

Method Details

CommentCallback() public static method

public static CommentCallback ( string comment ) : System.Windows.Documents.Run
comment string
return System.Windows.Documents.Run

Invoke() public method

public Invoke ( int handle ) : int
handle int
return int

InvokeInternal() protected abstract method

protected abstract InvokeInternal ( int handle ) : int
handle int
return int

InvokeInternalSimulation() protected abstract method

protected abstract InvokeInternalSimulation ( ) : int
return int

InvokeSimulation() public method

public InvokeSimulation ( ) : int
return int

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

ParseSyntax() public static method

public static ParseSyntax ( string str, ParseSyntaxWordCallbackDelegate customWordCallback = null ) : System.Windows.Documents.FlowDocument
str string
customWordCallback ParseSyntaxWordCallbackDelegate
return System.Windows.Documents.FlowDocument

ToString() public method

public ToString ( ) : string
return string

WordCallback() public static method

public static WordCallback ( string word ) : System.Windows.Documents.Run
word string
return System.Windows.Documents.Run