dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QSlotObjectBase
qt
core
objectdefs_impl
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
struct
QSlotObjectBase {
enum
Operation
;
this
(ImplFn fn);
bool
compare
(void** a);
~this
();
}
Constructors
this
this
(ImplFn fn)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Enums
Operation
enum
Operation
Undocumented in source.
Functions
compare
bool
compare
(void** a)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
qt
core
objectdefs_impl
structs
DQtMemberSlotObject
DQtStaticSlotObject
QSlotObjectBase