flext
0.6.0
|
Represent a data value of an attribute. More...
#include <flclass.h>
Public Types | |
enum | { afl_save = 0x01, afl_init = 0x02, afl_inited = 0x04 } |
Public Member Functions | |
AttrData () | |
void | SetSave (bool s) |
bool | IsSaved () const |
void | SetInit (bool s) |
bool | IsInit () const |
void | SetInitValue (int argc, const t_atom *argv) |
void | SetInitValue (const AtomList &l) |
bool | IsInitValue () const |
const AtomList & | GetInitValue () const |
Public Attributes | |
AtomList | init |
int | flags |
Represent a data value of an attribute.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int flext_base::AttrData::flags |
AtomList flext_base::AttrData::init |