wxMaxima
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FindReplaceDialog Class Reference

#include <FindReplaceDialog.h>

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

Public Member Functions

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

Protected Member Functions

void OnActivate (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.
 
void OnClose (wxCloseEvent &WXUNUSED(event))
 

Protected Attributes

FindReplacePanem_contents
 

Detailed Description

The find+replace dialog

Member Function Documentation

◆ OnClose()

void FindReplaceDialog::OnClose ( wxCloseEvent &  WXUNUSEDevent)
protected

Called on closing the dialogue.

Informs our parent that it can stop highlighting search results and saves the window geometry for the next time the window is opened.

Member Data 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: