Dilbert
Firmware for the Dilbert interactive badge.
 All Classes Files Functions Variables Enumerations Macros Pages
Public Member Functions | List of all members
Conways Class Reference
Inheritance diagram for Conways:
Inheritance graph
[legend]
Collaboration diagram for Conways:
Collaboration graph
[legend]

Public Member Functions

void onEntry ()
 
bool handleButton (IButton *button)
 
void run ()
 
- Public Member Functions inherited from App
 App (char *name)
 Creates a new instance of a badge application. More...
 
char * name ()
 Gets the name of the application. More...
 
void setBackgroundColour (uint16_t colour)
 Sets the background fill colour of the display for this application. More...
 
virtual void create ()
 Creates the application. More...
 
virtual void exit ()
 Exits the application.
 
virtual void onExit ()
 Called when the application exits. More...
 
virtual void destroy ()
 Destroys the application. More...
 

Additional Inherited Members

- Protected Attributes inherited from App
Dilbertm_badge
 Pointer to badge driver.
 
AppManagerm_manager
 Pointer to application manager.
 
char * m_name
 Name of application.
 
bool m_ready
 If the application has been created.
 
uint16_t m_backgroundColour
 Background colour.
 

Member Function Documentation

bool Conways::handleButton ( IButton *  button)
inlinevirtual

Reimplemented from App.

void Conways::onEntry ( )
inlinevirtual

Reimplemented from App.

void Conways::run ( )
inlinevirtual

Reimplemented from App.


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