NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <renamesymbolsdialog.hpp>
Public Member Functions | |
RenameSymbolsDialog (wxWindow *parent, const std::vector< wxString > &vChangeLog, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxString &defaultval=wxEmptyString) | |
wxString | GetValue () |
bool | replaceInWholeFile () |
bool | replaceInComments () |
bool | replaceBeforeCursor () |
bool | replaceAfterCursor () |
Private Member Functions | |
void | fillChangesLog (wxListView *listView, const std::vector< wxString > &vChangeLog) |
Private Attributes | |
wxCheckBox * | m_replaceInComments |
wxCheckBox * | m_replaceInWholeFile |
wxCheckBox * | m_replaceBeforeCursor |
wxCheckBox * | m_replaceAfterCursor |
wxTextCtrl * | m_replaceName |
Definition at line 26 of file renamesymbolsdialog.hpp.
RenameSymbolsDialog::RenameSymbolsDialog | ( | wxWindow * | parent, |
const std::vector< wxString > & | vChangeLog, | ||
wxWindowID | id = wxID_ANY , |
||
const wxString & | title = wxEmptyString , |
||
const wxString & | defaultval = wxEmptyString |
||
) |
Definition at line 28 of file renamesymbolsdialog.cpp.
References _guilang, GroupPanel::AddSpacer(), GroupPanel::CreateCheckBox(), GroupPanel::createGroup(), GroupPanel::CreateListView(), GroupPanel::CreateTextInput(), fillChangesLog(), g_pixelScale, Language::get(), GroupPanel::getVerticalSizer(), m_replaceAfterCursor, m_replaceBeforeCursor, m_replaceInComments, m_replaceInWholeFile, and m_replaceName.
|
private |
Definition at line 95 of file renamesymbolsdialog.cpp.
References toString().
Referenced by RenameSymbolsDialog().
|
inline |
Definition at line 40 of file renamesymbolsdialog.hpp.
References m_replaceName.
Referenced by NumeReEditor::RenameSymbols().
|
inline |
Definition at line 56 of file renamesymbolsdialog.hpp.
References m_replaceAfterCursor.
Referenced by NumeReEditor::RenameSymbols().
|
inline |
Definition at line 52 of file renamesymbolsdialog.hpp.
References m_replaceBeforeCursor.
Referenced by NumeReEditor::RenameSymbols().
|
inline |
Definition at line 48 of file renamesymbolsdialog.hpp.
References m_replaceInComments.
Referenced by NumeReEditor::RenameSymbols().
|
inline |
Definition at line 44 of file renamesymbolsdialog.hpp.
References m_replaceInWholeFile.
Referenced by NumeReEditor::RenameSymbols().
|
private |
Definition at line 32 of file renamesymbolsdialog.hpp.
Referenced by RenameSymbolsDialog(), and replaceAfterCursor().
|
private |
Definition at line 31 of file renamesymbolsdialog.hpp.
Referenced by RenameSymbolsDialog(), and replaceBeforeCursor().
|
private |
Definition at line 29 of file renamesymbolsdialog.hpp.
Referenced by RenameSymbolsDialog(), and replaceInComments().
|
private |
Definition at line 30 of file renamesymbolsdialog.hpp.
Referenced by RenameSymbolsDialog(), and replaceInWholeFile().
|
private |
Definition at line 33 of file renamesymbolsdialog.hpp.
Referenced by GetValue(), and RenameSymbolsDialog().