OpenCPN Partial API docs
|
A custom list control for displaying AIS target information. More...
#include <OCPNListCtrl.h>
Public Member Functions | |
OCPNListCtrl (AISTargetListDialog *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style) | |
wxString | OnGetItemText (long item, long column) const |
int | OnGetItemColumnImage (long item, long column) const |
wxString | GetTargetColumnData (AisTargetData *pAISTarget, long column) const |
Public Attributes | |
AISTargetListDialog * | m_parent |
A custom list control for displaying AIS target information.
Extends wxListCtrl to provide specialized functionality for displaying and managing AIS target data in OpenCPN.
Definition at line 38 of file OCPNListCtrl.h.
OCPNListCtrl::OCPNListCtrl | ( | AISTargetListDialog * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos, | ||
const wxSize & | size, | ||
long | style | ||
) |
Definition at line 31 of file OCPNListCtrl.cpp.
OCPNListCtrl::~OCPNListCtrl | ( | ) |
Definition at line 37 of file OCPNListCtrl.cpp.
wxString OCPNListCtrl::GetTargetColumnData | ( | AisTargetData * | pAISTarget, |
long | column | ||
) | const |
Definition at line 75 of file OCPNListCtrl.cpp.
int OCPNListCtrl::OnGetItemColumnImage | ( | long | item, |
long | column | ||
) | const |
Definition at line 71 of file OCPNListCtrl.cpp.
wxString OCPNListCtrl::OnGetItemText | ( | long | item, |
long | column | ||
) | const |
Definition at line 60 of file OCPNListCtrl.cpp.
AISTargetListDialog* OCPNListCtrl::m_parent |
Definition at line 49 of file OCPNListCtrl.h.