Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlDebugServer Class Referenceabstract

#include <qqmldebugserver_p.h>

+ Inheritance diagram for QQmlDebugServer:
+ Collaboration diagram for QQmlDebugServer:

Public Member Functions

 ~QQmlDebugServer () override
 
virtual void setDevice (QIODevice *socket)=0
 
- Public Member Functions inherited from QQmlDebugConnector
bool hasEngine (QJSEngine *) const
 
void addEngine (QJSEngine *)
 
void removeEngine (QJSEngine *)
 
bool open (const QVariantHash &configuration=QVariantHash())
 

Additional Inherited Members

- Static Public Member Functions inherited from QQmlDebugConnector
static QQmlDebugConnectorinstance ()
 
template<class Service >
static Service * service ()
 

Detailed Description

Definition at line 25 of file qqmldebugserver_p.h.

Constructor & Destructor Documentation

◆ ~QQmlDebugServer()

QT_BEGIN_NAMESPACE QQmlDebugServer::~QQmlDebugServer ( )
overridedefault

Member Function Documentation

◆ setDevice()

virtual void QQmlDebugServer::setDevice ( QIODevice * socket)
pure virtual

Implemented in QQmlDebugServerImpl.


The documentation for this class was generated from the following files: