dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
DQtMemberSlotObject
qt
core
objectdefs_impl
Undocumented in source.
extern (
C
++) extern (
D
)
struct
DQtMemberSlotObject (
T
alias
F
Params
...
)
if
(
is
(
T
:
QObject
)
) {
QSlotObjectBase
base
;
static
void
impl
(int which, QSlotObjectBase* this_, QObject r, void** a, bool* ret);
this
();
this
(int dummy);
}
Constructors
this
this
()
Undocumented in source.
this
this
(int dummy)
Undocumented in source.
Members
Static functions
impl
void
impl
(int which, QSlotObjectBase* this_, QObject r, void** a, bool* ret)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
QSlotObjectBase
base
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
objectdefs_impl
structs
DQtMemberSlotObject
DQtStaticSlotObject
QSlotObjectBase