dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QEventLoopLocker
qt
core
eventloop
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) extern (
C
++)
struct
QEventLoopLocker {
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this
(QEventLoop loop);
this
(QThread thread);
~this
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(QEventLoop loop)
Undocumented in source.
this
this
(QThread thread)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
rawConstructor
typeof
(
this
)
rawConstructor
()
Undocumented in source.
Static functions
create
typeof
(
this
)
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
qt
core
eventloop
classes
QEventLoop
structs
QEventLoopLocker
QEventLoopLockerPrivate
QEventLoopPrivate