UI_Lib  a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
Loading...
Searching...
No Matches
ContainerStack.h File Reference

Containing a class for a container that is showing all items at a time stacked one after another. More...

#include "Container.h"

Go to the source code of this file.

Classes

class  ContainerStack
 class for a container that is showing all items at a time stacked one after another. More...
 

Typedefs

typedef enum StackLayout StackLayout_t
 Available stack layouts.
 

Enumerations

enum  StackLayout {
  STACK_LAYOUT_VERTICAL_LEFT , STACK_LAYOUT_VERTICAL_CENTER , STACK_LAYOUT_VERTICAL_RIGHT , STACK_LAYOUT_HORIZONTAL_TOP ,
  STACK_LAYOUT_HORIZONTAL_CENTER , STACK_LAYOUT_HORIZONTAL_BOTTOM
}
 Available stack layouts. More...
 

Detailed Description

Containing a class for a container that is showing all items at a time stacked one after another.

Enumeration Type Documentation

◆ StackLayout

Available stack layouts.

Enumerator
STACK_LAYOUT_VERTICAL_LEFT 

Stack the elements vertical, left aligned.

STACK_LAYOUT_VERTICAL_CENTER 

Stack the elements vertical, center aligned.

STACK_LAYOUT_VERTICAL_RIGHT 

Stack the elements vertical, right aligned.

STACK_LAYOUT_HORIZONTAL_TOP 

Stack the elements horizontal, top aligned.

STACK_LAYOUT_HORIZONTAL_CENTER 

Stack the elements horizontal, center aligned.

STACK_LAYOUT_HORIZONTAL_BOTTOM 

Stack the elements horizontal, bottom aligned.