Version: 0.6.0
wxNetMessageRefData Class Reference

#include <message.h>

Inheritance diagram for wxNetMessageRefData:
Collaboration diagram for wxNetMessageRefData:

Public Member Functions

 wxNetMessageRefData (const wxNetMessageRefData &data)
 
 wxNetMessageRefData (const wxJSONValue &val)
 
 wxNetMessageRefData (wxGISNetCommand nNetCmd=enumGISNetCmdUnk, wxGISNetCommandState nNetCmdState=enumGISNetCmdStUnk, short nPriority=enumGISPriorityNormal, long nId=wxNOT_FOUND)
 
bool operator== (const wxNetMessageRefData &data) const
 
bool IsOk (void)
 
void SetPriority (short nPriority)
 
void SetState (wxGISNetCommandState nState)
 
void SetMessage (const wxString &sMsg)
 
void SetId (long nId)
 
void SetCommand (wxGISNetCommand nState)
 

Protected Attributes

wxJSONValue m_Val
 
short m_nPriority
 
wxGISNetCommand m_nCmd
 
wxGISNetCommandState m_nState
 
wxString m_sMessage
 
long m_nId
 

Friends

class wxNetMessage
 

Detailed Description

The reference data class for wxNetMessage

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