flext 0.6.2
Attribute handling methods (object scope)

Functions

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

Detailed Description

Function Documentation

◆ AddAttrib() [1/14]

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

◆ AddAttrib() [2/14]

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

◆ AddAttrib() [3/14]

void flext_base::AddAttrib ( const char * attr,
bool(* get )(flext_base *, bool &),
bool(* set )(flext_base *, bool &) )
inlineprotected

◆ AddAttrib() [4/14]

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

◆ AddAttrib() [5/14]

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

◆ AddAttrib() [6/14]

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

◆ AddAttrib() [7/14]

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

◆ AddAttrib() [8/14]

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

◆ AddAttrib() [9/14]

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

◆ AddAttrib() [10/14]

void flext_base::AddAttrib ( const t_symbol * attr,
bool(* get )(flext_base *, bool &),
bool(* set )(flext_base *, bool &) )
inlineprotected

◆ AddAttrib() [11/14]

void flext_base::AddAttrib ( const t_symbol * attr,
bool(* get )(flext_base *, const t_symbol *&),
bool(* set )(flext_base *, const t_symbol *&) )
inlineprotected

◆ AddAttrib() [12/14]

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

◆ AddAttrib() [13/14]

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

◆ AddAttrib() [14/14]

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