equal
deleted
inserted
replaced
219 * @return boolean (ETrue/EFalse) |
219 * @return boolean (ETrue/EFalse) |
220 */ |
220 */ |
221 TBool IsActive() const; |
221 TBool IsActive() const; |
222 |
222 |
223 /** |
223 /** |
|
224 * Is plugin stopped |
|
225 * |
|
226 * @param void |
|
227 * @return boolean (ETrue/EFalse) |
|
228 */ |
|
229 TBool IsStopped() const; |
|
230 |
|
231 /** |
224 * Publish a specific text of the widget |
232 * Publish a specific text of the widget |
225 * |
233 * |
226 * @param aObserver observer |
234 * @param aObserver observer |
227 * @param aContentId content model id |
235 * @param aContentId content model id |
228 * @param aContentValue content value |
236 * @param aContentValue content value |
251 * @param aPath image path / skin id pattern / mif id Pattern |
259 * @param aPath image path / skin id pattern / mif id Pattern |
252 * @return void |
260 * @return void |
253 */ |
261 */ |
254 void PublishImageL(MAiContentObserver* aObserver, |
262 void PublishImageL(MAiContentObserver* aObserver, |
255 TInt aContentId, TDesC& aPath ); |
263 TInt aContentId, TDesC& aPath ); |
|
264 |
|
265 /** |
|
266 * Publish a data stream to the widget |
|
267 * |
|
268 * @param aObserver observer |
|
269 * @param aContentId content model id |
|
270 * @param aData data stream |
|
271 * @return void |
|
272 */ |
|
273 void PublishData( MAiContentObserver* aObserver, |
|
274 TInt& aContentId, const TDesC8& aData ); |
256 |
275 |
257 /** |
276 /** |
258 * Cleans a data from the widget |
277 * Cleans a data from the widget |
259 * |
278 * |
260 * @param aObserver observer |
279 * @param aObserver observer |