loadgen/ui/hb/inc/engine.h
changeset 51 b048e15729d6
parent 17 4f2773374eff
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
   102 	TMessageAttributes GetMessageAttributes();
   102 	TMessageAttributes GetMessageAttributes();
   103 	TApplicationsAttributes GetApplicationsAttributes();
   103 	TApplicationsAttributes GetApplicationsAttributes();
   104 	TPhotoCaptureAttributes GetPhotoCaptureAttributes();
   104 	TPhotoCaptureAttributes GetPhotoCaptureAttributes();
   105 	TBluetoothAttributes    GetBluetoothAttributes();
   105 	TBluetoothAttributes    GetBluetoothAttributes();
   106 	TPointerEventAttributes GetPointerEventAttributes();
   106 	TPointerEventAttributes GetPointerEventAttributes();
   107 	void ChangeCPULoadAttributes(TCPULoadAttributes aAttributes); 
   107 	void ChangeCPULoadAttributes(const TCPULoadAttributes& aAttributes); 
   108 	void ChangeMemoryEatAttributes(TMemoryEatAttributes aAttributes);
   108 	void ChangeMemoryEatAttributes(const TMemoryEatAttributes& aAttributes);
   109 	void ChangePhoneCallAttributes(TPhoneCallAttributes aAttributes);
   109 	void ChangePhoneCallAttributes(const TPhoneCallAttributes& aAttributes);
   110 	void ChangeNetConnAttributes(TNetConnAttributes aAttributes);
   110 	void ChangeNetConnAttributes(const TNetConnAttributes& aAttributes);
   111 	void ChangeKeyPressAttributes(TKeyPressAttributes aAttributes);
   111 	void ChangeKeyPressAttributes(const TKeyPressAttributes& aAttributes);
   112 	void ChangeMessageAttributes(TMessageAttributes aAttributes);
   112 	void ChangeMessageAttributes(const TMessageAttributes& aAttributes);
   113 	void ChangeApplicationsAttributes(TApplicationsAttributes aAttributes);
   113 	void ChangeApplicationsAttributes(const TApplicationsAttributes& aAttributes);
   114 	void ChangePhotoCaptureAttributes(TPhotoCaptureAttributes aAttributes);
   114 	void ChangePhotoCaptureAttributes(const TPhotoCaptureAttributes& aAttributes);
   115 	void ChangeBluetoothAttributes(TBluetoothAttributes aAttributes);
   115 	void ChangeBluetoothAttributes(const TBluetoothAttributes& aAttributes);
   116 	void ChangePointerEventAttributes(TPointerEventAttributes aAttributes);
   116 	void ChangePointerEventAttributes(const TPointerEventAttributes& aAttributes);
   117 	
   117 	
   118     inline TLoadGenSettings& Settings() { return iSettings; }
   118     inline TLoadGenSettings& Settings() { return iSettings; }
   119     inline CEikonEnv* EikonEnv() 		{ return iEnv; }
   119     inline CEikonEnv* EikonEnv() 		{ return iEnv; }
   120     inline RApaLsSession& LsSession() 	{ return iLs; }
   120     inline RApaLsSession& LsSession() 	{ return iLs; }
   121     inline TBool LoadItemsExists() 		{ return iLoadItemList->Count() > 0; } 
   121     inline TBool LoadItemsExists() 		{ return iLoadItemList->Count() > 0; }