Link against: VibraCtrl.lib
None
#include <vibractrl.h>
Static Public Member Functions |
|
static IMPORT_C CVibraControl * | NewL () |
Create a CVibraControl object without notify handling. |
|
static IMPORT_C CVibraControl * | NewL (MVibraControlObserver *aCallback) |
Create a CVibraControl Object using notify handling The clients of this code will be notified about every change of the vibration setting in the
user profile via the MvibraControlObserver interface. |
|
static IMPORT_C CVibraControl * | NewLC (MVibraControlObserver *aCallback) |
Create a CVibraControl Object using notify handling The clients of this code will be notified about every change of the vibration setting in the
user profile via the MvibraControlObserver interface. |
|
Create a CVibraControl Object using notify handling The clients of this code will be notified about every change of the vibration setting in the user profile via the MvibraControlObserver interface.
|
|
Create a CVibraControl object without notify handling.
|
|
Create a CVibraControl Object using notify handling The clients of this code will be notified about every change of the vibration setting in the user profile via the MvibraControlObserver interface. The object is left to cleanup stack.
|