7#ifndef _DS_CONFIRMATION_DIALOG_H
8#define _DS_CONFIRMATION_DIALOG_H
11#include <ds_dialog_base.h>
DsColor is a class that represents a 4 channel color (Alpha, Red, Green, Blue).
Definition ds_color.h:53
DsConfirmationDialog is a class that implements a generic confirmation dialog.
Definition ds_confirmation_dialog.h:20
DsConfirmationDialog & setBody(const char *body)
Sets the dialog body text.
DsConfirmationDialog(DsView *parent, DsColor dialog_color, uint32_t corner_radius)
Creates a DsConfirmationDialog view.
DsConfirmationDialog & setBodyColor(DsColor color)
Sets the color used to render the dialog body text.
DsConfirmationDialog & setBodyFont(const ds_bitmap_font_t *font)
Sets the font used to render the dialog body text.
DsDialogBase is a class that implements a generic dialog base class.
Definition ds_dialog_base.h:24
DsLabel is a class that represents a text label view.
Definition ds_label.h:21
DsView is a base class that represents any view on the screen.
Definition ds_view.h:40