Summary of Classes

From Pointui

Contents

Basic Data Types

Here are the basic data type classes supported:

NOTE: for Float, Integer, and String data types you can also use the more familiar lower case float, int, string names.

Globals

Global objects are always there to be accessed and additional instances of them should not be created. These objects generally only have methods.

UI

These classes provide a way to display information on the screen.

Screens

When building new screens the following base screens can be inherited from to create the new screen.

Specialized Screens

These are pre-built screens that can be made use of with minimal customization. They are designed to be re-used in their entirety and generally provide methods to allow limited customization, and Events to report back user actions.

Notification & Timers

Notification classes are designed to intercept and relay events that occur within the device.

Data

Drawing

Web

Miscellaneous