MoSync 3.0.1
MAUI Namespace Reference

MoSync graphical user interface classes. More...

Classes

class  AnimatedImage
 Animated image widget with stepping, speed and direction control. More...
class  EditBoxListener
 Listener for EditBox events. More...
class  EditBox
 Edit box widget, multi and single line. More...
class  Engine
 Widget manager. More...
struct  CharDescriptor
 A character descriptor for a bitmap font. More...
struct  Charset
 A character set for a bitmap font. More...
class  Font
 Bitmap font. More...
class  Image
 Image widget, with position, size, and autosizing control. More...
class  ImageGenerators
 Utility generating linear and circular gradients. More...
class  InputManager
 Input management for keys and pointers. More...
class  DefaultInputManager
 Default input management for keys and pointers. More...
class  Label
 Text label widget with alignment control. More...
class  Layout
 Layout and navigation of child widgets in a grid. More...
class  ItemSelectedListener
 Listener interface that receives notifications when an item in a ListBox is selected. More...
class  ListBox
 List box widget for horizontal or vertical lists. More...
class  Scaler
 Utility for scaling images by nearest neighbour or bilinearly. More...
class  Screen
 A displayable screen; a container for MAUI widgets. More...
class  WidgetListener
 A Widget listener which detects trigger, selection, state and positional changes. More...
class  Widget
 A MAUI widget; a graphical object the user can interact with. More...
class  WidgetSkin
 A customizable skin for widgets. More...

Detailed Description

MoSync graphical user interface classes.

A Screen represents a whole screen display that can contain MAUI widgets (Label, ListBox, Image, etc.) in a Layout.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines