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 51 of file rest_server_gui.h.
AcceptObjectDialog::AcceptObjectDialog | ( | ) |
Definition at line 83 of file rest_server_gui.cpp.
AcceptObjectDialog::AcceptObjectDialog | ( | wxWindow * | parent, |
const wxString & | caption, | ||
const wxString & | msg1, | ||
const wxString | msg2 | ||
) |
Definition at line 89 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 96 of file rest_server_gui.cpp.
AcceptObjectDialog::~AcceptObjectDialog | ( | ) |
Definition at line 111 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 119 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 175 of file rest_server_gui.cpp.
void AcceptObjectDialog::SetMessage | ( | const wxString & | message | ) |
Definition at line 168 of file rest_server_gui.cpp.