Skyward boardcore
Loading...
Searching...
No Matches
Boardcore::NavController Class Reference

UI navigation controller: listens for button clicks and dispatches the interactions to the view tree. More...

#include <NavController.h>

Public Member Functions

 NavController ()
 
void updateViewTree (View *root)
 
void onButtonEvent (ButtonEvent press)
 

Detailed Description

UI navigation controller: listens for button clicks and dispatches the interactions to the view tree.

Definition at line 41 of file NavController.h.

Constructor & Destructor Documentation

◆ NavController()

Boardcore::NavController::NavController ( )
inline

Definition at line 44 of file NavController.h.

Member Function Documentation

◆ onButtonEvent()

void Boardcore::NavController::onButtonEvent ( ButtonEvent press)
inline

Definition at line 65 of file NavController.h.

◆ updateViewTree()

void Boardcore::NavController::updateViewTree ( View * root)
inline
Parameters
root

Definition at line 51 of file NavController.h.


The documentation for this class was generated from the following file: