|
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 74 of file glTexCache.h.
| CatalogEntry::CatalogEntry | ( | ) |
Definition at line 121 of file glTexCache.cpp.
| CatalogEntry::~CatalogEntry | ( | ) |
Definition at line 123 of file glTexCache.cpp.
| CatalogEntry::CatalogEntry | ( | int | level, |
| int | x0, | ||
| int | y0, | ||
| ColorScheme | colorscheme ) |
Definition at line 125 of file glTexCache.cpp.
| void CatalogEntry::DeSerialize | ( | unsigned char * | t | ) |
Definition at line 145 of file glTexCache.cpp.
| int CatalogEntry::GetSerialSize | ( | ) |
Definition at line 132 of file glTexCache.cpp.
| void CatalogEntry::Serialize | ( | unsigned char * | t | ) |
Definition at line 134 of file glTexCache.cpp.
| CatalogEntryKey CatalogEntry::k |
Definition at line 82 of file glTexCache.h.
| CatalogEntryValue CatalogEntry::v |
Definition at line 83 of file glTexCache.h.