OpenCPN Partial API docs
Loading...
Searching...
No Matches
AcceptObjectDlgResult Struct Reference

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()
 

Detailed Description

Returned status from RunAcceptObjectDlg.

Definition at line 83 of file rest_server.h.

Constructor & Destructor Documentation

◆ AcceptObjectDlgResult() [1/2]

AcceptObjectDlgResult::AcceptObjectDlgResult ( )
inline

default constructor, returns empty struct.

Definition at line 88 of file rest_server.h.

◆ AcceptObjectDlgResult() [2/2]

AcceptObjectDlgResult::AcceptObjectDlgResult ( int  s,
bool  b 
)
inline

Create a struct with given values for status and check1_value.

Definition at line 91 of file rest_server.h.

Member Data Documentation

◆ check1_value

const bool AcceptObjectDlgResult::check1_value

As of GetCheck1Value()

Definition at line 85 of file rest_server.h.

◆ status

const int AcceptObjectDlgResult::status

return value from ShowModal()

Definition at line 84 of file rest_server.h.


The documentation for this struct was generated from the following file: