Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <app.h>
Classes | |
class | Descriptor |
class | Snapshot |
Public Member Functions | |
virtual | ~App ()=default |
Snapshot * | snapshot () |
void | setFirstResponder (Responder *responder) |
Responder * | firstResponder () |
virtual bool | processEvent (Ion::Events::Event event) |
void | displayModalViewController (ViewController *vc, float verticalAlignment, float horizontalAlignment, KDCoordinate topMargin=0, KDCoordinate leftMargin=0, KDCoordinate bottomMargin=0, KDCoordinate rightMargin=0) |
void | dismissModalViewController () |
void | displayWarning (I18n::Message warningMessage) |
const Container * | container () const |
virtual void | didBecomeActive (Window *window) |
virtual void | willBecomeInactive () |
View * | modalView () |
virtual int | numberOfTimers () |
virtual Timer * | timerAtIndex (int i) |
Public Member Functions inherited from Responder | |
Responder (Responder *parentResponder) | |
virtual bool | handleEvent (Ion::Events::Event event) |
virtual void | didBecomeFirstResponder () |
virtual void | willResignFirstResponder () |
virtual void | didEnterResponderChain (Responder *previousFirstResponder) |
virtual void | willExitResponderChain (Responder *nextFirstResponder) |
Responder * | parentResponder () const |
Responder * | commonAncestorWith (Responder *responder) |
void | setParentResponder (Responder *responder) |
App * | app () |
virtual Toolbox * | toolbox () |
Public Attributes | |
uint8_t | m_magic |
Static Public Attributes | |
static constexpr uint8_t | Magic = 0xA8 |
Protected Member Functions | |
App (Container *container, Snapshot *snapshot, ViewController *rootViewController, I18n::Message warningMessage=(I18n::Message) 0) | |
Protected Attributes | |
ModalViewController | m_modalViewController |
|
virtualdefault |
|
protected |
|
virtual |
Reimplemented in OnBoarding::App.
void App::displayModalViewController | ( | ViewController * | vc, |
float | verticalAlignment, | ||
float | horizontalAlignment, | ||
KDCoordinate | topMargin = 0 , |
||
KDCoordinate | leftMargin = 0 , |
||
KDCoordinate | bottomMargin = 0 , |
||
KDCoordinate | rightMargin = 0 |
||
) |
|
virtual |
Reimplemented in HardwareTest::App, and OnBoarding::App.
|
virtual |
Reimplemented in HardwareTest::App, USB::App, and OnBoarding::App.
App::Snapshot * App::snapshot | ( | ) |
|
virtual |
Reimplemented in HardwareTest::App, and OnBoarding::App.
|
virtual |
Reimplemented in Shared::FunctionApp.
|
protected |