Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ViewerConnection Class Reference

#include <ViewerConnection.h>


Detailed Description

Definition at line 34 of file ViewerConnection.h.

List of all members.

Public Member Functions

 ViewerConnection (void)
SocketgetDialogSocket () const
SocketgetSketchSocket () const
void setDialogSocket (Socket *sock, int const port)
void setSketchSocket (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

SocketdialogSock
SocketsketchSock
int dialogPort
int sketchPort

Constructor & Destructor Documentation

ViewerConnection ( void   ) 

Definition at line 41 of file ViewerConnection.h.

ViewerConnection ( const ViewerConnection  )  [private]

never call this


Member Function Documentation

Socket* getDialogSocket (  )  const

Definition at line 43 of file ViewerConnection.h.

Referenced by VRmixin::processSketchRequest().

Socket* getSketchSocket (  )  const

Definition at line 44 of file ViewerConnection.h.

Referenced by VRmixin::encodeSketch().

ViewerConnection& operator= ( const ViewerConnection  )  [private]

never call this

void setDialogSocket ( Socket sock,
int const   port 
)

Definition at line 46 of file ViewerConnection.h.

Referenced by VRmixin::VRmixin().

void setSketchSocket ( Socket sock,
int const   port 
)

Definition at line 47 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().


Member Data Documentation

int dialogPort [private]

Definition at line 38 of file ViewerConnection.h.

Referenced by ViewerConnection::setDialogSocket().

int sketchPort [private]

Definition at line 38 of file ViewerConnection.h.

Referenced by ViewerConnection::setSketchSocket().


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

DualCoding 5.1CVS
Generated Fri Mar 16 05:23:53 2012 by Doxygen 1.6.3