The network connection factory interface class. More...
#include <netfactory.h>
Public Member Functions | |
virtual bool | StartServerSearch () |
virtual bool | CanStartServerSearch () |
virtual bool | StopServerSearch () |
virtual bool | CanStopServerSearch () |
virtual bool | IsServerSearching () |
virtual wxString | GetName (void) const |
virtual wxGISNetClientConnection *const | GetConnection (const wxJSONValue &oProperties) |
virtual void | Serialize (wxXmlNode *pConfigNode, bool bSave=true) |
Store Properties of Factory. More... | |
Public Member Functions inherited from wxGISConnectionPointContainer | |
virtual long | Advise (wxEvtHandler *pEvtHandler) |
virtual void | Unadvise (long nCookie) |
Additional Inherited Members | |
Protected Member Functions inherited from wxGISConnectionPointContainer | |
virtual void | AddEvent (const wxEvent &event) |
virtual void | PostEvent (wxEvent *event) |
Protected Attributes inherited from wxGISConnectionPointContainer | |
wxVector< wxEvtHandler * > | m_pPointsArray |
wxCriticalSection | m_CritSectEvt |
The network connection factory interface class.
|
virtual |
Store Properties of Factory.
pConfigNode | wxXmlNode to store params. |
bSave | Set or Get indicator. |
Reimplemented in wxClientTCPNetFactory.