Version: 0.6.0
wxRxObject Class Referenceabstract

The base class for Remote GxObjects (RxObjects). More...

#include <gxremoteserver.h>

Inheritance diagram for wxRxObject:
Collaboration diagram for wxRxObject:

Public Member Functions

virtual bool Create (wxRxCatalog *const pRxCatalog, long nId, wxGxObject *oParent, const wxString &soName=wxEmptyString, const CPLString &soPath="")
 
virtual void OnNetEvent (wxGISNetEvent &event)
 
virtual void SetRemoteId (long nId)
 
virtual long GetRemoteId (void) const
 
virtual void OnNetEvent (wxGISNetEvent &event)=0
 
virtual wxString GetClassName (void) const =0
 
virtual wxXmlNode * GetXmlDescription (void) const
 

Protected Attributes

wxRxCatalogm_pRxCatalog
 
long m_nRemoteId
 

Detailed Description

The base class for Remote GxObjects (RxObjects).

The interface class for remote objects.


The documentation for this class was generated from the following files:
  • /home/bishop/work/projects/nextgismanager/include/wxgis/remoteserver/rxobjectclient.h
  • /home/bishop/work/projects/nextgismanager/include/wxgissrv/srv_framework/rxobjectserver.h
  • /home/bishop/work/projects/nextgismanager/src/remoteserver/rxobjectclient.cpp