OpenCPN Partial API docs
|
Public Member Functions | |
AISTargetQueryDialog () | |
Constructors. | |
AISTargetQueryDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Object Query"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=AIS_TARGET_QUERY_STYLE) | |
void | Init () |
Initialise our variables. | |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Object Query"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=AIS_TARGET_QUERY_STYLE) |
Creation. | |
void | OnClose (wxCloseEvent &event) |
void | OnIdOKClick (wxCommandEvent &event) |
void | OnIdWptCreateClick (wxCommandEvent &event) |
void | OnIdTrkCreateClick (wxCommandEvent &event) |
void | OnMove (wxMoveEvent &event) |
void | OnSize (wxSizeEvent &event) |
void | AdjustBestSize (AisTargetData *td) |
void | CreateControls () |
void | RenderHTMLQuery (AisTargetData *td) |
void | OnKey (wxKeyEvent &ke) |
void | SetText (const wxString &text_string) |
void | SetColorScheme (ColorScheme cs) |
void | RecalculateSize (void) |
void | SetAutoCentre (bool bval) |
void | SetAutoSize (bool bval) |
void | UpdateText (void) |
void | SetMMSI (int mmsi) |
int | GetMMSI (void) |
Definition at line 38 of file AISTargetQueryDialog.h.