DOtherSide  0.7.1
C language library for creating bindings for the Qt QML language
Data Fields
PropertyDefinition Struct Reference

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...
 

Detailed Description

Represents a single property definition.

Field Documentation

◆ notifySignal

const char* PropertyDefinition::notifySignal

The name of the property notify signals.

Note
Setting this to null means a constant property

◆ writeSlot

const char* PropertyDefinition::writeSlot

The name of the property write slot.

Note
Setting this to null means a readonly proeperty

The documentation for this struct was generated from the following file: