ModelListener::bind() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

ModelListener::bind() method

Sets the model pointer to point to the Model object. Called automatically when switching screen.

Syntax

void bind(Model* m);

Arguments

m

References

LocationText
ModelListener.hpp:45
void bind(Model* m) { model = m; }

Data Use

Data read by ModelListener::bind()
Data written by ModelListener::bind()
all items filtered out
ModelListener::bind()
all items filtered out