DemoPresenter is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

DemoPresenter class

Syntax

class DemoPresenter : public Presenter,     public ModelListener { public:     DemoPresenter(DemoViewInterface& view);     void backOptionSelected();     virtual void mcuLoadUpdated(uint8_t mcuLoad);     void viewStartupDone(); private:     DemoViewInterface& viewInterface; };

Fields

viewInterface

No summary provided. Read more...

Methods

backOptionSelected()

No summary provided. Read more...

mcuLoadUpdated()

No summary provided. Read more...

viewStartupDone()

No summary provided. Read more...

Class Tree