30 #ifndef MARKERDIALOG_H
31 #define MARKERDIALOG_H
94 void on_buttonBox_accepted();
95 void on_listWidgetMarkerHistory_clicked(
const QModelIndex &index);
96 void on_dateTimeEditMarkerPos_dateTimeChanged(
const QDateTime &dateTime);
98 void removeMarkerFromHistory();
99 void on_pushButtonRemove_clicked();
103 #endif // MARKERDIALOG_H
void removeFromHistory(int i)
Notifies parent to remove selected text item from marker history.
void setMarkerHistoryAndPositionTime(std::vector< std::string > history, QDateTime time)
Sets marker history and the selected time point for new marker for marker dialog. ...
Definition: markerdialog.cpp:62
void sendMarkerNameAndTime(std::string text, QDateTime time)
Sends new marker text and time position to parent.
MarkerDialog(QWidget *parent=0)
Constructs the marker dialog.
Definition: markerdialog.cpp:42
void sendSelectedText(QString typedtext)
Sends selected text to parent.
Class for marker creation dialog of the graphwidget.
Definition: markerdialog.h:53
void sendMarkerPosition(QDateTime time)
Sends marker position to parent.