eris 1.4.0
A WorldForge client library.
Eris::SightPersonRedispatch Class Reference
Inheritance diagram for Eris::SightPersonRedispatch:
Collaboration diagram for Eris::SightPersonRedispatch:

Public Member Functions

 SightPersonRedispatch (Connection &con, std::string pid, const Root &obj)
 
void onSightPerson (Person *p)
 

Protected Member Functions

void post ()
 
void postModified (const Atlas::Objects::Root &obj)
 
void fail ()
 

Protected Attributes

const Atlas::Objects::Root m_obj
 

Detailed Description

helper to buffer operations when waiting on sight of a person. Used by private chat in the first instance, and potentially more later.

Definition at line 258 of file Lobby.cpp.

Constructor & Destructor Documentation

◆ SightPersonRedispatch()

Eris::SightPersonRedispatch::SightPersonRedispatch ( Connection con,
std::string  pid,
const Root &  obj 
)
inline

Definition at line 262 of file Lobby.cpp.

Member Function Documentation

◆ fail()

void Eris::Redispatch::fail ( )
protectedinherited

Definition at line 24 of file Redispatch.cpp.

◆ onSightPerson()

void Eris::SightPersonRedispatch::onSightPerson ( Person p)
inline

Definition at line 267 of file Lobby.cpp.

◆ post()

void Eris::Redispatch::post ( )
protectedinherited

Definition at line 12 of file Redispatch.cpp.

◆ postModified()

void Eris::Redispatch::postModified ( const Atlas::Objects::Root &  obj)
protectedinherited

Definition at line 18 of file Redispatch.cpp.

Member Data Documentation

◆ m_obj

const Atlas::Objects::Root Eris::Redispatch::m_obj
protectedinherited

Definition at line 33 of file Redispatch.h.


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