1#ifndef CPLUGINVIEWERTHREAD_H
2#define CPLUGINVIEWERTHREAD_H
4#include "PluginClient.h"
5#include "PluginThread.h"
The connector interface of the plug-in, which is only used by the plug-in.
It starts a background thread by default.
virtual CConnecterConnect * OnCreateConnecter(const QString &szProtocol)=0
Create Connecter.
virtual Q_INVOKABLE CConnecter * CreateConnecter(const QString &szId)=0
New CConnecter instance.
One thread handles multiple CConnecterConnect.