Skip to content

aui::views#

Graphical User Interface library.

Detailed Description#

AUI's flagman module which provides modern declarative ways to create graphical user interfaces.

  • AProgressBar


    Progress bars show the progress of an operation.

  • ARulerArea


    Photoshop-like ruler area for measuring display units.

  • ALabel


    Represents a simple single-line text display view.

  • AText


    HTML-capable text container.

  • AButton


    Button with text, which can be pushed to make some action.

  • ARadioButton


    Radio buttons let people select one option from a set of options.

  • ARulerView


    A Photoshop-like ruler for measuring display units.

  • ATextField


    Editable field with text to receive a text input from the user.

  • ASpinnerV2


    Circular infinite progress indicator.

  • AListView


    Displays a list model of strings.

  • ASpinner


    Circular infinite progress indicator.

  • A2FingerTransformArea


    Handles and processes the multitouch scale, transform and rotation events based on two-finger gestures.

  • ADragArea


    Wrapping container to drag views inside of it.