|
roo_display
API Documentation for roo_display
|
#include "roo_display/color/color.h"#include "roo_display/core/box.h"#include "roo_display/core/drawable.h"#include "roo_display/filter/background.h"#include "roo_display/ui/alignment.h"Go to the source code of this file.
Data Structures | |
| class | roo_display::internal::SolidBorder |
| class | roo_display::internal::TileBase |
| class | roo_display::Tile |
| Rectangular drawable with background and aligned interior. More... | |
| class | roo_display::TileOf< DrawableType > |
| Tile with embedded interior object. More... | |
Namespaces | |
| namespace | roo_display |
| Defines 140 opaque HTML named colors. | |
| namespace | roo_display::internal |
Functions | |
| template<typename DrawableType > | |
| TileOf< DrawableType > | roo_display::MakeTileOf (DrawableType interior, Box extents, Alignment alignment=kNoAlign, Color bgcolor=color::Background) |
Convenience factory for a TileOf. | |