qt.core.object

* * 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. *

Members

Aliases

QObjectList
alias QObjectList = QList!(QObject)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Classes

QObject
class QObject
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QObjectData
class QObjectData
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QObjectUserData
class QObjectUserData
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

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.

Structs

DQtMember
struct DQtMember(T, Members_...)
Undocumented in source.
QAccessibleWidget
struct QAccessibleWidget
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QDynamicMetaObjectData
struct QDynamicMetaObjectData
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
QObjectPrivate
struct QObjectPrivate
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Templates

IsQInvokable
template IsQInvokable(alias F)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsQScriptable
template IsQScriptable(alias F)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsQSignal
template IsQSignal(alias F)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsQSlot
template IsQSlot(alias F)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
parametersSame
template parametersSame(Params...)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta