DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Represents a single property definition. More...
#include <DOtherSideTypes.h>
Data Fields | |
const char * | name |
The property name. | |
int | propertyMetaType |
The property metatype. | |
const char * | readSlot |
The name of the property read slot. | |
const char * | writeSlot |
The name of the property write slot. More... | |
const char * | notifySignal |
The name of the property notify signals. More... | |
Represents a single property definition.
const char* PropertyDefinition::notifySignal |
The name of the property notify signals.
const char* PropertyDefinition::writeSlot |
The name of the property write slot.