|
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 111 of file gl_tex_cache.cpp.
| CatalogEntry::~CatalogEntry | ( | ) |
Definition at line 113 of file gl_tex_cache.cpp.
| CatalogEntry::CatalogEntry | ( | int | level, |
| int | x0, | ||
| int | y0, | ||
| ColorScheme | colorscheme | ||
| ) |
Definition at line 115 of file gl_tex_cache.cpp.
| void CatalogEntry::DeSerialize | ( | unsigned char * | t | ) |
Definition at line 135 of file gl_tex_cache.cpp.
| int CatalogEntry::GetSerialSize | ( | ) |
Definition at line 122 of file gl_tex_cache.cpp.
| void CatalogEntry::Serialize | ( | unsigned char * | t | ) |
Definition at line 124 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.