- qt_getQtMetaObject
const(QMetaObject)* qt_getQtMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- qt_qFindChild_helper
QObject qt_qFindChild_helper(const(QObject) parent, const(QString) name, const(QMetaObject) mo, qt.core.namespace.FindChildOptions options)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qt_qFindChildren_helper
void qt_qFindChildren_helper(const(QObject) parent, const(QString) name, const(QMetaObject) mo, QList!(void*)* list, qt.core.namespace.FindChildOptions options)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qt_qFindChildren_helper
void qt_qFindChildren_helper(const(QObject) parent, const(QRegExp) re, const(QMetaObject) mo, QList!(void*)* list, qt.core.namespace.FindChildOptions options)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qt_qFindChildren_helper
void qt_qFindChildren_helper(const(QObject) parent, const(QRegularExpression) re, const(QMetaObject) mo, QList!(void*)* list, qt.core.namespace.FindChildOptions options)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *