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 93 of file rest_server_gui.cpp.
AcceptObjectDialog::AcceptObjectDialog | ( | wxWindow * | parent, |
const wxString & | caption, | ||
const wxString & | msg1, | ||
const wxString | msg2 | ||
) |
Definition at line 99 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 106 of file rest_server_gui.cpp.
AcceptObjectDialog::~AcceptObjectDialog | ( | ) |
Definition at line 121 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 129 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 185 of file rest_server_gui.cpp.
void AcceptObjectDialog::SetMessage | ( | const wxString & | message | ) |
Definition at line 178 of file rest_server_gui.cpp.