| Code::Blocks
    SVN r11506
    | 
#include <confirmreplacedlg.h>
| Public Member Functions | |
| ConfirmReplaceDlg (wxWindow *parent, bool replaceInFiles=false, const wxString &label=_("Replace this occurrence?")) | |
| ~ConfirmReplaceDlg () override | |
| void | OnYes (wxCommandEvent &event) | 
| void | OnNo (wxCommandEvent &event) | 
| void | OnAllInFile (wxCommandEvent &event) | 
| void | OnSkipFile (wxCommandEvent &event) | 
| void | OnAll (wxCommandEvent &event) | 
| void | OnCancel (wxCommandEvent &event) | 
| void | CalcPosition (cbStyledTextCtrl *ed) | 
|  Public Member Functions inherited from wxScrollingDialog | |
| wxScrollingDialog () | |
| wxScrollingDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const wxString &name=_("dialogBox")) | |
|  Public Member Functions inherited from wxDialog | |
| virtual int | ShowModal () | 
Definition at line 25 of file confirmreplacedlg.h.
| ConfirmReplaceDlg::ConfirmReplaceDlg | ( | wxWindow * | parent, | 
| bool | replaceInFiles = false, | ||
| const wxString & | label = _("Replace this occurrence?") | ||
| ) | 
Definition at line 32 of file confirmreplacedlg.cpp.
References _T, wxXmlResource::Get(), and wxXmlResource::LoadObject().
| 
 | override | 
Definition at line 42 of file confirmreplacedlg.cpp.
| void ConfirmReplaceDlg::CalcPosition | ( | cbStyledTextCtrl * | ed | ) | 
Definition at line 76 of file confirmreplacedlg.cpp.
References wxScintilla::GetCurrentLine(), wxScintilla::GetCurrentPos(), wxSystemSettings::GetMetric(), wxScintilla::PointFromPosition(), wxScintilla::TextHeight(), wxSYS_SCREEN_X, wxSYS_SCREEN_Y, wxPoint::x, and wxPoint::y.
Referenced by FindReplace::Replace(), and FindReplace::ReplaceInFiles().
| void ConfirmReplaceDlg::OnAll | ( | wxCommandEvent & | event | ) | 
Definition at line 66 of file confirmreplacedlg.cpp.
References crAll, and ScriptBindings::EndModal().
| void ConfirmReplaceDlg::OnAllInFile | ( | wxCommandEvent & | event | ) | 
Definition at line 56 of file confirmreplacedlg.cpp.
References crAllInFile, and ScriptBindings::EndModal().
| void ConfirmReplaceDlg::OnCancel | ( | wxCommandEvent & | event | ) | 
Definition at line 71 of file confirmreplacedlg.cpp.
References crCancel, and ScriptBindings::EndModal().
| void ConfirmReplaceDlg::OnNo | ( | wxCommandEvent & | event | ) | 
Definition at line 51 of file confirmreplacedlg.cpp.
References crNo, and ScriptBindings::EndModal().
| void ConfirmReplaceDlg::OnSkipFile | ( | wxCommandEvent & | event | ) | 
Definition at line 61 of file confirmreplacedlg.cpp.
References crSkipFile, and ScriptBindings::EndModal().
| void ConfirmReplaceDlg::OnYes | ( | wxCommandEvent & | event | ) | 
Definition at line 46 of file confirmreplacedlg.cpp.
References crYes, and ScriptBindings::EndModal().
 1.8.13
 1.8.13