OpenCPN Partial API docs
|
Track Properties Dialog. More...
#include <wx/artprov.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/clipbrd.h>
#include <wx/colour.h>
#include <wx/dialog.h>
#include <wx/font.h>
#include <wx/frame.h>
#include <wx/gdicmn.h>
#include <wx/hyperlink.h>
#include <wx/icon.h>
#include <wx/image.h>
#include <wx/intl.h>
#include <wx/listctrl.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/radiobut.h>
#include <wx/scrolwin.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/tglbtn.h>
#include <wx/xrc/xmlres.h>
#include "model/track.h"
#include "link_prop_dlg.h"
Go to the source code of this file.
Classes | |
class | TrackPropDlg |
Class TrackPropDlg. More... | |
class | OCPNTrackListCtrl |
Macros | |
#define | DIALOG_PARENT wxDialog |
#define | ID_RCLK_MENU_COPY_TEXT 7013 |
#define | ID_TRK_MENU_ADD 7014 |
#define | ID_TRK_MENU_EDIT 7015 |
#define | ID_TRK_MENU_DELETE 7016 |
Variables | |
TrackPropDlg * | pTrackPropDialog |
Global instance. | |
Track Properties Dialog.
Definition in file track_prop_dlg.h.
#define DIALOG_PARENT wxDialog |
Definition at line 67 of file track_prop_dlg.h.
#define ID_RCLK_MENU_COPY_TEXT 7013 |
Definition at line 70 of file track_prop_dlg.h.
#define ID_TRK_MENU_ADD 7014 |
Definition at line 72 of file track_prop_dlg.h.
#define ID_TRK_MENU_DELETE 7016 |
Definition at line 74 of file track_prop_dlg.h.
#define ID_TRK_MENU_EDIT 7015 |
Definition at line 73 of file track_prop_dlg.h.
|
extern |
Global instance.
Definition at line 68 of file track_prop_dlg.cpp.