OpenCPN Partial API docs
|
Dialog for displaying AIS target alerts. More...
#include <AISTargetAlertDialog.h>
Public Member Functions | |
bool | Create (int target_mmsi, wxWindow *parent, AisDecoder *pdecoder, bool b_jumpto, bool b_createWP, bool b_ack, wxWindowID id=wxID_ANY, const wxString &caption=_("OpenCPN AIS Alert"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU) |
void | Init () |
int | Get_Dialog_MMSI (void) |
void | UpdateText () |
void | RecalculateSize (void) |
![]() | |
virtual bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("OpenCPN Alert"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU) |
Public Attributes | |
wxDateTime | dtAlertExpireTime |
Dialog for displaying AIS target alerts.
Shows alerts for specific AIS targets, allowing user interaction such as acknowledging or silencing the alert.
Definition at line 62 of file AISTargetAlertDialog.h.
AISTargetAlertDialog::AISTargetAlertDialog | ( | ) |
Definition at line 118 of file AISTargetAlertDialog.cpp.
AISTargetAlertDialog::~AISTargetAlertDialog | ( | ) |
Definition at line 120 of file AISTargetAlertDialog.cpp.
bool AISTargetAlertDialog::Create | ( | int | target_mmsi, |
wxWindow * | parent, | ||
AisDecoder * | pdecoder, | ||
bool | b_jumpto, | ||
bool | b_createWP, | ||
bool | b_ack, | ||
wxWindowID | id = wxID_ANY , |
||
const wxString & | caption = _("OpenCPN AIS Alert") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU |
||
) |
Definition at line 130 of file AISTargetAlertDialog.cpp.
|
inline |
Definition at line 78 of file AISTargetAlertDialog.h.
|
virtual |
Reimplemented from OCPN_AlertDialog.
Definition at line 122 of file AISTargetAlertDialog.cpp.
void AISTargetAlertDialog::RecalculateSize | ( | void | ) |
Definition at line 279 of file AISTargetAlertDialog.cpp.
void AISTargetAlertDialog::UpdateText | ( | ) |
Definition at line 241 of file AISTargetAlertDialog.cpp.
wxDateTime AISTargetAlertDialog::dtAlertExpireTime |
Definition at line 82 of file AISTargetAlertDialog.h.