Object Detection
5.0
Image Processing Using Qt and Opencv
subjectimpl.h
1
#ifndef SUBJECTIMPL_H
2
#define SUBJECTIMPL_H
3
#include "subject.h"
4
using namespace
Devices
;
5
class
SubjectImpl
:
public
Subject
6
{
7
public
:
8
SubjectImpl
(QObject *parent =
nullptr
);
9
SubjectImpl
(
const
SubjectImpl
&) =
default
;
10
};
11
12
#endif // SUBJECTIMPL_H
Devices
Definition:
abstractdevicewriter.h:10
SubjectImpl
Definition:
subjectimpl.h:5
Devices::Subject
Definition:
subject.h:18
object-detector
src
DevicesInterfaces
Tests
TestObserverSubject
subjectimpl.h
Generated by
1.8.13