Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

wxMsg Class Reference

Short Description. More...

#include <wxMsg.h>

Inheritance diagram for wxMsg:

msg List of all members.

Public Member Functions

void setsock (wxSocketClient *s)
 Short Description.
void setconsole (wxTextCtrl *c)
 Short Description.
int send (void)
 Short Description.
int recv (void)
 Short Description.

Private Attributes

wxSocketClient * sock
wxTextCtrl * console

Detailed Description

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Definition at line 20 of file wxMsg.h.


Member Function Documentation

int wxMsg::recv void   )  [virtual]
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Reimplemented from msg.

Definition at line 47 of file wxMsg.cpp.

References buflen, console, msg::dispatch(), msg::inbuf, and sock.

int wxMsg::send void   )  [virtual]
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Reimplemented from msg.

Definition at line 14 of file wxMsg.cpp.

References console, msg::outbuf, and sock.

void wxMsg::setconsole wxTextCtrl *  c  ) 
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Definition at line 102 of file wxMsg.cpp.

References console.

void wxMsg::setsock wxSocketClient *  s  ) 
 

Short Description.

Long Description if necessary.

Parameters:
<parameter_name> <parameter_descreption>
Returns:
<information on="" what="" is="" being="" returned>="">
Author:
<author name>="">

Definition at line 86 of file wxMsg.cpp.

References sock.


Member Data Documentation

wxTextCtrl* wxMsg::console [private]
 

Definition at line 29 of file wxMsg.h.

Referenced by recv(), send(), and setconsole().

wxSocketClient* wxMsg::sock [private]
 

Definition at line 28 of file wxMsg.h.

Referenced by recv(), send(), and setsock().


The documentation for this class was generated from the following files:
Generated on Fri Sep 1 14:26:03 2006 for Raptor by  doxygen 1.4.4