Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ViewerConnection Class Reference

#include <ViewerConnection.h>

List of all members.


Detailed Description

Definition at line 31 of file ViewerConnection.h.


Public Member Functions

 ViewerConnection (void)
Socket * getDialogSocket () const
Socket * getRleSocket () const
void setDialogSocket (Socket *sock, int const port)
void setRleSocket (Socket *sock, int const port)
void writeBigString (std::string const &msg)

Private Member Functions

 ViewerConnection (const ViewerConnection &)
 never call this
ViewerConnectionoperator= (const ViewerConnection &)
 never call this

Private Attributes

Socket * dialogSock
Socket * rleSock
int dialogPort
int rlePort

Constructor & Destructor Documentation

ViewerConnection ( void   )  [inline]

Definition at line 38 of file ViewerConnection.h.

ViewerConnection ( const ViewerConnection  )  [private]

never call this


Member Function Documentation

Socket* getDialogSocket (  )  const [inline]

Definition at line 40 of file ViewerConnection.h.

Referenced by VRmixin::processSketchRequest().

Socket* getRleSocket (  )  const [inline]

Definition at line 41 of file ViewerConnection.h.

Referenced by VRmixin::rleEncodeSketch().

void setDialogSocket ( Socket *  sock,
int const   port 
) [inline]

Definition at line 43 of file ViewerConnection.h.

Referenced by VRmixin::VRmixin().

void setRleSocket ( Socket *  sock,
int const   port 
) [inline]

Definition at line 44 of file ViewerConnection.h.

Referenced by VRmixin::VRmixin().

void writeBigString ( std::string const &  msg  ) 

Definition at line 13 of file ViewerConnection.cc.

Referenced by VRmixin::processSketchRequest().

ViewerConnection& operator= ( const ViewerConnection  )  [private]

never call this


Member Data Documentation

Socket * rleSock [private]

Definition at line 34 of file ViewerConnection.h.

int dialogPort [private]

Definition at line 35 of file ViewerConnection.h.

Referenced by ViewerConnection::setRleSocket().

int rlePort [private]

Definition at line 35 of file ViewerConnection.h.


The documentation for this class was generated from the following files:

DualCoding 4.0
Generated Thu Nov 22 00:54:07 2007 by Doxygen 1.5.4