TestObject

Undocumented in source.

Constructors

this
this(QObject parent)
Undocumented in source.

Members

Functions

emitSignalDouble
void emitSignalDouble(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalInt
void emitSignalInt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalInt3
void emitSignalInt3(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalListInt
void emitSignalListInt(const(QList!(int)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalPointerInt
void emitSignalPointerInt(int* p)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalString
void emitSignalString(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalVectorInt
void emitSignalVectorInt(const(QVector!(int)) v)
Undocumented in source. Be warned that the author may not have intended to support it.
emitSignalVoid
void emitSignalVoid()
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalDouble
void onSignalDouble(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalInt
void onSignalInt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalInt3
void onSignalInt3(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalListInt
void onSignalListInt(const(QList!(int)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalPointerInt
void onSignalPointerInt(int* p)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalString
void onSignalString(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalVectorInt
void onSignalVectorInt(const(QVector!(int)) v)
Undocumented in source. Be warned that the author may not have intended to support it.
onSignalVoid
void onSignalVoid()
Undocumented in source. Be warned that the author may not have intended to support it.
signalDouble
void signalDouble(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
signalInt
void signalInt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
signalInt3
void signalInt3(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
signalListInt
void signalListInt(const(QList!(int)) l)
Undocumented in source. Be warned that the author may not have intended to support it.
signalPointerInt
void signalPointerInt(int* p)
Undocumented in source. Be warned that the author may not have intended to support it.
signalString
void signalString(const(QString) s)
Undocumented in source. Be warned that the author may not have intended to support it.
signalVectorInt
void signalVectorInt(const(QVector!(int)) v)
Undocumented in source. Be warned that the author may not have intended to support it.
signalVoid
void signalVoid()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lastStr
QString lastStr;
Undocumented in source.

Inherited Members

From QObject

~this
~this()
Undocumented in source.
QSignal
struct QSignal

UDA for marking member functions as signals.

QSlot
struct QSlot

UDA for marking member functions as slots.

QInvokable
struct QInvokable

UDA for marking member functions as invokable.

QScriptable
struct QScriptable

UDA for marking member functions as scriptable.

Q_OBJECT
enum Q_OBJECT;
Q_OBJECT_D
enum Q_OBJECT_D;

String constant for mixin in every class inheriting QObject.

Q_SIGNAL_IMPL_D
enum Q_SIGNAL_IMPL_D;

String constant for mixin in every signal in classes implemnted in D.

event
bool event(QEvent event)
Undocumented in source.
eventFilter
bool eventFilter(QObject watched, QEvent event)
Undocumented in source.
tr
QString tr(const(char)* sourceText, const(char)* , int )
Undocumented in source. Be warned that the author may not have intended to support it.
objectName
QString objectName()
Undocumented in source.
setObjectName
void setObjectName(const(QString) name)
Undocumented in source.
setObjectName
void setObjectName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
isWidgetType
bool isWidgetType()
Undocumented in source. Be warned that the author may not have intended to support it.
isWindowType
bool isWindowType()
Undocumented in source. Be warned that the author may not have intended to support it.
signalsBlocked
bool signalsBlocked()
Undocumented in source. Be warned that the author may not have intended to support it.
blockSignals
bool blockSignals(bool b)
Undocumented in source.
thread
QThread thread()
Undocumented in source.
moveToThread
void moveToThread(QThread thread)
Undocumented in source.
startTimer
int startTimer(int interval, qt.core.namespace.TimerType timerType)
Undocumented in source.
killTimer
void killTimer(int id)
Undocumented in source.
children
const(QObjectList) children()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(QObject parent)
Undocumented in source.
installEventFilter
void installEventFilter(QObject filterObj)
Undocumented in source.
removeEventFilter
void removeEventFilter(QObject obj)
Undocumented in source.
disconnect
bool disconnect(const(QMetaObject.Connection) )
Undocumented in source.
signal
template signal(string name, Params...)

Returns the set of signals with given name and optionally filtered by parameter types. All signals are used, if no parameter types are given. Otherwise the parameter types have to match.

slot
template slot(string name, Params...)

Returns the set of slots with given name and optionally filtered by parameter types. All slots are used, if no parameter types are given. Otherwise the parameter types have to match.

connect
QMetaObject.Connection connect(Signal sender, QObject context, Dg dg, ConnectionType type)
QMetaObject.Connection connect(Signal sender, Dg dg, ConnectionType type)

Connects a signal to a delegate.

connect
QMetaObject.Connection connect(Signal sender, Slot receiver, ConnectionType type)

Connects a signal to a slot.

dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
setProperty
bool setProperty(const(char)* name, const(QVariant) value)
Undocumented in source.
setProperty
bool setProperty(const(char)* name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
property
QVariant property(const(char)* name)
Undocumented in source.
dynamicPropertyNames
QList!(QByteArray) dynamicPropertyNames()
Undocumented in source.
registerUserData
uint registerUserData()
Undocumented in source.
setUserData
void setUserData(uint id, QObjectUserData data)
Undocumented in source.
userData
QObjectUserData userData(uint id)
Undocumented in source.
destroyed
void destroyed(QObject )
Undocumented in source.
objectNameChanged
void objectNameChanged(const(QString) objectName, QPrivateSignal )
Undocumented in source.
parent
QObject parent()
Undocumented in source. Be warned that the author may not have intended to support it.
inherits
bool inherits(const(char)* classname)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteLater
void deleteLater()
Undocumented in source.
sender
QObject sender()
Undocumented in source.
senderSignalIndex
int senderSignalIndex()
Undocumented in source.
receivers
int receivers(const(char)* signal)
Undocumented in source.
isSignalConnected
bool isSignalConnected(const(QMetaMethod) signal)
Undocumented in source.
timerEvent
void timerEvent(QTimerEvent event)
Undocumented in source.
childEvent
void childEvent(QChildEvent event)
Undocumented in source.
customEvent
void customEvent(QEvent event)
Undocumented in source.
connectNotify
void connectNotify(const(QMetaMethod) signal)
Undocumented in source.
disconnectNotify
void disconnectNotify(const(QMetaMethod) signal)
Undocumented in source.
d_ptr
QScopedPointer!(QObjectData) d_ptr;
Undocumented in source.

Meta