FastUIDraw
Public Types | List of all members
fastuidraw::RectEnums Class Reference

#include <rect.hpp>

Inheritance diagram for fastuidraw::RectEnums:
Inheritance graph
[legend]

Public Types

enum  { maxx_mask = 1, maxy_mask = 2 }
 
enum  corner_t { minx_miny_corner = 0, minx_maxy_corner = maxy_mask, maxx_miny_corner = maxx_mask, maxx_maxy_corner = maxx_mask | maxy_mask }
 

Detailed Description

Class to specify enumerations used by RectT.

Definition at line 34 of file rect.hpp.

Member Enumeration Documentation

◆ corner_t

Conveniance enumeration to name the rounded corner radii of a RoundedRect.

Definition at line 47 of file rect.hpp.


The documentation for this class was generated from the following file: