flext 0.6.2
|
Macros | |
#define | FLEXT_ADDATTR_GET(NAME, GFUN) |
Add handler for a gettable attribute. | |
#define | FLEXT_ADDATTR_SET(NAME, SFUN) |
Add handler for a settable attribute. | |
#define | FLEXT_ADDATTR_VAR(NAME, GFUN, SFUN) |
Add handlers for a both get- and settable attribute. | |
#define | FLEXT_ADDATTR_VAR1(NAME, FUN) |
Add handlers for a both get- and settable attribute. | |
#define | FLEXT_ADDATTR_GET_E(NAME, GFUN) |
Add handler for a gettable enum attribute. | |
#define | FLEXT_ADDATTR_SET_E(NAME, SFUN) |
Add handler for a settable enum attribute. | |
#define | FLEXT_ADDATTR_VAR_E(NAME, GFUN, SFUN) |
Add handlers for a both get- and settable enum attribute. | |
#define | FLEXT_ADDATTR_VAR1_E(NAME, FUN) |
Add handlers for a both get- and settable enum attribute. | |
Add handler for a gettable attribute.
Add handler for a gettable enum attribute.
Add handler for a settable attribute.
Add handler for a settable enum attribute.
Add handlers for a both get- and settable attribute.
Add handlers for a both get- and settable attribute.
Add handlers for a both get- and settable enum attribute.
Add handlers for a both get- and settable enum attribute.