roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
tile.h File Reference
Include dependency graph for tile.h:
This graph shows which files directly or indirectly include this file:

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< DrawableTyperoo_display::MakeTileOf (DrawableType interior, Box extents, Alignment alignment=kNoAlign, Color bgcolor=color::Background)
 Convenience factory for a TileOf.