Version: 0.6.0

#include <message.h>

Inheritance diagram for wxNetMessage:
Collaboration diagram for wxNetMessage:

Public Member Functions

 wxNetMessage (const wxJSONValue &val)
 
 wxNetMessage (wxGISNetCommand nNetCmd=enumGISNetCmdUnk, wxGISNetCommandState nNetCmdState=enumGISNetCmdStUnk, short nPriority=enumGISPriorityNormal, long nId=wxNOT_FOUND)
 
bool IsOk () const
 
bool operator== (const wxNetMessage &obj) const
 
bool operator!= (const wxNetMessage &obj) const
 
bool operator< (const wxNetMessage &obj) const
 
short GetPriority (void) const
 
void SetPriority (short nPriority)
 
wxGISNetCommand GetCommand (void) const
 
void SetCommand (wxGISNetCommand nCmd)
 
wxGISNetCommandState GetState (void) const
 
void SetState (wxGISNetCommandState nState)
 
long GetId (void) const
 
void SetId (long nId)
 
wxString GetMessage (void) const
 
void SetMessage (const wxString &sMsg)
 
void SetValue (wxJSONValue val)
 
wxJSONValue GetValue (void) const
 
wxJSONValue GetInternalValue () const
 
wxNetMessage Clone () const
 

Protected Member Functions

virtual wxObjectRefData * CreateRefData () const
 
virtual wxObjectRefData * CloneRefData (const wxObjectRefData *data) const
 

Detailed Description

A network message class. Used in messaging between server and client

Library:  wxGISNet

The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/net/message.h
  • /home/bishop/work/projects/nextgismanager/src/net/message.cpp