kmobiletools
KMobileTools::Ifaces::DialAction Class Reference
#include <dialaction.h>
Detailed Description
This interface provides methods to trigger dialing on the phone.
Definition at line 37 of file dialaction.h.
Public Member Functions | |
| virtual void | dial (const QString &number)=0 |
| virtual void | hangup ()=0 |
| virtual | ~DialAction () |
Constructor & Destructor Documentation
| KMobileTools::Ifaces::DialAction::~DialAction | ( | ) | [virtual] |
Definition at line 25 of file dialaction.cpp.
Member Function Documentation
| virtual void KMobileTools::Ifaces::DialAction::dial | ( | const QString & | number | ) | [pure virtual] |
Triggers dialing of the given number.
- Parameters:
-
number the number to dial
| virtual void KMobileTools::Ifaces::DialAction::hangup | ( | ) | [pure virtual] |
Triggers hanging up of the current phone call.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference