|
OpenCPN Partial API docs
|
Implement track_props_dlg.h – track properties dialog. More...
#include "config.h"#include "gl_headers.h"#include "model/georef.h"#include "model/gui_vars.h"#include "model/navobj_db.h"#include "model/navutil_base.h"#include "model/own_ship.h"#include "model/plugin_comm.h"#include "model/route.h"#include "model/routeman.h"#include "model/select.h"#include "model/track.h"#include "chcanv.h"#include "gui_lib.h"#include "navutil.h"#include "ocpn_frame.h"#include "ocpn_platform.h"#include "pluginmanager.h"#include "print_dialog.h"#include "routemanagerdialog.h"#include "routeman_gui.h"#include "track_printout.h"#include "track_prop_dlg.h"Go to the source code of this file.
Macros | |
| #define | UTCINPUT 0 |
| Format date/time in UTC. | |
| #define | LTINPUT 1 |
| Format date/time using timezone configured in the operating system./*#end#*/. | |
| #define | LMTINPUT 2 |
| Format date/time using Local Mean Time (LMT) at a given point./*#end#*/. | |
| #define | GLOBAL_SETTINGS_INPUT 3 |
| Format date/time according to global OpenCPN settings. | |
| #define | INPUT_FORMAT 1 |
| #define | DISPLAY_FORMAT 2 |
| #define | TIMESTAMP_FORMAT 3 |
Variables | |
| TrackPropDlg * | pTrackPropDialog |
| Global instance. | |
Implement track_props_dlg.h – track properties dialog.
Definition in file track_prop_dlg.cpp.
| #define DISPLAY_FORMAT 2 |
Definition at line 65 of file track_prop_dlg.cpp.
| #define GLOBAL_SETTINGS_INPUT 3 |
Format date/time according to global OpenCPN settings.
Definition at line 62 of file track_prop_dlg.cpp.
| #define INPUT_FORMAT 1 |
Definition at line 64 of file track_prop_dlg.cpp.
| #define LMTINPUT 2 |
Format date/time using Local Mean Time (LMT) at a given point./*#end#*/.
Definition at line 60 of file track_prop_dlg.cpp.
| #define LTINPUT 1 |
Format date/time using timezone configured in the operating system./*#end#*/.
Definition at line 58 of file track_prop_dlg.cpp.
| #define TIMESTAMP_FORMAT 3 |
Definition at line 66 of file track_prop_dlg.cpp.
| #define UTCINPUT 0 |
Format date/time in UTC.
Definition at line 56 of file track_prop_dlg.cpp.
| TrackPropDlg* pTrackPropDialog |
Global instance.
Definition at line 70 of file track_prop_dlg.cpp.