45 #include "mainwindow.h"
46 #include "ui_eventwindowdock.h"
47 #include "../Delegates/eventdelegate.h"
48 #include "../Models/eventmodel.h"
56 #include <QDockWidget>
57 #include <QColorDialog>
129 void initMVCSettings();
135 void initCheckBoxes();
141 void initComboBoxes();
147 void initToolButtons();
153 void initPushButtons();
159 void updateComboBox(
const QString ¤tEventType);
165 bool event(QEvent * event);
167 Ui::EventWindowDockWidget *ui;
171 QSettings m_qSettings;
176 QColorDialog* m_pColordialog;
186 void jumpToEvent(
const QModelIndex ¤t,
const QModelIndex &previous);
209 #endif // EVENTWINDOW_H
The EventWindow class provides the event dock window.
EventModel * getEventModel()
void removeEventfromEventModel()
void addEventToEventModel()
EventWindow(QWidget *parent=0)
void jumpToEvent(const QModelIndex ¤t, const QModelIndex &previous)
EventDelegate * getEventDelegate()
QTableView * getEventTableView()