LibreOffice Module forms (master) 1
Public Member Functions | Private Attributes | List of all members
com::sun::star::xforms::XFormsEventConcrete Class Reference

#include <xformsevent.hxx>

Inheritance diagram for com::sun::star::xforms::XFormsEventConcrete:
[legend]
Collaboration diagram for com::sun::star::xforms::XFormsEventConcrete:
[legend]

Public Member Functions

 XFormsEventConcrete ()
 
virtual OUString SAL_CALL getType () override
 
virtual css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL getTarget () override
 
virtual css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL getCurrentTarget () override
 
virtual css::xml::dom::events::PhaseType SAL_CALL getEventPhase () override
 
virtual sal_Bool SAL_CALL getBubbles () override
 
virtual sal_Bool SAL_CALL getCancelable () override
 
virtual css::util::Time SAL_CALL getTimeStamp () override
 
virtual void SAL_CALL stopPropagation () override
 
virtual void SAL_CALL preventDefault () override
 
virtual void SAL_CALL initXFormsEvent (const OUString &typeArg, sal_Bool canBubbleArg, sal_Bool cancelableArg) override
 
virtual void SAL_CALL initEvent (const OUString &eventTypeArg, sal_Bool canBubbleArg, sal_Bool cancelableArg) override
 

Private Attributes

OUString m_eventType
 
bool m_bubbles
 
bool m_cancelable
 

Detailed Description

Definition at line 29 of file xformsevent.hxx.

Constructor & Destructor Documentation

◆ XFormsEventConcrete()

com::sun::star::xforms::XFormsEventConcrete::XFormsEventConcrete ( )
inline

Definition at line 33 of file xformsevent.hxx.

Member Function Documentation

◆ getBubbles()

sal_Bool SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getBubbles ( )
overridevirtual

Definition at line 51 of file xformsevent.cxx.

References m_bubbles.

◆ getCancelable()

sal_Bool SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getCancelable ( )
overridevirtual

Definition at line 56 of file xformsevent.cxx.

References m_cancelable.

◆ getCurrentTarget()

css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getCurrentTarget ( )
overridevirtual

Definition at line 41 of file xformsevent.cxx.

◆ getEventPhase()

css::xml::dom::events::PhaseType SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getEventPhase ( )
overridevirtual

Definition at line 46 of file xformsevent.cxx.

◆ getTarget()

css::uno::Reference< css::xml::dom::events::XEventTarget > SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getTarget ( )
overridevirtual

Definition at line 36 of file xformsevent.cxx.

◆ getTimeStamp()

css::util::Time SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getTimeStamp ( )
overridevirtual

Definition at line 61 of file xformsevent.cxx.

◆ getType()

OUString SAL_CALL com::sun::star::xforms::XFormsEventConcrete::getType ( )
overridevirtual

Definition at line 31 of file xformsevent.cxx.

References m_eventType.

◆ initEvent()

void SAL_CALL com::sun::star::xforms::XFormsEventConcrete::initEvent ( const OUString &  eventTypeArg,
sal_Bool  canBubbleArg,
sal_Bool  cancelableArg 
)
overridevirtual

Definition at line 73 of file xformsevent.cxx.

References m_bubbles, m_cancelable, and m_eventType.

Referenced by initXFormsEvent().

◆ initXFormsEvent()

void SAL_CALL com::sun::star::xforms::XFormsEventConcrete::initXFormsEvent ( const OUString &  typeArg,
sal_Bool  canBubbleArg,
sal_Bool  cancelableArg 
)
overridevirtual

Definition at line 25 of file xformsevent.cxx.

References initEvent().

◆ preventDefault()

void SAL_CALL com::sun::star::xforms::XFormsEventConcrete::preventDefault ( )
overridevirtual

Definition at line 69 of file xformsevent.cxx.

◆ stopPropagation()

void SAL_CALL com::sun::star::xforms::XFormsEventConcrete::stopPropagation ( )
overridevirtual

Definition at line 66 of file xformsevent.cxx.

Member Data Documentation

◆ m_bubbles

bool com::sun::star::xforms::XFormsEventConcrete::m_bubbles
private

Definition at line 62 of file xformsevent.hxx.

Referenced by getBubbles(), and initEvent().

◆ m_cancelable

bool com::sun::star::xforms::XFormsEventConcrete::m_cancelable
private

Definition at line 63 of file xformsevent.hxx.

Referenced by getCancelable(), and initEvent().

◆ m_eventType

OUString com::sun::star::xforms::XFormsEventConcrete::m_eventType
private

Definition at line 61 of file xformsevent.hxx.

Referenced by getType(), and initEvent().


The documentation for this class was generated from the following files: