Flipper Developer Docs
Loading...
Searching...
No Matches
one_shot_animation_view.h
1
#pragma once
2
3
#include <furi.h>
4
#include <
gui/view.h
>
5
#include <stdint.h>
6
7
typedef
void (*OneShotInteractCallback)(
void
*);
8
typedef
struct
OneShotView
OneShotView
;
9
10
OneShotView
* one_shot_view_alloc(
void
);
11
void
one_shot_view_free(
OneShotView
* view);
12
void
one_shot_view_set_interact_callback(
13
OneShotView
* view,
14
OneShotInteractCallback callback,
15
void
* context);
16
void
one_shot_view_start_animation(
OneShotView
* view,
const
Icon
* icon);
17
View
* one_shot_view_get_view(
OneShotView
* view);
Icon
Definition
icon_i.h:9
OneShotView
Definition
one_shot_animation_view.c:11
View
Definition
view_i.h:16
view.h
GUI: View API.
applications
services
desktop
animations
views
one_shot_animation_view.h
Generated by
1.12.0