LibreOffice Module unoxml (master) 1
Classes | Typedefs
DOM::events Namespace Reference

Classes

class  CEvent
 
class  CEventDispatcher
 
class  CMouseEvent
 
class  CMutationEvent
 
class  CUIEvent
 

Typedefs

typedef std::multimap< xmlNodePtr, css::uno::Reference< css::xml::dom::events::XEventListener > > ListenerMap
 
typedef std::map< OUString, ListenerMapTypeListenerMap
 
typedef ::cppu::ImplInheritanceHelper< CUIEvent, css::xml::dom::events::XMouseEvent > CMouseEvent_Base
 
typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XMutationEvent > CMutationEvent_Base
 
typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XUIEvent > CUIEvent_Base
 

Typedef Documentation

◆ CMouseEvent_Base

typedef ::cppu::ImplInheritanceHelper< CUIEvent, css::xml::dom::events::XMouseEvent > DOM::events::CMouseEvent_Base

Definition at line 32 of file mouseevent.hxx.

◆ CMutationEvent_Base

typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XMutationEvent > DOM::events::CMutationEvent_Base

Definition at line 37 of file mutationevent.hxx.

◆ CUIEvent_Base

typedef ::cppu::ImplInheritanceHelper< CEvent, css::xml::dom::events::XUIEvent > DOM::events::CUIEvent_Base

Definition at line 34 of file uievent.hxx.

◆ ListenerMap

typedef std::multimap< xmlNodePtr, css::uno::Reference< css::xml::dom::events::XEventListener> > DOM::events::ListenerMap

Definition at line 40 of file eventdispatcher.hxx.

◆ TypeListenerMap

Definition at line 41 of file eventdispatcher.hxx.