dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QGenericArgument
qt
core
objectdefs
Binding for C++ class
QGenericArgument
.
extern (
C
++) extern (
C
++)
struct
QGenericArgument {
this
(const(char)* aName, const(void)* aData);
void
*
data
();
const
(
char
)*
name
();
}
Constructors
this
this
(const(char)* aName, const(void)* aData)
Undocumented in source.
Members
Functions
data
void
*
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
const
(
char
)*
name
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
qt
core
objectdefs
classes
QArgument
QReturnArgument
enums
Value
functions
qFlagLocation
static functions
test
structs
QGenericArgument
QGenericReturnArgument
QMetaObject
QMethodRawArguments
Binding for C++ class QGenericArgument.