Public Member Functions | |
| wxPackageReferenceEditDlg () | |
| Constructors. | |
| wxPackageReferenceEditDlg (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEREFERENCEEDITDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEREFERENCEEDITDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEREFERENCEEDITDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEREFERENCEEDITDLG_SIZE, long style=SYMBOL_WXPACKAGEREFERENCEEDITDLG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEREFERENCEEDITDLG_IDNAME, const wxString &caption=SYMBOL_WXPACKAGEREFERENCEEDITDLG_TITLE, const wxPoint &pos=SYMBOL_WXPACKAGEREFERENCEEDITDLG_POSITION, const wxSize &size=SYMBOL_WXPACKAGEREFERENCEEDITDLG_SIZE, long style=SYMBOL_WXPACKAGEREFERENCEEDITDLG_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnOK (wxCommandEvent &ev) |
| void | OnLocalBrowse (wxCommandEvent &ev) |
| void | SetLocalRoot (const wxString &root) |
| void | SetWildcard (const wxString &wild) |
| void | SetRef (const wxPackageDataWithRef &ref) |
| wxPackageDataWithRef | GetRef () const |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Protected Attributes | |
| wxTextCtrl * | m_pLocal |
| wxTextCtrl * | m_pRemote |
| wxString | m_strData |
| wxString | m_strRoot |
| wxString | m_strWildcard |
Definition at line 47 of file refeditdlg.h.
| void wxPackageReferenceEditDlg::SetLocalRoot | ( | const wxString & | root | ) | [inline] |
This dialog will force the user if he selects as local reference a path which is NOT under the given root. If the root is empty (default) no errors will be displayed.
Definition at line 76 of file refeditdlg.h.
References m_strRoot.
Referenced by wxPackagePropertiesPanel::GetDoc(), wxPackagePropertiesPanel::GetScreenshot(), and wxPackagePropertiesPanel::OnDetailsButton().
| void wxPackageReferenceEditDlg::SetWildcard | ( | const wxString & | wild | ) | [inline] |
This dialog will allow the user to select only files matching the given wildcard.
Definition at line 81 of file refeditdlg.h.
References m_strWildcard.
Referenced by wxPackagePropertiesPanel::GetDoc(), wxPackagePropertiesPanel::GetScreenshot(), and wxPackagePropertiesPanel::OnDetailsButton().
1.5.1-p1