Property | Type | Description | |
---|---|---|---|
et | editorType |
Method | Description | |
---|---|---|
ProgWin ( editorType e, |
ProgWin Constructor
|
|
SMObj ( ) : |
Returns the swarm memory object for the calling object
|
|
loadProgram ( string text ) : void |
Loads the program text into the editor.
|
|
send_close_msg ( ) : void | ||
setOwner ( string uname ) : void |
Sets the owner of program, also updates the local variable 'owner'.
|
|
setPermissions ( string perm ) : void |
Sets the permissions for the user for this particular program
|
|
setProgUserList ( List |
Sets the Program Collaborators user list
|
|
setUserList ( List |
Sets the swarm user list
|
Method | Description | |
---|---|---|
CollabEditing ( string SourceChanged ) : void | ||
Display ( string res ) : void | ||
EnablePlot ( System.Windows.Media.Imaging.PngBitmapEncoder encoder ) : void | ||
InitializeComponent ( ) : void | ||
LineNumbers ( ) : void | ||
RunClicked ( bool Clicked ) : void | ||
SM_CloseP ( bool CloseProg ) : void | ||
SM_RerunP ( bool Rerun ) : void | ||
ShowError ( string Msg ) : void | ||
System ( int connectionId, object target ) : void | ||
Window_Closed ( object sender, |
||
Window_Loaded ( object sender, |
||
Window_Unloaded ( object sender, |
||
btnCompute_Click ( object sender, |
||
compare ( tags t1, tags t2 ) : int | ||
format ( ) : void | ||
highlight ( ) : void | ||
markLinepositions ( ) : void | ||
mnuAccess_Click ( object sender, |
||
mnuAdd_Click ( object sender, |
||
mnuDelete_Click ( object sender, |
||
mnuEdit_Click ( object sender, |
||
mnuExit_Click ( object sender, |
||
mnuFile_Click ( object sender, |
||
mnuLine_Click ( object sender, |
||
mnuOption_Click ( object sender, |
||
mnuSavePlot_Click ( object sender, |
||
mnuSave_Click ( object sender, |
||
mnuShowPlot_Click ( object sender, |
||
mnuWrap_Click ( object sender, |
||
progUserListChange ( List |
||
rtbInput_KeyUp ( object sender, System e ) : void | ||
syntax ( ) : void | ||
update ( string lno1, string s, string mod1, string uname ) : void | ||
userformat ( ) : void | ||
worker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
public ProgWin ( editorType e, |
||
e | editorType | editor type |
sconn | Swarm Connection Object | |
ip | string | Self IP |
port | string | Self Port |
pid | string | PID of the program |
uname | string | Self USername |
return | System |
public loadProgram ( string text ) : void | ||
text | string | Program Text |
return | void |
public setPermissions ( string perm ) : void | ||
perm | string | Permission String |
return | void |
public setProgUserList ( List |
||
list | List |
Program Collaboratos User List |
return | void |
public setUserList ( List |
||
list | List |
Swarm User List |
return | void |