OpenCPN Partial API docs
|
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 |
Definition at line 51 of file AISTargetListDialog.h.
AISTargetListDialog::AISTargetListDialog | ( | wxWindow * | parent, |
wxAuiManager * | auimgr, | ||
AisDecoder * | pdecoder | ||
) |
Definition at line 319 of file AISTargetListDialog.cpp.
AISTargetListDialog::~AISTargetListDialog | ( | ) |
Definition at line 459 of file AISTargetListDialog.cpp.
void AISTargetListDialog::CenterToTarget | ( | bool | close | ) |
Definition at line 1025 of file AISTargetListDialog.cpp.
void AISTargetListDialog::CopyMMSItoClipBoard | ( | int | mmsi | ) |
Definition at line 1054 of file AISTargetListDialog.cpp.
void AISTargetListDialog::Disconnect_decoder | ( | ) |
Definition at line 819 of file AISTargetListDialog.cpp.
std::shared_ptr< AisTargetData > AISTargetListDialog::GetpTarget | ( | unsigned int | list_item | ) |
Definition at line 1067 of file AISTargetListDialog.cpp.
void AISTargetListDialog::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 813 of file AISTargetListDialog.cpp.
void AISTargetListDialog::RecalculateSize | ( | void | ) |
Definition at line 464 of file AISTargetListDialog.cpp.
void AISTargetListDialog::SetColorScheme | ( | ) |
Definition at line 821 of file AISTargetListDialog.cpp.
void AISTargetListDialog::Shutdown | ( | void | ) |
Definition at line 832 of file AISTargetListDialog.cpp.
void AISTargetListDialog::UpdateAISTargetList | ( | void | ) |
Definition at line 1075 of file AISTargetListDialog.cpp.
void AISTargetListDialog::UpdateNVAISTargetList | ( | void | ) |
Definition at line 1152 of file AISTargetListDialog.cpp.
AisDecoder* AISTargetListDialog::m_pdecoder |
Definition at line 72 of file AISTargetListDialog.h.
OCPNListCtrl* AISTargetListDialog::m_pListCtrlAISTargets |
Definition at line 71 of file AISTargetListDialog.h.
ArrayOfMMSI* AISTargetListDialog::m_pMMSI_array |
Definition at line 74 of file AISTargetListDialog.h.