LibreOffice Module comphelper (master) 1
Classes | Namespaces | Typedefs
interaction.hxx File Reference
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/task/XInteractionApprove.hpp>
#include <com/sun/star/task/XInteractionDisapprove.hpp>
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionRetry.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
#include <comphelper/comphelperdllapi.h>
#include <vector>
Include dependency graph for interaction.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  comphelper::OInteraction< INTERACTION >
 template for instantiating concrete interaction handlersthe template argument must be an interface derived from XInteractionContinuation More...
 
class  comphelper::OInteractionRequest
 implements an interaction request (com.sun.star.task::XInteractionRequest)at run time, you can freely add any interaction continuation objects More...
 

Namespaces

namespace  comphelper
 

Typedefs

typedef OInteraction< css::task::XInteractionApprove > comphelper::OInteractionApprove
 
typedef OInteraction< css::task::XInteractionDisapprove > comphelper::OInteractionDisapprove
 
typedef OInteraction< css::task::XInteractionAbort > comphelper::OInteractionAbort
 
typedef OInteraction< css::task::XInteractionRetry > comphelper::OInteractionRetry
 
typedef ::cppu::WeakImplHelper< css::task::XInteractionRequest > comphelper::OInteractionRequest_Base