OpenCPN Partial API docs
AISTargetQueryDialog Class Reference
Inheritance diagram for AISTargetQueryDialog:

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)
 

Public Attributes

int m_MMSI
 
wxHtmlWindow * m_pQueryTextCtl
 
ColorScheme m_colorscheme
 
wxBoxSizer * m_pboxSizer
 
int m_nl
 
wxButton * m_okButton
 
wxButton * m_createWptBtn
 
wxButton * m_createTrkBtn
 
int m_adjustedFontSize
 
int m_control_font_size
 
wxFont * m_basefont
 
wxWindow * m_parent
 
bool m_bautoCentre
 
bool m_bautosize
 

Detailed Description

Definition at line 38 of file AISTargetQueryDialog.h.


The documentation for this class was generated from the following files: