Method | Description | |
---|---|---|
DisplayChat ( string Uname, string Msg ) : void |
Display the chat in the chat box
|
|
ProgConf ( |
Default constructor - Initializing the intial things
|
|
editor_CloseProgramEvent ( string pid ) : void | ||
setDetails ( string SelfIP, string SelfPort, string user ) : void |
Sets the username to be displayed on the screen. This is sent by the connection module.
|
|
setUserList ( List |
Sets the userlist sent by the connection module. This list contains all the users currently in the swarm.
|
Method | Description | |
---|---|---|
AccessThreadStartingPoint ( ) : void | ||
InitializeComponent ( ) : void | ||
NewAccessPermission ( string strPrev ) : void | ||
OwnerChanged ( string strPrev ) : void | ||
OwnerThreadStartingPoint ( ) : void | ||
ShowError ( string errorMsg ) : void | ||
System ( int connectionId, object target ) : void | ||
cmdSend_Click ( object sender, |
||
frmProgConf_Closed ( object sender, |
||
frmProgConf_Loaded ( object sender, |
||
rtbChat_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
submnuDisconnect_Click ( object sender, |
||
submnuExit_Click ( object sender, |
||
submnuLoad_Click ( object sender, |
||
submnuNew_Click ( object sender, |
||
updateList ( List |
Updates the list of users in the swarm.
|
public DisplayChat ( string Uname, string Msg ) : void | ||
Uname | string | Username of the chat message sender |
Msg | string | Actual chat message |
return | void |
public ProgConf ( |
||
SConn | ||
return | System |
public editor_CloseProgramEvent ( string pid ) : void | ||
pid | string | |
return | void |
public setDetails ( string SelfIP, string SelfPort, string user ) : void | ||
SelfIP | string | Self IP Address |
SelfPort | string | Self Port |
user | string | username which was accepted by the swarm while connecting |
return | void |
public setUserList ( List |
||
list | List |
List of all the users in the swarm |
return | void |