flext 0.6.2
|
Functions | |
virtual void | flext_base::CbLoadbang () |
called on patcher load (not on mere object creation!) More... | |
virtual void | flext_base::m_loadbang () |
virtual void | flext_base::CbClick () |
called on (double-)click into object box More... | |
virtual bool | flext_base::CbMethodHandler (int inlet, const t_symbol *s, int argc, const t_atom *argv) |
Called for every incoming message. All method handling is done in there. More... | |
virtual bool | flext_base::CbMethodResort (int inlet, const t_symbol *s, int argc, const t_atom *argv) |
Called for every unhandled message (by CbMethodHandler) More... | |
virtual bool | flext_base::m_method_ (int inlet, const t_symbol *s, int argc, const t_atom *argv) |
virtual bool | flext_base::CbIdle () |
|
virtual |
called on (double-)click into object box
|
virtual |
|
virtual |
called on patcher load (not on mere object creation!)
|
virtual |
Called for every incoming message. All method handling is done in there.
All the message processing The messages of all the inlets go here and are promoted to the registered callback functions.
|
virtual |
Called for every unhandled message (by CbMethodHandler)
|
virtual |
|
virtual |