|
OpenCPN Partial API docs
|
"Accept Object" Dialog Definition More...
#include <rest_server_gui.h>
Public Member Functions | |
| AcceptObjectDialog (wxWindow *parent, const wxString &caption, const wxString &msg1, const wxString msg2) | |
| AcceptObjectDialog (wxWindow *parent, wxWindowID id, const wxString &caption, const wxString &hint, const wxPoint &pos, const wxSize &size, long style, const wxString &msg1, const wxString &msg2) | |
| bool | Create (wxWindow *parent, wxWindowID id, const wxString &caption, const wxString &hint, const wxPoint &pos, const wxSize &size, long style, const wxString &msg1, const wxString &msg2) |
| void | SetMessage (const wxString &message) |
| void | SetCheck1Message (const wxString &message) |
| bool | GetCheck1Value () |
"Accept Object" Dialog Definition
Definition at line 52 of file rest_server_gui.h.
| AcceptObjectDialog::AcceptObjectDialog | ( | ) |
Definition at line 92 of file rest_server_gui.cpp.
| AcceptObjectDialog::AcceptObjectDialog | ( | wxWindow * | parent, |
| const wxString & | caption, | ||
| const wxString & | msg1, | ||
| const wxString | msg2 ) |
Definition at line 98 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, | ||
| const wxString & | msg1, | ||
| const wxString & | msg2 ) |
Definition at line 105 of file rest_server_gui.cpp.
| AcceptObjectDialog::~AcceptObjectDialog | ( | ) |
Definition at line 120 of file rest_server_gui.cpp.
| bool AcceptObjectDialog::Create | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxString & | caption, | ||
| const wxString & | hint, | ||
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| long | style, | ||
| const wxString & | msg1, | ||
| const wxString & | msg2 ) |
Definition at line 128 of file rest_server_gui.cpp.
|
inline |
Definition at line 72 of file rest_server_gui.h.
| void AcceptObjectDialog::SetCheck1Message | ( | const wxString & | message | ) |
Definition at line 184 of file rest_server_gui.cpp.
| void AcceptObjectDialog::SetMessage | ( | const wxString & | message | ) |
Definition at line 177 of file rest_server_gui.cpp.