Public Member Functions | |
wxPackageUploadDlg () | |
Constructors. | |
wxPackageUploadDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEUPLOADDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEUPLOADDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEUPLOADDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEUPLOADDLG_SIZE, long style=SYMBOL_WXPACKAGEUPLOADDLG_STYLE) | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEUPLOADDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEUPLOADDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEUPLOADDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEUPLOADDLG_SIZE, long style=SYMBOL_WXPACKAGEUPLOADDLG_STYLE) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
void | OnAnonymous (wxCommandEvent &event) |
void | SetFileToUpload (const wxString &packagefile) |
void | SetDefaults (const wxString &defaults) |
wxString | GetUser () const |
wxString | GetPassword () const |
wxString | GetPath () const |
wxString | GetServer () const |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Protected Attributes | |
wxStaticText * | m_pFileSizeLabel |
wxTextCtrl * | m_pFile |
wxTextCtrl * | m_pUser |
wxTextCtrl * | m_pPassword |
wxCheckBox * | m_pAnonymous |
wxTextCtrl * | m_pDir |
Definition at line 50 of file uploaddlg.h.