27#include "sharedframe.h"
117 void resizeEvent(QResizeEvent *) Q_DECL_OVERRIDE;
118 void changeEvent(QEvent *) Q_DECL_OVERRIDE;
121 Q_INVOKABLE virtual
void onRefreshThreadComplete() Q_DECL_FINAL;
122 virtual
void refreshInThread() Q_DECL_FINAL;
123 QFuture<
void> m_future;
124 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:49