#include <VMDCollab.h>
Inheritance diagram for VMDCollab:
Public Methods | |
VMDCollab (VMDApp *) | |
~VMDCollab () | |
int | startserver (int port) |
void | stopserver () |
int | connect (const char *host, int port) |
void | disconnect () |
int | check_event () |
check for an event, and queue it if found. Return TRUE if an event was generated. More... | |
int | act_on_command (int, Command *) |
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F). More... |
|
Definition at line 79 of file VMDCollab.C. References UIObject::command_wanted, NULL, and Command::TOTAL. |
|
Definition at line 92 of file VMDCollab.C. References stopserver. |
|
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F).
Reimplemented from UIObject. Definition at line 257 of file VMDCollab.C. References Command::has_text, imd_writen, Inform::reset, Inform::text, vmd_msleep, and VMDCOLLAB_MSGSIZE. |
|
check for an event, and queue it if found. Return TRUE if an event was generated.
Reimplemented from UIObject. Definition at line 239 of file VMDCollab.C. References imd_readn, NULL, UIObject::runcommand, VMDCOLLAB_MSGSIZE, vmdsock_destroy, vmdsock_selread, and vmdsock_shutdown. |
|
Definition at line 202 of file VMDCollab.C. References NULL, vmd_sleep, vmdsock_connect, vmdsock_create, and vmdsock_destroy. Referenced by text_cmd_collab. |
|
Definition at line 231 of file VMDCollab.C. References NULL, vmdsock_destroy, and vmdsock_shutdown. Referenced by text_cmd_collab. |
|
Definition at line 162 of file VMDCollab.C. References vmdsock_bind, vmdsock_create, vmdsock_destroy, vmdsock_listen, wkf_thread_create, and wkf_thread_t. Referenced by text_cmd_collab. |
|
Definition at line 194 of file VMDCollab.C. References NULL, and vmdsock_shutdown. Referenced by ~VMDCollab. |