The base class for Remote GxObjects (RxObjects). More...
#include <gxremoteserver.h>
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 | |
wxRxCatalog * | m_pRxCatalog |
long | m_nRemoteId |
The base class for Remote GxObjects (RxObjects).
The interface class for remote objects.