DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
SchemaNoteEditor.hpp
Go to the documentation of this file.
1#ifndef SCHEMANOTEEDITOR_HPP
2#define SCHEMANOTEEDITOR_HPP
3#include <QDialog>
4
6
7namespace dbse {
8 namespace Ui {
9 class SchemaNoteEditor;
10 } // namespace Ui
11
12 class SchemaNoteEditor : public QDialog {
13 Q_OBJECT
14 public:
15 SchemaNoteEditor(SchemaGraphicNote* note, QWidget* parent=0);
17 signals:
20 private:
22 Ui::SchemaNoteEditor* m_ui;
23 private slots:
24 void update_text();
25 void cancel_note();
26 };
27} //namespace dbse
28#endif // SCHEMANOTEEDITOR_HPP
Ui::SchemaNoteEditor * m_ui
void note_accepted(SchemaGraphicNote *note)
void cancelled(SchemaGraphicNote *note)
SchemaNoteEditor(SchemaGraphicNote *note, QWidget *parent=0)
SchemaGraphicNote * m_note
Including QT Headers.