OpenCPN Partial API docs
|
Public Member Functions | |
CatalogEntry (int level, int x0, int y0, ColorScheme colorscheme) | |
int | GetSerialSize () |
void | Serialize (unsigned char *) |
void | DeSerialize (unsigned char *) |
Public Attributes | |
CatalogEntryKey | k |
CatalogEntryValue | v |
Definition at line 73 of file gl_tex_cache.h.
CatalogEntry::CatalogEntry | ( | ) |
Definition at line 112 of file gl_tex_cache.cpp.
CatalogEntry::~CatalogEntry | ( | ) |
Definition at line 114 of file gl_tex_cache.cpp.
CatalogEntry::CatalogEntry | ( | int | level, |
int | x0, | ||
int | y0, | ||
ColorScheme | colorscheme | ||
) |
Definition at line 116 of file gl_tex_cache.cpp.
void CatalogEntry::DeSerialize | ( | unsigned char * | t | ) |
Definition at line 136 of file gl_tex_cache.cpp.
int CatalogEntry::GetSerialSize | ( | ) |
Definition at line 123 of file gl_tex_cache.cpp.
void CatalogEntry::Serialize | ( | unsigned char * | t | ) |
Definition at line 125 of file gl_tex_cache.cpp.
CatalogEntryKey CatalogEntry::k |
Definition at line 81 of file gl_tex_cache.h.
CatalogEntryValue CatalogEntry::v |
Definition at line 82 of file gl_tex_cache.h.