reSIProcate/DialogUsageManager  9694
Public Types | Public Member Functions | Private Attributes
resip::MultipleEventDialogEvent Class Reference

#include <DialogEventHandler.hxx>

Inheritance diagram for resip::MultipleEventDialogEvent:
Inheritance graph
[legend]
Collaboration diagram for resip::MultipleEventDialogEvent:
Collaboration graph
[legend]

List of all members.

Public Types

typedef std::vector< SharedPtr
< DialogEvent > > 
EventVector

Public Member Functions

 MultipleEventDialogEvent (EventVector &events)
 MultipleEventDialogEvent (const MultipleEventDialogEvent &rhs)
virtual ~MultipleEventDialogEvent ()
const EventVectorgetEvents () const
DialogEventType getType () const

Private Attributes

EventVector mEvents

Detailed Description

Definition at line 126 of file DialogEventHandler.hxx.


Member Typedef Documentation

Definition at line 129 of file DialogEventHandler.hxx.


Constructor & Destructor Documentation

resip::MultipleEventDialogEvent::MultipleEventDialogEvent ( EventVector events) [inline]

Definition at line 130 of file DialogEventHandler.hxx.

      : mEvents(events)
   {}
resip::MultipleEventDialogEvent::MultipleEventDialogEvent ( const MultipleEventDialogEvent rhs) [inline]

Definition at line 133 of file DialogEventHandler.hxx.

      : mEvents(rhs.mEvents)
   {}
virtual resip::MultipleEventDialogEvent::~MultipleEventDialogEvent ( ) [inline, virtual]

Definition at line 136 of file DialogEventHandler.hxx.

{}

Member Function Documentation

const EventVector& resip::MultipleEventDialogEvent::getEvents ( ) const [inline]

Definition at line 138 of file DialogEventHandler.hxx.

References mEvents.

{ return mEvents; }
DialogEventType resip::MultipleEventDialogEvent::getType ( ) const [inline, virtual]

Member Data Documentation

Definition at line 142 of file DialogEventHandler.hxx.

Referenced by getEvents().


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