NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <fndrpldialog.hpp>
Public Member Functions | |
FindReplaceDialog () | |
FindReplaceDialog (wxWindow *parent, wxFindReplaceData *data, const wxString &title, int style=0) | |
bool | Create (wxWindow *parent, wxFindReplaceData *data, const wxString &title, int style=0) |
void | toggleSkipFocus () |
void | SetFocus () |
Protected Member Functions | |
void | Init () |
void | InitPage () |
void | OnPageChange (wxNotebookEvent &event) |
void | SendEvent (const wxEventType &evtType) |
void | OnFind (wxCommandEvent &event) |
void | OnReplace (wxCommandEvent &event) |
void | OnReplaceAll (wxCommandEvent &event) |
void | OnCancel (wxCommandEvent &event) |
void | OnEnter (wxMouseEvent &event) |
void | OnGainFocus (wxFocusEvent &event) |
void | OnLoseFocus (wxFocusEvent &event) |
void | OnUpdateFindUI (wxUpdateUIEvent &event) |
void | OnCloseWindow (wxCloseEvent &event) |
Protected Attributes | |
wxCheckBox * | m_chkCase |
wxCheckBox * | m_chkWord |
wxCheckBox * | m_chkWrapAround |
wxCheckBox * | m_chkCaseRepl |
wxCheckBox * | m_chkWordRepl |
wxCheckBox * | m_chkWrapAroundRepl |
wxRadioBox * | m_radioDir |
wxRadioBox * | m_radioDirRepl |
wxTextCtrl * | m_textFind |
wxTextCtrl * | m_textFindRepl |
wxTextCtrl * | m_textRepl |
ViewerBook * | m_tabs |
bool | m_skipFocusing |
Definition at line 40 of file fndrpldialog.hpp.
|
inline |
Definition at line 43 of file fndrpldialog.hpp.
References Init().
|
inline |
Definition at line 45 of file fndrpldialog.hpp.
References Create(), and Init().
bool FindReplaceDialog::Create | ( | wxWindow * | parent, |
wxFindReplaceData * | data, | ||
const wxString & | title, | ||
int | style = 0 |
||
) |
Definition at line 73 of file fndrpldialog.cpp.
References _guilang, g_pixelScale, Language::get(), InitPage(), m_chkCase, m_chkCaseRepl, m_chkWord, m_chkWordRepl, m_chkWrapAround, m_chkWrapAroundRepl, m_radioDir, m_radioDirRepl, m_tabs, m_textFind, m_textFindRepl, and m_textRepl.
Referenced by FindReplaceDialog().
|
protected |
Definition at line 50 of file fndrpldialog.cpp.
Referenced by FindReplaceDialog().
|
protected |
Definition at line 250 of file fndrpldialog.cpp.
References m_chkCase, m_chkCaseRepl, m_chkWord, m_chkWordRepl, m_chkWrapAround, m_chkWrapAroundRepl, m_radioDir, m_radioDirRepl, m_textFind, m_textFindRepl, m_textRepl, and wxFR_WRAPAROUND.
Referenced by Create(), and OnPageChange().
|
protected |
Definition at line 356 of file fndrpldialog.cpp.
References SendEvent().
|
protected |
Definition at line 396 of file fndrpldialog.cpp.
References SendEvent().
|
protected |
Definition at line 363 of file fndrpldialog.cpp.
References m_skipFocusing, and SetFocus().
|
protected |
Definition at line 341 of file fndrpldialog.cpp.
References SendEvent().
|
protected |
Definition at line 370 of file fndrpldialog.cpp.
References m_tabs, m_textFind, and m_textFindRepl.
|
protected |
Definition at line 384 of file fndrpldialog.cpp.
|
protected |
Definition at line 287 of file fndrpldialog.cpp.
References InitPage(), and m_tabs.
|
protected |
Definition at line 346 of file fndrpldialog.cpp.
References SendEvent().
|
protected |
Definition at line 351 of file fndrpldialog.cpp.
References SendEvent().
|
protected |
Definition at line 390 of file fndrpldialog.cpp.
References m_textFind, and m_textFindRepl.
|
protected |
Definition at line 297 of file fndrpldialog.cpp.
References m_chkCase, m_chkCaseRepl, m_chkWord, m_chkWordRepl, m_chkWrapAround, m_chkWrapAroundRepl, m_radioDir, m_radioDirRepl, m_tabs, m_textFind, m_textFindRepl, m_textRepl, and wxFR_WRAPAROUND.
Referenced by OnCancel(), OnCloseWindow(), OnFind(), OnReplace(), and OnReplaceAll().
void FindReplaceDialog::SetFocus | ( | ) |
Definition at line 401 of file fndrpldialog.cpp.
References m_tabs, m_textFind, and m_textFindRepl.
Referenced by OnEnter(), and NumeReWindow::OnFindReplace().
|
inline |
Definition at line 60 of file fndrpldialog.hpp.
References m_skipFocusing, m_tabs, and ViewerBook::toggleSkipFocus().
Referenced by NumeReWindow::OnFindEvent().
|
protected |
Definition at line 89 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 92 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 90 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 93 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 91 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 94 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 96 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 97 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().
|
protected |
Definition at line 105 of file fndrpldialog.hpp.
Referenced by OnEnter(), and toggleSkipFocus().
|
protected |
Definition at line 103 of file fndrpldialog.hpp.
Referenced by Create(), OnGainFocus(), OnPageChange(), SendEvent(), SetFocus(), and toggleSkipFocus().
|
protected |
Definition at line 99 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), OnGainFocus(), OnUpdateFindUI(), SendEvent(), and SetFocus().
|
protected |
Definition at line 100 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), OnGainFocus(), OnUpdateFindUI(), SendEvent(), and SetFocus().
|
protected |
Definition at line 101 of file fndrpldialog.hpp.
Referenced by Create(), InitPage(), and SendEvent().