wxMaxima
Public Member Functions | Protected Member Functions | Protected Attributes
FindReplaceDialog Class Reference

The find+replace dialog. More...

#include <FindReplaceDialog.h>

Inheritance diagram for FindReplaceDialog:
[legend]
Collaboration diagram for FindReplaceDialog:
[legend]

Public Member Functions

 FindReplaceDialog (wxWindow *parent, FindReplacePane::FindReplaceData *data, const wxString &title, FindReplaceDialog **pointerToDialogue=NULL, int style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
wxFindReplaceData * GetData ()
 Returns the standard wxFindReplaceData data structure.
 
bool GetRegexSearch () const
 
void SetFindString (const wxString &strng)
 Set the string we are currently searching for.
 

Protected Member Functions

void OnActivateEvent (wxActivateEvent &WXUNUSED(event))
 Is called if this element looses or gets the focus.
 
void OnKeyDown (wxKeyEvent &WXUNUSED(event))
 We catch a few hot keys here as we don't provide a menu that could declare them.
 

Protected Attributes

FindReplacePanem_contents
 The contents of the dialog. More...
 

Detailed Description

The find+replace dialog.

Field Documentation

◆ m_contents

FindReplacePane* FindReplaceDialog::m_contents
protected

The contents of the dialog.

The contents is split into a separate panel so we can easily make it dockable once dockable dialogues aren't this ugly any more.


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