RAknKeyLock Class Reference
#include
<mw/aknkeylock.h>
class RAknKeyLock : public RNotifier |
Inherited Functions |
---|
| RHandleBase::Attributes()const |
| RHandleBase::BTraceId()const |
| RHandleBase::DoExtendedClose() |
| RHandleBase::Duplicate(const RThread &,TOwnerType) |
| RHandleBase::FullName()const |
| RHandleBase::FullName(TDes &)const |
| RHandleBase::Handle()const |
| RHandleBase::HandleInfo(THandleInfo *) |
| RHandleBase::Name()const |
| RHandleBase::NotifyDestruction(TRequestStatus &) |
| RHandleBase::Open(const TFindHandleBase &,TOwnerType) |
| RHandleBase::OpenByName(const TDesC &,TOwnerType,TInt) |
| RHandleBase::RHandleBase() |
| RHandleBase::RHandleBase(TInt) |
| RHandleBase::SetHandle(TInt) |
| RHandleBase::SetHandleNC(TInt) |
| RNotifier::CancelNotifier(TUid) |
| RNotifier::Close() |
| RNotifier::Connect() |
| RNotifier::InfoPrint(const TDesC &) |
| RNotifier::LoadNotifiers(TUid) |
| RNotifier::Notify(const TDesC &,const TDesC &,const TDesC &,const TDesC &,TInt &,TRequestStatus &) |
| RNotifier::NotifyCancel() |
| RNotifier::RNotifier() |
| RNotifier::StartNotifier(TUid,TUid,const TDesC8 &,TDes8 &) |
| RNotifier::StartNotifier(TUid,const TDesC8 &) |
| RNotifier::StartNotifier(TUid,const TDesC8 &,TDes8 &) |
| RNotifier::StartNotifierAndGetResponse(TRequestStatus &,TUid,TUid,const TDesC8 &,TDes8 &) |
| RNotifier::StartNotifierAndGetResponse(TRequestStatus &,TUid,const TDesC8 &,TDes8 &) |
| RNotifier::UnloadNotifiers(TUid) |
| RNotifier::UpdateNotifier(TUid,const TDesC8 &,TDes8 &) |
| RNotifier::UpdateNotifierAndGetResponse(TRequestStatus &,TUid,const TDesC8 &,TDes8 &) |
| RSessionBase::CreateSession(RServer2,const TVersion &) |
| RSessionBase::CreateSession(RServer2,const TVersion &,TInt) |
| RSessionBase::CreateSession(RServer2,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *) |
| RSessionBase::CreateSession(const TDesC &,const TVersion &) |
| RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt) |
| RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *) |
| RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TRequestStatus *) |
| RSessionBase::Open(RMessagePtr2,TInt,TOwnerType) |
| RSessionBase::Open(RMessagePtr2,TInt,const TSecurityPolicy &,TOwnerType) |
| RSessionBase::Open(TInt,TOwnerType) |
| RSessionBase::Open(TInt,const TSecurityPolicy &,TOwnerType) |
| RSessionBase::Send(TInt)const |
| RSessionBase::Send(TInt,const TIpcArgs &)const |
| RSessionBase::SendReceive(TInt)const |
| RSessionBase::SendReceive(TInt,TRequestStatus &)const |
| RSessionBase::SendReceive(TInt,const TIpcArgs &)const |
| RSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const |
| RSessionBase::SetReturnedHandle(TInt) |
| RSessionBase::SetReturnedHandle(TInt,RHandleBase &) |
| RSessionBase::SetReturnedHandle(TInt,const TSecurityPolicy &) |
| RSessionBase::ShareAuto() |
| RSessionBase::ShareProtected() |
Detailed Description
A handle class API disabling/enabling keylock state.
Member Function Documentation
CancelAllNotifications ( )
IMPORT_C void | CancelAllNotifications | ( | ) | |
All notifications queued to be shown are cancelled.
DisableKeyLock ( )
IMPORT_C void | DisableKeyLock | ( | ) | |
Unlocks the keys of the device and shows a keys unlocked note.
DisableWithoutNote ( )
IMPORT_C void | DisableWithoutNote | ( | ) | |
Unlocks the keys of the device without showing the keys unlocked note.
EnableAutoLockEmulation ( )
IMPORT_C void | EnableAutoLockEmulation | ( | ) | |
Locks the device keys similar to autolock/device lock state.
EnableKeyLock ( )
IMPORT_C void | EnableKeyLock | ( | ) | |
Locks the keys of the device and shows a keys locked note.
EnableSoftNotifications ( TBool )
IMPORT_C void | EnableSoftNotifications | ( | TBool | aEnable | ) | |
Controls whether soft notifications will be shown at all.
EnableWithoutNote ( )
IMPORT_C void | EnableWithoutNote | ( | ) | |
Locks the keys of the device without showing the keys locked note.
IsKeyLockEnabled ( )
IMPORT_C TBool | IsKeyLockEnabled | ( | ) | |
Returns whether the phone keys have been locked or not.
Returns: ETrue if the keys have been locked normally or the phone is in autolock state.
OfferKeyLock ( )
IMPORT_C void | OfferKeyLock | ( | ) | |
Shows a note on the screen asking the user permission to lock the keypad.