Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::FindReplaceDialog Class Reference

Find and replace dialog for a QPlainTextEdit widget. More...

#include <FindReplaceDialog.h>

Inheritance diagram for sf::FindReplaceDialog:
Collaboration diagram for sf::FindReplaceDialog:

Public Member Functions

 FindReplaceDialog (QWidget *parent=nullptr)
 Constructor.
 
 ~FindReplaceDialog () override
 Destructor.
 
void setEditor (QPlainTextEdit *editor)
 Sets the editor widget to act on.
 
QPlainTextEdit * getEditor ()
 Gets the editor widget it acts on.
 

Protected Member Functions

void showEvent (QShowEvent *event) override
 

Detailed Description

Find and replace dialog for a QPlainTextEdit widget.

Constructor & Destructor Documentation

◆ FindReplaceDialog()

sf::FindReplaceDialog::FindReplaceDialog ( QWidget *  parent = nullptr)
explicit

Constructor.

◆ ~FindReplaceDialog()

sf::FindReplaceDialog::~FindReplaceDialog ( )
override

Destructor.

Member Function Documentation

◆ getEditor()

QPlainTextEdit * sf::FindReplaceDialog::getEditor ( )
inline

Gets the editor widget it acts on.

◆ setEditor()

void sf::FindReplaceDialog::setEditor ( QPlainTextEdit *  editor)
inline

Sets the editor widget to act on.

◆ showEvent()

void sf::FindReplaceDialog::showEvent ( QShowEvent *  event)
overrideprotected

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