MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
Definition for the table string feature. More...
#include "gfx/legato/string/legato_string.h"
Go to the source code of this file.
Data Structures | |
struct | leTableString |
This struct represents a table string. More... | |
Macros | |
#define | LE_STRING_NULLIDX -1 |
#define | THIS_TYPE struct leWidget |
Typedefs | |
typedef struct leTableString | leTableString |
This struct represents a table string. More... | |
Functions | |
leTableString * | leTableString_New (uint32_t idx) |
Constructs a new table string. More... | |
void | leTableString_Constructor (leTableString *str, uint32_t idx) |
Constructs a new table string. More... | |
virtual uint32_t | getID (const leTableString *_this) |
Get id. More... | |
virtual leResult | setID (leTableString *this, uint32_t id) |
Set string table ID. More... | |
virtual uint32_t | sizeInBytes (const leTableString *this) |
Get size of this string in bytes. More... | |
Definition for the table string feature.
typedef struct leTableString leTableString |
This struct represents a table string.
Color mode information keeps track of size, bpp, color channel mask and color.
|
virtual |
Get id.
Gets the ID from _this.
_this | is the string to examine. |
void leTableString_Constructor | ( | leTableString * | str, |
uint32_t | idx | ||
) |
Constructs a new table string.
Creates a new table in table idx.
idx | is the table from which to create |
Initializes the leTableString str at idx.
str | is the string to initialize |
idx | is the index location |
leTableString* leTableString_New | ( | uint32_t | idx | ) |
Constructs a new table string.
Creates a new table in table idx.
idx | is the table from which to create |
|
virtual |
Set string table ID.
Sets the ID to id.
_this | is the string to examine. |
id | is the string table ID to use. |
|
virtual |
Get size of this string in bytes.
Gets the size of this string in bytes.
str | is the string to examine. |