30#include <peak_ipl/peak_ipl.hpp>
32#include <peak/peak.hpp>
Definition acquisitionworker.h:41
Definition mainwindow.h:47
QPushButton * m_buttonSave
Definition mainwindow.h:63
void onCounterChanged(unsigned int frameCounter, unsigned int errorCounter)
Definition mainwindow.cpp:406
std::string selectSaveFileWithDialog()
Definition mainwindow.cpp:315
QLabel * m_labelAboutQt
Definition mainwindow.h:64
QHBoxLayout * m_controls
Definition mainwindow.h:67
QLabel * m_labelVersion
Definition mainwindow.h:62
QThread m_acquisitionThread
Definition mainwindow.h:72
std::shared_ptr< peak::core::DataStream > m_dataStream
Definition mainwindow.h:57
QVBoxLayout * m_layout
Definition mainwindow.h:66
void onAboutQtLinkActivated(const QString &link)
Definition mainwindow.cpp:412
std::shared_ptr< peak::core::NodeMap > m_nodemapRemoteDevice
Definition mainwindow.h:58
std::mutex m_writeMutex
Definition mainwindow.h:72
MainWindow(QWidget *parent=nullptr)
void DestroyAll()
Definition mainwindow.cpp:128
void SaveImage()
Definition mainwindow.cpp:352
AcquisitionWorker * m_acquisitionWorker
Definition mainwindow.h:71
std::unique_ptr< Device > m_device
Definition mainwindow.h:58
CustomDisplay * m_display
Definition mainwindow.h:64
QLabel * m_labelInfo
Definition mainwindow.h:65