
#include <GUIExposition.h>
Public Member Functions | |
| virtual double | Handles (Expo *expo)=0 |
| Returns a number between 0.0 and 1.0 determining how well the element can handle the exposition. | |
| virtual vector< Arrangement > | Possibilities (Expo *expo)=0 |
| Returns a vector of possible arrangements. | |
| virtual GUIElement * | Spawn (Arrangement const &arr)=0 |
| Returns a new instance of the element. | |