Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The CallTypeSelector class allows the user to choose what type of telephony call he intends to do. More...
#include <CallTypeSelector>
Inherits QDialog.
The CallTypeSelector class allows the user to choose what type of telephony call he intends to do.
This dialog assist during the dial process. If a device supports VoIP and GSM/3G calls the user has to chose which type of call he intend to do.
The setAvailablePolicyManagers() function should be called before the dialog is shown. It initializes the list of available call types. Once the user has made the selection selectedPolicyManager() returns the decision.
See also QAbstractCallPolicyManager.
Creates a new CallTypeSelector instance with the given parent and flags.
Destroys the CallTypeSelector instance.
Returns the selected call manager, e.g. VoIP if the user selected a VoIP call.
This function is marked as invokable and can be called via QMetaObject::invokeMethod().
This function must be called before the dialog is shown. It initialises the list of call managers using availableManagers.
availableManagers contains the list of call types that the user can make. A call manager is identified via QAbstractCallPolicyManager::callType().
This function is marked as invokable and can be called via QMetaObject::invokeMethod().
See also QAbstractCallPolicyManager::callType().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |