◆ FLEXT_CALLVAR_B
#define FLEXT_CALLVAR_B |
( |
|
GFUN, |
|
|
|
SFUN |
|
) |
| |
Value:
Declare both get and set functions for a boolean attribute.
◆ FLEXT_CALLVAR_E
#define FLEXT_CALLVAR_E |
( |
|
GFUN, |
|
|
|
SFUN, |
|
|
|
TP |
|
) |
| |
Value:
Declare both get and set functions for an enum attribute.
◆ FLEXT_CALLVAR_F
#define FLEXT_CALLVAR_F |
( |
|
GFUN, |
|
|
|
SFUN |
|
) |
| |
Value:
Declare both get and set functions for a float attribute.
◆ FLEXT_CALLVAR_I
#define FLEXT_CALLVAR_I |
( |
|
GFUN, |
|
|
|
SFUN |
|
) |
| |
Value:
Declare both get and set functions for an integer attribute.
◆ FLEXT_CALLVAR_S
#define FLEXT_CALLVAR_S |
( |
|
GFUN, |
|
|
|
SFUN |
|
) |
| |
Value:
Declare both get and set functions for a symbol attribute.
◆ FLEXT_CALLVAR_V
#define FLEXT_CALLVAR_V |
( |
|
GFUN, |
|
|
|
SFUN |
|
) |
| |
Value:
Declare both get and set functions for a variable list attribute.
#define FLEXT_CALLSET_F(SFUN)
Declare a set function for a float attribute.
Definition: fldefs_attrcb.h:41
#define FLEXT_CALLSET_V(FUN)
Declare a set function for a variable list attribute.
Definition: fldefs_attrcb.h:70
#define FLEXT_CALLSET_B(SFUN)
Declare a set function for a boolean attribute.
Definition: fldefs_attrcb.h:51
#define FLEXT_CALLSET_S(FUN)
Declare a set function for a symbol attribute.
Definition: fldefs_attrcb.h:65
#define FLEXT_CALLSET_I(SFUN)
Declare a set function for an integer attribute.
Definition: fldefs_attrcb.h:46
#define FLEXT_CALLSET_E(SFUN, TP)
Declare a set function for an enum attribute.
Definition: fldefs_attrcb.h:60