#include <SchemaNoteEditor.hpp>
Definition at line 12 of file SchemaNoteEditor.hpp.
◆ SchemaNoteEditor()
| dbse::SchemaNoteEditor::SchemaNoteEditor |
( |
SchemaGraphicNote * | note, |
|
|
QWidget * | parent = 0 ) |
Definition at line 9 of file SchemaNoteEditor.cpp.
10 : QDialog(parent),
m_note(note),
m_ui(
new Ui::SchemaNoteEditor) {
11
14 m_ui->text->setFocus();
17 }
Ui::SchemaNoteEditor * m_ui
SchemaGraphicNote * m_note
◆ ~SchemaNoteEditor()
| dbse::SchemaNoteEditor::~SchemaNoteEditor |
( |
| ) |
|
◆ cancel_note
| void dbse::SchemaNoteEditor::cancel_note |
( |
| ) |
|
|
privateslot |
◆ cancelled
◆ note_accepted
◆ update_text
| void dbse::SchemaNoteEditor::update_text |
( |
| ) |
|
|
privateslot |
Definition at line 27 of file SchemaNoteEditor.cpp.
27 {
30 }
void update_note(QString text)
void note_accepted(SchemaGraphicNote *note)
◆ m_note
◆ m_ui
| Ui::SchemaNoteEditor* dbse::SchemaNoteEditor::m_ui |
|
private |
The documentation for this class was generated from the following files: