flext 0.6.2
|
Macros | |
#define | FLEXT_CALLVAR_F(GFUN, SFUN) |
Declare both get and set functions for a float attribute. | |
#define | FLEXT_CALLVAR_I(GFUN, SFUN) |
Declare both get and set functions for an integer attribute. | |
#define | FLEXT_CALLVAR_S(GFUN, SFUN) |
Declare both get and set functions for a symbol attribute. | |
#define | FLEXT_CALLVAR_B(GFUN, SFUN) |
Declare both get and set functions for a boolean attribute. | |
#define | FLEXT_CALLVAR_E(GFUN, SFUN, TP) |
Declare both get and set functions for an enum attribute. | |
#define | FLEXT_CALLVAR_V(GFUN, SFUN) |
Declare both get and set functions for a variable list attribute. | |
Declare both get and set functions for a boolean attribute.
Declare both get and set functions for an enum attribute.
Declare both get and set functions for a float attribute.
Declare both get and set functions for an integer attribute.
Declare both get and set functions for a symbol attribute.
Declare both get and set functions for a variable list attribute.