- aboutToClose
void aboutToClose()
Undocumented in source.
- atEnd
bool atEnd()
Undocumented in source.
- bytesAvailable
qint64 bytesAvailable()
Undocumented in source.
- bytesToWrite
qint64 bytesToWrite()
Undocumented in source.
- bytesWritten
void bytesWritten(qint64 bytes)
Undocumented in source.
- canReadLine
bool canReadLine()
Undocumented in source.
- channelBytesWritten
void channelBytesWritten(int channel, qint64 bytes)
Undocumented in source.
- channelReadyRead
void channelReadyRead(int channel)
Undocumented in source.
- close
void close()
Undocumented in source.
- commitTransaction
void commitTransaction()
Undocumented in source.
- currentReadChannel
int currentReadChannel()
Undocumented in source.
- currentWriteChannel
int currentWriteChannel()
Undocumented in source.
- errorString
QString errorString()
Undocumented in source.
- getChar
bool getChar(char* c)
Undocumented in source.
- isOpen
bool isOpen()
Undocumented in source.
- isReadable
bool isReadable()
Undocumented in source.
- isSequential
bool isSequential()
Undocumented in source.
- isTextModeEnabled
bool isTextModeEnabled()
Undocumented in source.
- isTransactionStarted
bool isTransactionStarted()
Undocumented in source.
- isWritable
bool isWritable()
Undocumented in source.
- open
bool open(OpenMode mode)
Undocumented in source.
- openMode
OpenMode openMode()
Undocumented in source.
- peek
qint64 peek(char* data, qint64 maxlen)
Undocumented in source.
- peek
QByteArray peek(qint64 maxlen)
Undocumented in source.
- pos
qint64 pos()
Undocumented in source.
- putChar
bool putChar(char c)
Undocumented in source.
- read
qint64 read(char* data, qint64 maxlen)
Undocumented in source.
- read
QByteArray read(qint64 maxlen)
Undocumented in source.
- readAll
QByteArray readAll()
Undocumented in source.
- readChannelCount
int readChannelCount()
Undocumented in source.
- readChannelFinished
void readChannelFinished()
Undocumented in source.
- readData
qint64 readData(char* data, qint64 maxlen)
Undocumented in source.
- readLine
qint64 readLine(char* data, qint64 maxlen)
Undocumented in source.
- readLine
QByteArray readLine(qint64 maxlen)
Undocumented in source.
- readLineData
qint64 readLineData(char* data, qint64 maxlen)
Undocumented in source.
- readyRead
void readyRead()
Undocumented in source.
- reset
bool reset()
Undocumented in source.
- rollbackTransaction
void rollbackTransaction()
Undocumented in source.
- seek
bool seek(qint64 pos)
Undocumented in source.
- setCurrentReadChannel
void setCurrentReadChannel(int channel)
Undocumented in source.
- setCurrentWriteChannel
void setCurrentWriteChannel(int channel)
Undocumented in source.
- setErrorString
void setErrorString(const(QString) errorString)
Undocumented in source.
- setOpenMode
void setOpenMode(OpenMode openMode)
Undocumented in source.
- setTextModeEnabled
void setTextModeEnabled(bool enabled)
Undocumented in source.
- size
qint64 size()
Undocumented in source.
- skip
qint64 skip(qint64 maxSize)
Undocumented in source.
- startTransaction
void startTransaction()
Undocumented in source.
- ungetChar
void ungetChar(char c)
Undocumented in source.
- waitForBytesWritten
bool waitForBytesWritten(int msecs)
Undocumented in source.
- waitForReadyRead
bool waitForReadyRead(int msecs)
Undocumented in source.
- write
qint64 write(const(char)* data, qint64 len)
Undocumented in source.
- write
qint64 write(const(char)* data)
Undocumented in source.
- write
qint64 write(const(QByteArray) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeChannelCount
int writeChannelCount()
Undocumented in source.
- writeData
qint64 writeData(const(char)* data, qint64 len)
Undocumented in source.
- ~this
~this()
Undocumented in source.
- QSignal
struct QSignal
Undocumented in source.
- QSlot
struct QSlot
Undocumented in source.
- QInvokable
struct QInvokable
Undocumented in source.
- QScriptable
struct QScriptable
Undocumented in source.
- Q_OBJECT
enum Q_OBJECT;
Undocumented in source.
- Q_OBJECT_D
enum Q_OBJECT_D;
Undocumented in source.
- Q_SIGNAL_IMPL_D
enum Q_SIGNAL_IMPL_D;
Undocumented in source.
- 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.
- connect
QMetaObject.Connection connect(QObject sender, char* signal, QObject receiver, char* member, ConnectionType )
Undocumented in source.
- signal
template signal(string name, Params...)
Undocumented in source.
- slot
template slot(string name, Params...)
Undocumented in source.
- connect
QMetaObject.Connection connect(Signal sender, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
QMetaObject.Connection connect(Signal sender, QObject context, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
QMetaObject.Connection connect(Signal sender, Slot receiver, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.