flext
0.6.2
|
Macros | |
#define | FLEXT_CADDATTR_GET(CL, NAME, GFUN) |
Add handler for a gettable attribute. More... | |
#define | FLEXT_CADDATTR_SET(CL, NAME, SFUN) |
Add handler for a settable attribute. More... | |
#define | FLEXT_CADDATTR_VAR(CL, NAME, GFUN, SFUN) |
Add handlers for a both get- and settable attribute. More... | |
#define | FLEXT_CADDATTR_VAR1(CL, NAME, FUN) |
Add handlers for a both get- and settable attribute. More... | |
#define | FLEXT_CADDATTR_GET_E(CL, NAME, GFUN) |
Add handler for a gettable enum attribute. More... | |
#define | FLEXT_CADDATTR_SET_E(CL, NAME, SFUN) |
Add handler for a settable enum attribute. More... | |
#define | FLEXT_CADDATTR_VAR_E(CL, NAME, GFUN, SFUN) |
Add handlers for a both get- and settable enum attribute. More... | |
#define | FLEXT_CADDATTR_VAR1_E(CL, NAME, FUN) |
Add handlers for a both get- and settable enum attribute. More... | |
#define FLEXT_CADDATTR_GET | ( | CL, | |
NAME, | |||
GFUN | |||
) |
Add handler for a gettable attribute.
#define FLEXT_CADDATTR_GET_E | ( | CL, | |
NAME, | |||
GFUN | |||
) |
Add handler for a gettable enum attribute.
#define FLEXT_CADDATTR_SET | ( | CL, | |
NAME, | |||
SFUN | |||
) |
Add handler for a settable attribute.
#define FLEXT_CADDATTR_SET_E | ( | CL, | |
NAME, | |||
SFUN | |||
) |
Add handler for a settable enum attribute.
#define FLEXT_CADDATTR_VAR | ( | CL, | |
NAME, | |||
GFUN, | |||
SFUN | |||
) |
Add handlers for a both get- and settable attribute.
#define FLEXT_CADDATTR_VAR1 | ( | CL, | |
NAME, | |||
FUN | |||
) |
Add handlers for a both get- and settable attribute.
#define FLEXT_CADDATTR_VAR1_E | ( | CL, | |
NAME, | |||
FUN | |||
) |
Add handlers for a both get- and settable enum attribute.
#define FLEXT_CADDATTR_VAR_E | ( | CL, | |
NAME, | |||
GFUN, | |||
SFUN | |||
) |
Add handlers for a both get- and settable enum attribute.