22 #include "dataqueue.h"
23 #include "sharedframe.h"
118 void resizeEvent(QResizeEvent *) Q_DECL_OVERRIDE;
119 void changeEvent(QEvent *) Q_DECL_OVERRIDE;
122 Q_INVOKABLE virtual
void onRefreshThreadComplete() Q_DECL_FINAL;
123 virtual
void refreshInThread() Q_DECL_FINAL;
124 QFuture<
void> m_future;
125 bool m_refreshPending;
A file containing the description of Logger class and and additional useful macros for logging.
The DataQueue provides a thread safe container for passing data between objects.
Definition: dataqueue.h:49
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition: sharedframe.h:50