GPC  v1.0.0-2516
Gorman Print Control
FieldEditor Class Reference

Tiny helper class to show a text editor. More...

Inheritance diagram for FieldEditor:
Collaboration diagram for FieldEditor:

Public Member Functions

 FieldEditor (void)
 Constructor. More...
 
virtual ~FieldEditor (void)
 Destructor. More...
 
virtual void textEditorEscapeKeyPressed (TextEditor &editor)
 Inherited from TextEditor::Listener. More...
 
virtual void textEditorReturnKeyPressed (TextEditor &editor)
 Inherited from TextEditor::Listener. More...
 

Detailed Description

Tiny helper class to show a text editor.

The editor assumes that the parent is showing it modally, and will call exitModalState() if it detects the user has pressed ENTER or ESCAPE.

Constructor & Destructor Documentation

◆ FieldEditor()

FieldEditor::FieldEditor ( void  )

Constructor.

◆ ~FieldEditor()

FieldEditor::~FieldEditor ( void  )
virtual

Destructor.

Member Function Documentation

◆ textEditorEscapeKeyPressed()

void FieldEditor::textEditorEscapeKeyPressed ( TextEditor &  editor)
virtual

Inherited from TextEditor::Listener.

◆ textEditorReturnKeyPressed()

void FieldEditor::textEditorReturnKeyPressed ( TextEditor &  editor)
virtual

Inherited from TextEditor::Listener.