MPhoneDialerController Class Reference
class MPhoneDialerController |
Abstract dialer controller interface. Dialer controller provides data to be shown on dialer UI (e.g. prompt text and toolbar button contents), but is agnostic to implementation details and layout of the dialer UI components.
PhoneUiView.lib
- Since
- S60 v5.0
Nested Classes and Structures
Member Functions Documentation
ButtonDimmed(TButtonIndex)
Gets dimming status of the given button
- Since
- S60 v5.2
Parameters
TButtonIndex aIndex | Index of the button for which dimming status is queried. |
ButtonState(TButtonIndex)
Gets current state of the given button.
- Since
- S60 v5.2
Parameters
TButtonIndex aIndex | Index of the button for which state is queried. |
CbaResourceId()
TInt
| CbaResourceId | ( | ) | const [pure virtual] |
Returns Cba resource id
- Since
- S60 v5.1
EasyDialingAllowed()
TBool
| EasyDialingAllowed | ( | ) | const [pure virtual] |
Gets value indicating whether using Easy Dialing should be allowed in the current Dialer mode.
- Since
- S60 v5.2
GetButtonData(TButtonIndex, RPointerArray< CButtonData > &)
Get contents for given toolbar button. One button may have zero or more different functions. Which one is set active, depends on the return value of the member function
ButtonState().
- Since
- S60 v5.2
MenuResourceId()
TInt
| MenuResourceId | ( | ) | const [pure virtual] |
Returns Menu resource id
- Since
- S60 v5.1
NumberEntryPromptTextL()
const TDesC & | NumberEntryPromptTextL | ( | ) | [pure virtual] |
Returns number entry prompt text
- Since
- S60 v5.1
SetNumberEntryIsEmpty(TBool)
void | SetNumberEntryIsEmpty | ( | TBool | aEmpty | ) | [pure virtual] |
Function used to tell controller if number entry is empty or not. In many cases this has an influence on the status of some or all toolbar buttons.
- Since
- S60 v5.2
Parameters
TBool aEmpty | ETrue if number entry is empty, EFalse othwerwise. |
Member Enumerations Documentation
Enum TButtonIndex
Indices to refer to visual button slots in the dialer toolbar. The index order in not necessarily the same as the visual order of the buttons. The index names correspond to the button functions in the normal dialer mode.
- Since
- S60 v5.2
Enumerators
EClearButton = 0 | |
ECallButton | |
EPhonebookButton | |
ENumberOfButtons | |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.