Flipper Zero Firmware
Loading...
Searching...
No Matches
view_i.h File Reference

GUI: internal View API. More...

#include "view.h"
#include <furi.h>

Go to the source code of this file.

Data Structures

struct  ViewModelLocking
 
struct  View
 

Functions

void view_icon_animation_callback (IconAnimation *instance, void *context)
 IconAnimation tie callback.
 
void view_unlock_model (View *view)
 Unlock model.
 
void view_draw (View *view, Canvas *canvas)
 Draw Callback for View dispatcher.
 
bool view_input (View *view, InputEvent *event)
 Input Callback for View dispatcher.
 
bool view_custom (View *view, uint32_t event)
 Custom Callback for View dispatcher.
 
uint32_t view_previous (View *view)
 Previous Callback for View dispatcher.
 
void view_enter (View *view)
 Enter Callback for View dispatcher.
 
void view_exit (View *view)
 Exit Callback for View dispatcher.
 

Detailed Description

GUI: internal View API.