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

Public Member Functions

 EventNetworkCustom (NetworkEventLabel label)
 
void setMessage (const void *new_message)
 
const void * getMessage () const
 
- Public Member Functions inherited from df::EventNetwork
 EventNetwork (NetworkEventLabel label)
 
void setLabel (NetworkEventLabel new_label)
 
NetworkEventLabel 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