Android-cuttlefish cvd tool
Classes | Namespaces | Macros
button.h File Reference
#include "utils.h"
Include dependency graph for button.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  teeui::ButtonImpl
 
struct  teeui::ButtonImpl::ConvexObjectInfo
 
class  teeui::Button< Derived, convexElemCount, convexObjectCapacity >
 

Namespaces

namespace  teeui
 

Macros

#define CornerRadius(radius)   static const constexpr auto button_radius = radius
 
#define ButtonColor(color)   static const constexpr auto button_color = color
 
#define RoundTopLeft   static const constexpr bool button_round_top_left = true
 
#define RoundTopRight   static const constexpr bool button_round_top_right = true
 
#define RoundBottomLeft   static const constexpr bool button_round_bottom_left = true
 
#define RoundBottomRight   static const constexpr bool button_round_bottom_right = true
 
#define ConvexObjectCount(n)   std::integral_constant<size_t, n>
 
#define ConvexObjects(convex_objects)    static constexpr const auto button_drawable_objects = convex_objects
 
#define ConvexObjectColor(color)   static constexpr const auto button_drawable_object_color = color
 

Macro Definition Documentation

◆ ButtonColor

#define ButtonColor (   color)    static const constexpr auto button_color = color

◆ ConvexObjectColor

#define ConvexObjectColor (   color)    static constexpr const auto button_drawable_object_color = color

◆ ConvexObjectCount

#define ConvexObjectCount (   n)    std::integral_constant<size_t, n>

◆ ConvexObjects

#define ConvexObjects (   convex_objects)     static constexpr const auto button_drawable_objects = convex_objects

◆ CornerRadius

#define CornerRadius (   radius)    static const constexpr auto button_radius = radius

◆ RoundBottomLeft

#define RoundBottomLeft   static const constexpr bool button_round_bottom_left = true

◆ RoundBottomRight

#define RoundBottomRight   static const constexpr bool button_round_bottom_right = true

◆ RoundTopLeft

#define RoundTopLeft   static const constexpr bool button_round_top_left = true

◆ RoundTopRight

#define RoundTopRight   static const constexpr bool button_round_top_right = true