NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
RenameSymbolsDialog Class Reference

#include <renamesymbolsdialog.hpp>

Inheritance diagram for RenameSymbolsDialog:
Collaboration diagram for RenameSymbolsDialog:

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
 

Detailed Description

Definition at line 26 of file renamesymbolsdialog.hpp.

Constructor & Destructor Documentation

◆ RenameSymbolsDialog()

RenameSymbolsDialog::RenameSymbolsDialog ( wxWindow *  parent,
const std::vector< wxString > &  vChangeLog,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxEmptyString,
const wxString &  defaultval = wxEmptyString 
)

Member Function Documentation

◆ fillChangesLog()

void RenameSymbolsDialog::fillChangesLog ( wxListView *  listView,
const std::vector< wxString > &  vChangeLog 
)
private

Definition at line 95 of file renamesymbolsdialog.cpp.

References toString().

Referenced by RenameSymbolsDialog().

Here is the call graph for this function:

◆ GetValue()

wxString RenameSymbolsDialog::GetValue ( )
inline

Definition at line 40 of file renamesymbolsdialog.hpp.

References m_replaceName.

Referenced by NumeReEditor::RenameSymbols().

◆ replaceAfterCursor()

bool RenameSymbolsDialog::replaceAfterCursor ( )
inline

Definition at line 56 of file renamesymbolsdialog.hpp.

References m_replaceAfterCursor.

Referenced by NumeReEditor::RenameSymbols().

◆ replaceBeforeCursor()

bool RenameSymbolsDialog::replaceBeforeCursor ( )
inline

Definition at line 52 of file renamesymbolsdialog.hpp.

References m_replaceBeforeCursor.

Referenced by NumeReEditor::RenameSymbols().

◆ replaceInComments()

bool RenameSymbolsDialog::replaceInComments ( )
inline

Definition at line 48 of file renamesymbolsdialog.hpp.

References m_replaceInComments.

Referenced by NumeReEditor::RenameSymbols().

◆ replaceInWholeFile()

bool RenameSymbolsDialog::replaceInWholeFile ( )
inline

Definition at line 44 of file renamesymbolsdialog.hpp.

References m_replaceInWholeFile.

Referenced by NumeReEditor::RenameSymbols().

Member Data Documentation

◆ m_replaceAfterCursor

wxCheckBox* RenameSymbolsDialog::m_replaceAfterCursor
private

Definition at line 32 of file renamesymbolsdialog.hpp.

Referenced by RenameSymbolsDialog(), and replaceAfterCursor().

◆ m_replaceBeforeCursor

wxCheckBox* RenameSymbolsDialog::m_replaceBeforeCursor
private

Definition at line 31 of file renamesymbolsdialog.hpp.

Referenced by RenameSymbolsDialog(), and replaceBeforeCursor().

◆ m_replaceInComments

wxCheckBox* RenameSymbolsDialog::m_replaceInComments
private

Definition at line 29 of file renamesymbolsdialog.hpp.

Referenced by RenameSymbolsDialog(), and replaceInComments().

◆ m_replaceInWholeFile

wxCheckBox* RenameSymbolsDialog::m_replaceInWholeFile
private

Definition at line 30 of file renamesymbolsdialog.hpp.

Referenced by RenameSymbolsDialog(), and replaceInWholeFile().

◆ m_replaceName

wxTextCtrl* RenameSymbolsDialog::m_replaceName
private

Definition at line 33 of file renamesymbolsdialog.hpp.

Referenced by GetValue(), and RenameSymbolsDialog().


The documentation for this class was generated from the following files: