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.
|
inline |
default constructor, returns empty struct.
Definition at line 88 of file rest_server.h.
|
inline |
Create a struct with given values for status and check1_value.
Definition at line 91 of file rest_server.h.
const bool AcceptObjectDlgResult::check1_value |
As of GetCheck1Value()
Definition at line 85 of file rest_server.h.
const int AcceptObjectDlgResult::status |
return value from ShowModal()
Definition at line 84 of file rest_server.h.