|
OpenCPN Partial API docs
|
"Accept Object" Dialog Definition More...
#include <REST_server_gui.h>
Public Member Functions | |
| AcceptObjectDialog (wxWindow *parent, wxWindowID id, const wxString &caption, const wxString &hint, const wxPoint &pos, const wxSize &size, long style) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_STG_IDNAME, const wxString &caption=SYMBOL_STG_TITLE, const wxString &hint=SYMBOL_STG_TITLE, const wxPoint &pos=SYMBOL_STG_POSITION, const wxSize &size=SYMBOL_STG_SIZE, long style=SYMBOL_STG_STYLE) |
| void | SetMessage (const wxString &message) |
| void | SetCheck1Message (const wxString &message) |
| bool | GetCheck1Value () |
"Accept Object" Dialog Definition
Definition at line 51 of file REST_server_gui.h.
| AcceptObjectDialog::AcceptObjectDialog | ( | ) |
Definition at line 55 of file REST_server_gui.cpp.
| AcceptObjectDialog::AcceptObjectDialog | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxString & | caption, | ||
| const wxString & | hint, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| long | style | ||
| ) |
Definition at line 61 of file REST_server_gui.cpp.
| AcceptObjectDialog::~AcceptObjectDialog | ( | ) |
Definition at line 69 of file REST_server_gui.cpp.
| bool AcceptObjectDialog::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_STG_IDNAME, |
||
| const wxString & | caption = SYMBOL_STG_TITLE, |
||
| const wxString & | hint = SYMBOL_STG_TITLE, |
||
| const wxPoint & | pos = SYMBOL_STG_POSITION, |
||
| const wxSize & | size = SYMBOL_STG_SIZE, |
||
| long | style = SYMBOL_STG_STYLE |
||
| ) |
Definition at line 74 of file REST_server_gui.cpp.
|
inline |
Definition at line 71 of file REST_server_gui.h.
| void AcceptObjectDialog::SetCheck1Message | ( | const wxString & | message | ) |
Definition at line 138 of file REST_server_gui.cpp.
| void AcceptObjectDialog::SetMessage | ( | const wxString & | message | ) |
Definition at line 131 of file REST_server_gui.cpp.