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 83 of file rest_server.h.