[−][src]Module pushrod::render
render is the core rendering/event loop portion of Pushrod.
Modules
| callbacks | This is the |
| engine | This is the |
| layout | This is a layout manager description module, describing rules for |
| layout_cache | This is a caching object that stores a container of |
| widget | This is the |
| widget_cache | This is the caching object that stores a list of |
| widget_config | This is a configuration object that stores information about |
Constants
| POINT_X | Quick reference in |
| POINT_Y | Quick reference in |
| SIZE_HEIGHT | Quick reference in |
| SIZE_WIDTH | Quick reference in |
Type Definitions
| Points | This is a type that defines two points: X and Y coordinates. |
| Size | This is a type that defines two size: width and height. |