This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module layout [Version: v01]

This documentation describes the Prokee module interface.


Static Methods:
singleElementCenterLayout
void layout::singleElementCenterLayout(Element *element)
singleElementCenterLayout2
void layout::singleElementCenterLayout2(Element *element)
singleElementFillLayout
void layout::singleElementFillLayout(Element *element)
scrollPanelLayout
void layout::scrollPanelLayout(Element *element)
horizontalScrollbarLayout
void layout::horizontalScrollbarLayout(Element *element)
verticalScrollbarLayout
void layout::verticalScrollbarLayout(Element *element)
flowTextLayout
void layout::flowTextLayout(Element *element)

Motivation


Static Methods

   singleElementCenterLayout


Places a single child element at the center of its parent.

Signature:
void layout::singleElementCenterLayout(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.

   singleElementCenterLayout2


Places a single child element at the center of its parent.

Signature:
void layout::singleElementCenterLayout2(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.

   singleElementFillLayout


Places a single child element and resizes it to fill the content area of its parent.

Signature:
void layout::singleElementFillLayout(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.

   scrollPanelLayout


Layout of a scroll-panel.

Signature:
void layout::scrollPanelLayout(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.

   horizontalScrollbarLayout


Layout of a scroll-panel.

Signature:
void layout::horizontalScrollbarLayout(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.

   verticalScrollbarLayout


Layout of a scroll-panel.

Signature:
void layout::verticalScrollbarLayout(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.

   flowTextLayout


Layout of a scroll-panel.

Signature:
void layout::flowTextLayout(Element *element)

Parameters:
Type Name Direction Description
Element *element[IN/OUT]Pointer to a Element structure.


Copyright © 2017 - 2019 by Andreas Pollhammer