Package io.qt.activex

Class QAxBase.Impl

java.lang.Object
io.qt.QtObject
io.qt.activex.QAxBase.Impl
All Implemented Interfaces:
QAxBase, QtObjectInterface
Enclosing interface:
QAxBase

public abstract static class QAxBase.Impl extends QtObject implements QAxBase

Implementor class for interface QAxBase

The following private function is pure virtual in Qt and thus has to be implemented in derived Java classes by using the @QtPrivateOverride annotation:


@io.qt.QtPrivateOverride
        @io.qt.QtUninvokable
        private io.qt.core.QMetaObject parentMetaObject() {...}