loadgen/ui/hb/inc/enginewrapper.h
changeset 48 da3ec8478e66
parent 17 4f2773374eff
equal deleted inserted replaced
47:11fa016241a4 48:da3ec8478e66
   141 	BluetoothAttributes getBluetoothAttributes();
   141 	BluetoothAttributes getBluetoothAttributes();
   142 	
   142 	
   143 	/**
   143 	/**
   144 	* Set attributes for CPU load
   144 	* Set attributes for CPU load
   145 	*/
   145 	*/
   146 	void setCpuLoadAttributes(CPULoadAttributes attributes);
   146 	void setCpuLoadAttributes(const CPULoadAttributes& attributes);
   147 	
   147 	
   148 	/**
   148 	/**
   149 	* Set attributes for memory eat
   149 	* Set attributes for memory eat
   150 	*/
   150 	*/
   151 	void setMemoryEatAttributes(MemoryEatAttributes attributes);
   151 	void setMemoryEatAttributes(const MemoryEatAttributes& attributes);
   152 
   152 
   153 	/**
   153 	/**
   154 	* Set attributes for phone call
   154 	* Set attributes for phone call
   155 	*/	
   155 	*/	
   156 	void setPhoneCallAttributes(PhoneCallAttributes attributes);
   156 	void setPhoneCallAttributes(const PhoneCallAttributes& attributes);
   157 
   157 
   158 	/**
   158 	/**
   159 	* Set attributes for network connection
   159 	* Set attributes for network connection
   160 	*/		
   160 	*/		
   161 	void setNetConnAttributes(NetConnAttributes attributes);
   161 	void setNetConnAttributes(const NetConnAttributes& attributes);
   162 	
   162 	
   163 	/**
   163 	/**
   164 	* Set attributes for key presses
   164 	* Set attributes for key presses
   165 	*/
   165 	*/
   166 	void setKeyPressAttributes(KeyPressAttributes attributes);
   166 	void setKeyPressAttributes(const KeyPressAttributes& attributes);
   167 	
   167 	
   168 	/**
   168 	/**
   169 	* Set pointer event for messages
   169 	* Set pointer event for messages
   170 	*/
   170 	*/
   171 	void setPointerEventAttributes(PointerEventAttributes attributes);
   171 	void setPointerEventAttributes(const PointerEventAttributes& attributes);
   172 
   172 
   173 	/**
   173 	/**
   174 	* Set message attributes
   174 	* Set message attributes
   175 	*/
   175 	*/
   176 	void setMessageAttributes(MessageAttributes attributes);
   176 	void setMessageAttributes(const MessageAttributes& attributes);
   177 	
   177 	
   178 	/**
   178 	/**
   179 	* Set applications attributes
   179 	* Set applications attributes
   180 	*/
   180 	*/
   181 	void setApplicationsAttributes(ApplicationsAttributes attributes);
   181 	void setApplicationsAttributes(const ApplicationsAttributes& attributes);
   182 	
   182 	
   183 	/**
   183 	/**
   184 	* Set photo capture attributes
   184 	* Set photo capture attributes
   185 	*/
   185 	*/
   186 	void setPhotoCaptureAttributes(PhotoCaptureAttributes attributes);
   186 	void setPhotoCaptureAttributes(const PhotoCaptureAttributes& attributes);
   187 	
   187 	
   188 	/**
   188 	/**
   189 	* Set BT attributes
   189 	* Set BT attributes
   190 	*/	
   190 	*/	
   191 	void setBluetoothAttributes(BluetoothAttributes attributes);
   191 	void setBluetoothAttributes(const BluetoothAttributes& attributes);
   192 	
   192 	
   193 	/**
   193 	/**
   194 	* Stop load
   194 	* Stop load
   195 	*/
   195 	*/
   196 	bool stopLoad(bool stopAll);
   196 	bool stopLoad(bool stopAll);