Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ViewerConnection Class Reference

#include <ViewerConnection.h>


Detailed Description

Definition at line 32 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 39 of file ViewerConnection.h.

ViewerConnection ( const ViewerConnection  )  [private]

never call this


Member Function Documentation

Socket* getDialogSocket (  )  const

Definition at line 41 of file ViewerConnection.h.

Referenced by VRmixin::processSketchRequest().

Socket* getSketchSocket (  )  const

Definition at line 42 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 44 of file ViewerConnection.h.

Referenced by VRmixin::VRmixin().

void setSketchSocket ( Socket sock,
int const   port 
)

Definition at line 45 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 36 of file ViewerConnection.h.

Referenced by ViewerConnection::setDialogSocket().

int sketchPort [private]

Definition at line 36 of file ViewerConnection.h.

Referenced by ViewerConnection::setSketchSocket().


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

DualCoding 5.1CVS
Generated Mon May 9 04:56:32 2016 by Doxygen 1.6.3