|
reSIProcate/DialogUsageManager
9694
|
#include <DialogEventHandler.hxx>

Public Types | |
| enum | DialogEventType { DialogEventType_Trying, DialogEventType_Proceeding, DialogEventType_Early, DialogEventType_Confirmed, DialogEventType_Terminated, DialogEventType_MultipleEvents } |
Public Member Functions | |
| DialogEvent () | |
| DialogEvent (const DialogEvent &rhs) | |
| virtual | ~DialogEvent () |
| virtual DialogEventType | getType () const =0 |
Definition at line 10 of file DialogEventHandler.hxx.
| DialogEventType_Trying | |
| DialogEventType_Proceeding | |
| DialogEventType_Early | |
| DialogEventType_Confirmed | |
| DialogEventType_Terminated | |
| DialogEventType_MultipleEvents |
Definition at line 17 of file DialogEventHandler.hxx.
| resip::DialogEvent::DialogEvent | ( | ) | [inline] |
Definition at line 13 of file DialogEventHandler.hxx.
{}
| resip::DialogEvent::DialogEvent | ( | const DialogEvent & | rhs | ) | [inline] |
Definition at line 14 of file DialogEventHandler.hxx.
{}
| virtual resip::DialogEvent::~DialogEvent | ( | ) | [inline, virtual] |
Definition at line 15 of file DialogEventHandler.hxx.
{}
| virtual DialogEventType resip::DialogEvent::getType | ( | ) | const [pure virtual] |
1.7.5.1