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

Public Member Functions

int GetCurrentEntrydbIndex (void)
 
void SetCurrentEntryFromdbIndex (int current_db_index)
 
int GetDBIndex (int stack_index)
 
void SetDBIndex (int stack_index, int db_index)
 
bool DoesStackContaindbIndex (int db_index)
 
void AddChart (int db_add)
 

Public Attributes

bool b_valid
 
int nEntry
 
int CurrentStackEntry
 

Detailed Description

Definition at line 57 of file chartdb.h.

Constructor & Destructor Documentation

◆ ChartStack()

ChartStack::ChartStack ( )
inline

Definition at line 59 of file chartdb.h.

Member Function Documentation

◆ AddChart()

void ChartStack::AddChart ( int  db_add)

Definition at line 117 of file chartdb.cpp.

◆ DoesStackContaindbIndex()

bool ChartStack::DoesStackContaindbIndex ( int  db_index)

Definition at line 109 of file chartdb.cpp.

◆ GetCurrentEntrydbIndex()

int ChartStack::GetCurrentEntrydbIndex ( void  )

Definition at line 84 of file chartdb.cpp.

◆ GetDBIndex()

int ChartStack::GetDBIndex ( int  stack_index)

Definition at line 97 of file chartdb.cpp.

◆ SetCurrentEntryFromdbIndex()

void ChartStack::SetCurrentEntryFromdbIndex ( int  current_db_index)

Definition at line 91 of file chartdb.cpp.

◆ SetDBIndex()

void ChartStack::SetDBIndex ( int  stack_index,
int  db_index 
)

Definition at line 104 of file chartdb.cpp.

Member Data Documentation

◆ b_valid

bool ChartStack::b_valid

Definition at line 65 of file chartdb.h.

◆ CurrentStackEntry

int ChartStack::CurrentStackEntry

Definition at line 67 of file chartdb.h.

◆ nEntry

int ChartStack::nEntry

Definition at line 66 of file chartdb.h.


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