OpenCPN Partial API docs
|
Implement chartdbs.h – basic chart info storage. More...
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/arrimpl.cpp>
#include <wx/dir.h>
#include <wx/encconv.h>
#include <wx/progdlg.h>
#include <wx/regex.h>
#include <wx/tokenzr.h>
#include "chartbase.h"
#include "chartdbs.h"
#include "FlexHash.h"
#include "LOD_reduce.h"
#include "mbtiles.h"
#include "pluginmanager.h"
#include "shapefile_basemap.h"
Go to the source code of this file.
Classes | |
class | GshhsTraverser |
Macros | |
#define | UINT32 unsigned int |
Functions | |
WX_DEFINE_OBJARRAY (ChartTable) | |
wxString | SplitPath (wxString s, wxString tkd, int nchar, int offset, int *pn_split) |
wxString | findGshhgDirectory (const wxString &directory) |
WX_DECLARE_STRING_HASH_MAP (int, ChartCollisionsHashMap) | |
Variables | |
ChartGroupArray * | g_pGroupArray |
Global instance. | |
Implement chartdbs.h – basic chart info storage.
Definition in file chartdbs.cpp.
#define UINT32 unsigned int |
Definition at line 47 of file chartdbs.cpp.
wxString findGshhgDirectory | ( | const wxString & | directory | ) |
Definition at line 1489 of file chartdbs.cpp.
wxString SplitPath | ( | wxString | s, |
wxString | tkd, | ||
int | nchar, | ||
int | offset, | ||
int * | pn_split | ||
) |
Definition at line 1269 of file chartdbs.cpp.
ChartGroupArray* g_pGroupArray |
Global instance.
Definition at line 54 of file chartdbs.cpp.