#include <SchemaNoteEditor.hpp>
Definition at line 12 of file SchemaNoteEditor.hpp.
◆ SchemaNoteEditor()
dbse::SchemaNoteEditor::SchemaNoteEditor |
( |
SchemaGraphicNote * | note, |
|
|
QWidget * | parent = 0 ) |
Definition at line 8 of file SchemaNoteEditor.cpp.
9 : QDialog(parent),
m_note(note),
m_ui(
new Ui::SchemaNoteEditor) {
10
13 m_ui->text->setFocus();
16 }
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 26 of file SchemaNoteEditor.cpp.
26 {
29 }
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: