#include <sipstack.h>
Definition at line 189 of file sipstack.h.
Public Member Functions | |
| SipCallId (QString ip) | |
| SipCallId () | |
| SipCallId (SipCallId &id) | |
| ~SipCallId () | |
| void | Generate (QString ip) |
| void | setValue (QString v) |
| const QString | string () |
| bool | operator== (SipCallId &rhs) |
| SipCallId & | operator= (SipCallId &rhs) |
Private Attributes | |
| QString | thisCallid |
| SipCallId::SipCallId | ( | QString | ip | ) |
Definition at line 846 of file sipstack.cpp.
| SipCallId::SipCallId | ( | ) | [inline] |
Definition at line 193 of file sipstack.h.
| SipCallId::SipCallId | ( | SipCallId & | id | ) | [inline] |
Definition at line 194 of file sipstack.h.
| SipCallId::~SipCallId | ( | ) |
Definition at line 851 of file sipstack.cpp.
| void SipCallId::Generate | ( | QString | ip | ) |
Definition at line 855 of file sipstack.cpp.
Referenced by SipCall::BuildSendInvite(), SipCallId(), SipIM::SipIM(), SipOptions::SipOptions(), SipRegistration::SipRegistration(), SipWatcher::SipWatcher(), and SipContainer::UiSendIMMessage().
| void SipCallId::setValue | ( | QString | v | ) | [inline] |
Definition at line 197 of file sipstack.h.
Referenced by SipMsg::decodeCallid(), SipFsm::SendIM(), SipIM::SipIM(), and SipOptions::SipOptions().
| const QString SipCallId::string | ( | ) | [inline] |
Definition at line 198 of file sipstack.h.
Referenced by SipIM::FSM(), SipFsm::MatchCallId(), operator==(), and SipContainer::UiSendIMMessage().
Definition at line 861 of file sipstack.cpp.
Definition at line 867 of file sipstack.cpp.
QString SipCallId::thisCallid [private] |
Definition at line 203 of file sipstack.h.
Referenced by Generate(), operator=(), operator==(), setValue(), SipCallId(), and string().
1.5.5