|
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 325 of file ais_target_list_dlg.cpp.
| AISTargetListDialog::~AISTargetListDialog | ( | ) |
Definition at line 464 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::CenterToTarget | ( | bool | close | ) |
Definition at line 1135 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::CopyMMSItoClipBoard | ( | int | mmsi | ) |
Definition at line 1167 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::Disconnect_decoder | ( | ) |
Definition at line 846 of file ais_target_list_dlg.cpp.
| std::shared_ptr< AisTargetData > AISTargetListDialog::GetpTarget | ( | unsigned int | list_item | ) |
Definition at line 1180 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 840 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::RecalculateSize | ( | void | ) |
Definition at line 469 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::SetColorScheme | ( | ) |
Definition at line 848 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::Shutdown | ( | void | ) |
Definition at line 859 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::UpdateAISTargetList | ( | ) |
Definition at line 1189 of file ais_target_list_dlg.cpp.
| void AISTargetListDialog::UpdateNVAISTargetList | ( | ) |
Definition at line 1269 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.