Version: 0.6.0

The dialog to search remote servers. More...

#include <serversearchdlg.h>

Inheritance diagram for wxGISSearchServerDlg:
Collaboration diagram for wxGISSearchServerDlg:

Public Types

enum  { ID_SEARCHBT = wxID_HIGHEST + 4511, ID_STOPBT, ID_ACCEPT }
 

Public Member Functions

 wxGISSearchServerDlg (INetConnFactory *pFactory, wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Search Server"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
virtual wxXmlNode * GetConnectionProperties () const
 

Protected Member Functions

virtual void CreateControls (bool bShowGauge)
 
virtual void AddServer (wxXmlNode *pServerData)
 
void OnAccept (wxCommandEvent &event)
 
void OnAcceptUI (wxUpdateUIEvent &event)
 
void OnSearch (wxCommandEvent &event)
 
void OnSearchUI (wxUpdateUIEvent &event)
 
void OnStop (wxCommandEvent &event)
 
void OnStopUI (wxUpdateUIEvent &event)
 
void OnNetMsg (wxGISNetEvent &event)
 

Protected Attributes

wxListCtrl * m_listCtrl
 
wxButton * m_button_search
 
wxButton * m_button_stop
 
wxButton * m_button_accept
 
wxString m_ipaddress
 
wxImageList m_ImageList
 
INetConnFactorym_pFactory
 
wxXmlNode * m_pConnProps
 
long m_nConnectionPointCookie
 

Detailed Description

The dialog to search remote servers.


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