naev 0.12.6
OSD_t Struct Reference

On Screen Display element. More...

Data Fields

unsigned int id
int priority
int skip
int hide
int duplicates
char * title
char ** titlew
char ** msg
char *** items
unsigned int active

Detailed Description

On Screen Display element.

Definition at line 22 of file gui_osd.c.

Field Documentation

◆ active

unsigned int OSD_t::active

Active item.

Definition at line 34 of file gui_osd.c.

◆ duplicates

int OSD_t::duplicates

How many duplicates of this OSD there are.

Definition at line 27 of file gui_osd.c.

◆ hide

int OSD_t::hide

Actively hidden.

Definition at line 26 of file gui_osd.c.

◆ id

unsigned int OSD_t::id

OSD id.

Definition at line 23 of file gui_osd.c.

◆ items

char*** OSD_t::items

Array of array (array.h) of allocated strings.

Definition at line 32 of file gui_osd.c.

◆ msg

char** OSD_t::msg

Array (array.h): Stored messages.

Definition at line 31 of file gui_osd.c.

◆ priority

int OSD_t::priority

Priority level.

Definition at line 24 of file gui_osd.c.

◆ skip

int OSD_t::skip

Not rendered.

Definition at line 25 of file gui_osd.c.

◆ title

char* OSD_t::title

Title of the OSD.

Definition at line 28 of file gui_osd.c.

◆ titlew

char** OSD_t::titlew

Wrapped version of the title.

Definition at line 29 of file gui_osd.c.


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