23 #include "wxgis/catalogui/gxfolderui.h"
24 #include "wxgis/catalog/gxdiscconnection.h"
38 public wxThreadHelper,
44 wxGxDiscConnectionUI(
wxGxObject *oParent,
int nStoreId,
const wxString &soName = wxEmptyString,
const CPLString &soPath =
"",
const wxIcon &SmallIco = wxNullIcon,
const wxIcon &LargeIco = wxNullIcon,
const wxIcon &SmallIcoDsbl = wxNullIcon,
const wxIcon &LargeIcoDsbl = wxNullIcon);
47 virtual wxIcon GetLargeImage(
void);
48 virtual wxIcon GetSmallImage(
void);
49 virtual wxString ContextMenu(
void)
const {
return wxString(wxT(
"wxGxDiscConnection.ContextMenu"));};
50 virtual wxString NewMenu(
void)
const {
return wxString(wxT(
"wxGxDiscConnection.NewMenu"));};
52 virtual void EditProperties(wxWindow *parent);
54 virtual bool Drop(
const wxArrayString& saGxObjectPaths,
bool bMove);
56 virtual bool Destroy(
void);
58 bool CheckReadable(
void);
59 virtual wxThread::ExitCode Entry();
60 bool CreateAndRunCheckThread();
61 void DestroyCheckThread();
63 wxIcon m_Conn16, m_Conn48;
64 wxIcon m_ConnDsbld16, m_ConnDsbld48;
Definition: catalogui.h:73
Definition: gxdiscconnectionui.h:33
Definition: catalogui.h:90
Definition: catalogui.h:128
Definition: gxdiscconnection.h:36
Definition: gxobject.h:37