LibreOffice Module comphelper (master) 1
|
template for instantiating concrete interaction handlersthe template argument must be an interface derived from XInteractionContinuation More...
#include <interaction.hxx>
Public Member Functions | |
OInteraction () | |
bool | wasSelected () const |
determines whether or not this handler was selected More... | |
virtual void SAL_CALL | select () override |
Private Attributes | |
bool | m_bSelected: 1 |
template for instantiating concrete interaction handlers
the template argument must be an interface derived from XInteractionContinuation
Definition at line 43 of file interaction.hxx.
|
inline |
Definition at line 47 of file interaction.hxx.
|
overridevirtual |
Definition at line 60 of file interaction.hxx.
|
inline |
determines whether or not this handler was selected
Definition at line 50 of file interaction.hxx.
References comphelper::OInteraction< INTERACTION >::m_bSelected.
|
private |
Definition at line 55 of file interaction.hxx.
Referenced by comphelper::OInteraction< INTERACTION >::wasSelected().