C# 클래스 RoboGO.ViewModels.IDEViewModel

ViewModel between IDEView and ScriptRunner.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: syre/SortingIndustrialRobot 1 사용 예제들

공개 메소드들

메소드 설명
CodeClear ( ) : void

Clear the code output shown.

IDEViewModel ( ) : System

Constructor which uses TabControl. TabControl so can add and remove tab content.

executeCode ( ) : void

Execute the code.

비공개 메소드들

메소드 설명
closeTab_Executed ( ) : void
executeCodeThread ( ) : void
newTab_Executed ( ) : void
notifyPropertyChanged ( String info ) : void
openFile ( string file ) : void
open_Executed ( ) : void
open_Executed_Settings ( OpenFileDialog openDialog ) : void
saveAs_Executed ( ) : void
saveAs_Executed_SaveFileDialog_Settings ( SaveFileDialog _saveDialog ) : void
writeFile ( SaveFileDialog saveDialog ) : void

메소드 상세

CodeClear() 공개 메소드

Clear the code output shown.
public CodeClear ( ) : void
리턴 void

IDEViewModel() 공개 메소드

Constructor which uses TabControl. TabControl so can add and remove tab content.
public IDEViewModel ( ) : System
리턴 System

executeCode() 공개 메소드

Execute the code.
public executeCode ( ) : void
리턴 void