|
OpenCPN Partial API docs
|
Generic Chart canvas base. More...
#include "gl_headers.h"#include <wx/datetime.h>#include <wx/grid.h>#include <wx/treectrl.h>#include "model/route.h"#include "model/route_point.h"#include "model/select_item.h"#include "bbox.h"#include "canvas_menu.h"#include "chartdb.h"#include "chartimg.h"#include "ch_info_win.h"#include "compass.h"#include "emboss_data.h"#include "gshhs.h"#include "gui_lib.h"#include "idx_entry.h"#include "mui_bar.h"#include "notification_manager_gui.h"#include "observable_evtvar.h"#include "observable.h"#include "ocp_cursor.h"#include "ocpn_frame.h"#include "ocpn_pixel.h"#include "ocpn_plugin.h"#include "piano.h"#include "quilt.h"#include "rollover_win.h"#include "s57_sector.h"#include "tc_win.h"#include "undo.h"Go to the source code of this file.
Classes | |
| class | ChartCanvas |
| ChartCanvas - Main chart display and interaction component. More... | |
Typedefs | |
| typedef enum ownship_state_t | _ownship_state_t |
Functions | |
| WX_DEFINE_ARRAY_PTR (ChartCanvas *, arrayofCanvasPtr) | |
| void | ShowAISTargetQueryDialog (wxWindow *parent, int mmsi) |
| int | InitScreenBrightness (void) |
| int | RestoreScreenBrightness (void) |
| int | SetScreenBrightness (int brig1Ghtness) |
| void | pupHandler_PasteRoute () |
| void | pupHandler_PasteWaypoint () |
| void | pupHandler_PasteTrack () |
| wxString | minutesToHoursDays (float timeInMinutes) |
Variables | |
| ChartCanvas * | g_overlayCanvas |
| Global instance. | |
| ChartCanvas * | g_focusCanvas |
| Global instance. | |
Generic Chart canvas base.
Definition in file chcanv.h.
| int InitScreenBrightness | ( | void | ) |
Definition at line 14874 of file chcanv.cpp.
| wxString minutesToHoursDays | ( | float | timeInMinutes | ) |
Definition at line 4376 of file chcanv.cpp.
|
extern |
Definition at line 10795 of file chcanv.cpp.
|
extern |
Definition at line 10918 of file chcanv.cpp.
|
extern |
Definition at line 10744 of file chcanv.cpp.
| int RestoreScreenBrightness | ( | void | ) |
Definition at line 14979 of file chcanv.cpp.
| int SetScreenBrightness | ( | int | brig1Ghtness | ) |
Definition at line 15018 of file chcanv.cpp.
| void ShowAISTargetQueryDialog | ( | wxWindow * | parent, |
| int | mmsi | ||
| ) |
Definition at line 13716 of file chcanv.cpp.
|
extern |
Global instance.
Definition at line 1300 of file chcanv.cpp.
|
extern |
Global instance.
Definition at line 1299 of file chcanv.cpp.