OpenCPN Partial API docs
Loading...
Searching...
No Matches
CatalogEntry Class Reference

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
 

Detailed Description

Definition at line 73 of file gl_tex_cache.h.

Constructor & Destructor Documentation

◆ CatalogEntry() [1/2]

CatalogEntry::CatalogEntry ( )

Definition at line 112 of file gl_tex_cache.cpp.

◆ ~CatalogEntry()

CatalogEntry::~CatalogEntry ( )

Definition at line 114 of file gl_tex_cache.cpp.

◆ CatalogEntry() [2/2]

CatalogEntry::CatalogEntry ( int  level,
int  x0,
int  y0,
ColorScheme  colorscheme 
)

Definition at line 116 of file gl_tex_cache.cpp.

Member Function Documentation

◆ DeSerialize()

void CatalogEntry::DeSerialize ( unsigned char *  t)

Definition at line 136 of file gl_tex_cache.cpp.

◆ GetSerialSize()

int CatalogEntry::GetSerialSize ( )

Definition at line 123 of file gl_tex_cache.cpp.

◆ Serialize()

void CatalogEntry::Serialize ( unsigned char *  t)

Definition at line 125 of file gl_tex_cache.cpp.

Member Data Documentation

◆ k

CatalogEntryKey CatalogEntry::k

Definition at line 81 of file gl_tex_cache.h.

◆ v

CatalogEntryValue CatalogEntry::v

Definition at line 82 of file gl_tex_cache.h.


The documentation for this class was generated from the following files: