OpenCPN Partial API docs
Loading...
Searching...
No Matches
track_prop_dlg.cpp File Reference

Implement track_props_dlg.h – track properties dialog. More...

#include "config.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

TrackPropDlgpTrackPropDialog
 Global instance.
 

Detailed Description

Implement track_props_dlg.h – track properties dialog.

Definition in file track_prop_dlg.cpp.

Macro Definition Documentation

◆ DISPLAY_FORMAT

#define DISPLAY_FORMAT   2

Definition at line 63 of file track_prop_dlg.cpp.

◆ GLOBAL_SETTINGS_INPUT

#define GLOBAL_SETTINGS_INPUT   3

Format date/time according to global OpenCPN settings.

Definition at line 60 of file track_prop_dlg.cpp.

◆ INPUT_FORMAT

#define INPUT_FORMAT   1

Definition at line 62 of file track_prop_dlg.cpp.

◆ LMTINPUT

#define LMTINPUT    2

Format date/time using Local Mean Time (LMT) at a given point./*#end#*‍/.

Definition at line 58 of file track_prop_dlg.cpp.

◆ LTINPUT

#define LTINPUT    1

Format date/time using timezone configured in the operating system./*#end#*‍/.

Definition at line 56 of file track_prop_dlg.cpp.

◆ TIMESTAMP_FORMAT

#define TIMESTAMP_FORMAT   3

Definition at line 64 of file track_prop_dlg.cpp.

◆ UTCINPUT

#define UTCINPUT   0

Format date/time in UTC.

Definition at line 54 of file track_prop_dlg.cpp.

Variable Documentation

◆ pTrackPropDialog

TrackPropDlg* pTrackPropDialog

Global instance.

Definition at line 68 of file track_prop_dlg.cpp.