SkyPulse UAV
V0.1
Loading...
Searching...
No Matches
SkyPulseUAV_GroundStation
TOOLS
MediatorInterface.h
Go to the documentation of this file.
1
#ifndef MEDIATORINTERFACE_H
2
#define MEDIATORINTERFACE_H
3
4
#include <QString>
5
6
class
MediatorInterface
{
7
public
:
8
virtual
~MediatorInterface
() {}
9
virtual
void
notify
(
const
QString &message) = 0;
// 用于从Handler通知MainWindow的方法
10
};
11
12
#endif
// MEDIATORINTERFACE_H
MediatorInterface
Definition
MediatorInterface.h:6
MediatorInterface::~MediatorInterface
virtual ~MediatorInterface()
Definition
MediatorInterface.h:8
MediatorInterface::notify
virtual void notify(const QString &message)=0
Generated by
1.10.0