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