Dragonfly 4.19
A text-based game engine
Public Member Functions | Private Attributes | List of all members
df::EventCustomNetwork Class Reference
Inheritance diagram for df::EventCustomNetwork:
Inheritance graph

Public Member Functions

 EventCustomNetwork (Network::Label label)
 
void setMessage (const void *new_message)
 
const void * getMessage () const
 
- Public Member Functions inherited from df::EventNetwork
 EventNetwork (Network::Label label)
 
void setLabel (Network::Label new_label)
 
Network::Label getLabel () const
 
void setSocketIndex (int new_socket_index)
 
int getSocketIndex () const
 
void setBytes (int new_bytes)
 
int getBytes () const
 
- Public Member Functions inherited from df::Event
 Event ()
 
virtual ~Event ()
 
void setType (std::string new_type)
 
std::string getType () const
 

Private Attributes

const void * m_p_message