LibreOffice Module ucbhelper (master) 1
Classes | Namespaces | Enumerations
simpleinteractionrequest.hxx File Reference
#include <ucbhelper/interactionrequest.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for simpleinteractionrequest.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< ContinuationFlags >
 
class  ucbhelper::SimpleInteractionRequest
 This class implements a simple interaction request. More...
 

Namespaces

namespace  o3tl
 
namespace  ucbhelper
 

Enumerations

enum class  ContinuationFlags {
  NONE = 0 ,
  Abort = 1 ,
  Retry = 2 ,
  Approve = 4 ,
  Disapprove = 8
}
 These are the constants that can be passed to the constructor of class SimpleInteractionRequest and that are returned by method SimpleInteractionRequest::getResponse(). More...
 

Enumeration Type Documentation

◆ ContinuationFlags

enum class ContinuationFlags
strong

These are the constants that can be passed to the constructor of class SimpleInteractionRequest and that are returned by method SimpleInteractionRequest::getResponse().

Enumerator
NONE 

The request was not (yet) handled by the interaction handler.

Abort 

The interaction handler selected XInteractionAbort.

Retry 

The interaction handler selected XInteractionRetry.

Approve 

The interaction handler selected XInteractionApprove.

Disapprove 

The interaction handler selected XInteractionDisapprove.

Definition at line 32 of file simpleinteractionrequest.hxx.