flext 0.6.2
Attribute handling methods (class scope)

Functions

static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, float &), bool(*set)(flext_base *, float &))
static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, int &), bool(*set)(flext_base *, int &))
static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, bool &), bool(*set)(flext_base *, bool &))
static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, const t_symbol *&), bool(*set)(flext_base *, const t_symbol *&))
static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, t_symptr &), bool(*set)(flext_base *, t_symptr &))
static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, AtomList *&), bool(*set)(flext_base *, AtomList *&))
static void flext_base::AddAttrib (t_classid c, const t_symbol *attr, bool(*get)(flext_base *, AtomAnything *&), bool(*set)(flext_base *, AtomAnything *&))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, float &), bool(*set)(flext_base *, float &))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, int &), bool(*set)(flext_base *, int &))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, bool &), bool(*set)(flext_base *, bool &))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, const t_symbol *&), bool(*set)(flext_base *, const t_symbol *&))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, t_symptr &), bool(*set)(flext_base *, t_symptr &))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, AtomList *&), bool(*set)(flext_base *, AtomList *&))
static void flext_base::AddAttrib (t_classid c, const char *attr, bool(*get)(flext_base *, AtomAnything *&), bool(*set)(flext_base *, AtomAnything *&))

Detailed Description

Function Documentation

◆ AddAttrib() [1/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, AtomAnything *&),
bool(* set )(flext_base *, AtomAnything *&) )
inlinestaticprotected

◆ AddAttrib() [2/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, AtomList *&),
bool(* set )(flext_base *, AtomList *&) )
inlinestaticprotected

◆ AddAttrib() [3/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, bool &),
bool(* set )(flext_base *, bool &) )
inlinestaticprotected

◆ AddAttrib() [4/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, const t_symbol *&),
bool(* set )(flext_base *, const t_symbol *&) )
inlinestaticprotected

◆ AddAttrib() [5/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, float &),
bool(* set )(flext_base *, float &) )
inlinestaticprotected

◆ AddAttrib() [6/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, int &),
bool(* set )(flext_base *, int &) )
inlinestaticprotected

◆ AddAttrib() [7/14]

void flext_base::AddAttrib ( t_classid c,
const char * attr,
bool(* get )(flext_base *, t_symptr &),
bool(* set )(flext_base *, t_symptr &) )
inlinestaticprotected

◆ AddAttrib() [8/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, AtomAnything *&),
bool(* set )(flext_base *, AtomAnything *&) )
inlinestaticprotected

◆ AddAttrib() [9/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, AtomList *&),
bool(* set )(flext_base *, AtomList *&) )
inlinestaticprotected

◆ AddAttrib() [10/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, bool &),
bool(* set )(flext_base *, bool &) )
inlinestaticprotected

◆ AddAttrib() [11/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, const t_symbol *&),
bool(* set )(flext_base *, const t_symbol *&) )
inlinestaticprotected

◆ AddAttrib() [12/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, float &),
bool(* set )(flext_base *, float &) )
inlinestaticprotected

◆ AddAttrib() [13/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, int &),
bool(* set )(flext_base *, int &) )
inlinestaticprotected

◆ AddAttrib() [14/14]

void flext_base::AddAttrib ( t_classid c,
const t_symbol * attr,
bool(* get )(flext_base *, t_symptr &),
bool(* set )(flext_base *, t_symptr &) )
inlinestaticprotected