dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
DQtStaticSlotObject
qt
core
objectdefs_impl
Undocumented in source.
extern (
C
++) extern (
D
)
struct
DQtStaticSlotObject (
Params
...
) {
QSlotObjectBase
base
;
alias
Dg
=
void
delegate
(
Params
)
;
Dg
dg
;
static
void
impl
(int which, QSlotObjectBase* this_, QObject r, void** a, bool* ret);
this
(Dg dg);
}
Constructors
this
this
(Dg dg)
Undocumented in source.
Members
Aliases
Dg
alias
Dg
=
void
delegate
(
Params
)
Undocumented in source.
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.
dg
Dg
dg
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
objectdefs_impl
structs
DQtMemberSlotObject
DQtStaticSlotObject
QSlotObjectBase