Version: 0.6.0
INetConnFactory Class Reference

The network connection factory interface class. More...

#include <netfactory.h>

Inheritance diagram for INetConnFactory:
Collaboration diagram for INetConnFactory:

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
 

Detailed Description

The network connection factory interface class.

Member Function Documentation

void INetConnFactory::Serialize ( wxXmlNode *  pConfigNode,
bool  bSave = true 
)
virtual

Store Properties of Factory.

Parameters
pConfigNodewxXmlNode to store params.
bSaveSet or Get indicator.

Reimplemented in wxClientTCPNetFactory.


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