|
OpenCPN Partial API docs
|
Returned status from RunAcceptObjectDlg. More...
#include <rest_server.h>
Public Member Functions | |
| AcceptObjectDlgResult () | |
| default constructor, returns empty struct. | |
| AcceptObjectDlgResult (int s, bool b) | |
| Create a struct with given values for status and check1_value. | |
Public Attributes | |
| const int | status |
| return value from ShowModal() | |
| const bool | check1_value |
| As of GetCheck1Value() | |
Returned status from RunAcceptObjectDlg.
Definition at line 75 of file rest_server.h.
|
inline |
default constructor, returns empty struct.
Definition at line 80 of file rest_server.h.
|
inline |
Create a struct with given values for status and check1_value.
Definition at line 83 of file rest_server.h.
| const bool AcceptObjectDlgResult::check1_value |
As of GetCheck1Value()
Definition at line 77 of file rest_server.h.
| const int AcceptObjectDlgResult::status |
return value from ShowModal()
Definition at line 76 of file rest_server.h.