DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Represents a single slot definition. More...
#include <DOtherSideTypes.h>
Data Fields | |
const char * | name |
The slot name. | |
int | returnMetaType |
The slot return type. | |
int | parametersCount |
The parameters count. | |
ParameterDefinition * | parameters |
The parameters. | |
Represents a single slot definition.