OpenCPN Partial API docs
|
Dialog for displaying a list of AIS targets. More...
#include <ais_target_list_dlg.h>
Public Member Functions | |
AISTargetListDialog (wxWindow *parent, wxAuiManager *auimgr, AisDecoder *pdecoder) | |
void | Shutdown (void) |
void | OnClose (wxCloseEvent &event) |
void | Disconnect_decoder () |
void | RecalculateSize (void) |
void | SetColorScheme () |
void | UpdateAISTargetList () |
void | UpdateNVAISTargetList () |
void | CopyMMSItoClipBoard (int) |
void | CenterToTarget (bool) |
std::shared_ptr< AisTargetData > | GetpTarget (unsigned int list_item) |
Public Attributes | |
OCPNListCtrl * | m_pListCtrlAISTargets |
AisDecoder * | m_pdecoder |
ArrayOfMMSI * | m_pMMSI_array |
Dialog for displaying a list of AIS targets.
Shows a list of AIS targets, allowing users to view and interact with multiple AIS targets.
Definition at line 57 of file ais_target_list_dlg.h.
AISTargetListDialog::AISTargetListDialog | ( | wxWindow * | parent, |
wxAuiManager * | auimgr, | ||
AisDecoder * | pdecoder | ||
) |
Definition at line 323 of file ais_target_list_dlg.cpp.
AISTargetListDialog::~AISTargetListDialog | ( | ) |
Definition at line 462 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::CenterToTarget | ( | bool | close | ) |
Definition at line 1058 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::CopyMMSItoClipBoard | ( | int | mmsi | ) |
Definition at line 1089 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::Disconnect_decoder | ( | ) |
Definition at line 832 of file ais_target_list_dlg.cpp.
std::shared_ptr< AisTargetData > AISTargetListDialog::GetpTarget | ( | unsigned int | list_item | ) |
Definition at line 1102 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 826 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::RecalculateSize | ( | void | ) |
Definition at line 467 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::SetColorScheme | ( | ) |
Definition at line 834 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::Shutdown | ( | void | ) |
Definition at line 845 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::UpdateAISTargetList | ( | void | ) |
Definition at line 1111 of file ais_target_list_dlg.cpp.
void AISTargetListDialog::UpdateNVAISTargetList | ( | void | ) |
Definition at line 1191 of file ais_target_list_dlg.cpp.
AisDecoder* AISTargetListDialog::m_pdecoder |
Definition at line 78 of file ais_target_list_dlg.h.
OCPNListCtrl* AISTargetListDialog::m_pListCtrlAISTargets |
Definition at line 77 of file ais_target_list_dlg.h.
ArrayOfMMSI* AISTargetListDialog::m_pMMSI_array |
Definition at line 80 of file ais_target_list_dlg.h.