MWidgetCallback Class Reference
#include
<mw/brctlinterface.h>
Link against: BrowserEngine.lib
Public Member Functions |
---|
pure virtual
TBool
| DialogMimeFileSelectLC(HBufC *&, const TDesC &) |
pure virtual
TInt
| Reserved_1(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_10(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_2(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_3(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_4(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_5(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_6(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_7(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_8(TAny *&, TAny *, TAny *) |
pure virtual
TInt
| Reserved_9(TAny *&, TAny *, TAny *) |
pure virtual void | SetDisplayMode(TBrCtlDefs::TBrCtlOrientation) |
pure virtual void | SetSoftkeysVisible(TBool) |
Detailed Description
This class provides a mechanism for the browser engine to interact with the widget host application
Member Function Documentation
DialogMimeFileSelectLC ( HBufC *&, const TDesC & )
TBool
| DialogMimeFileSelectLC | ( | HBufC *& | aSelectedFileName, |
| const TDesC & | aMimeType |
| ) | [pure virtual] |
Navigates through your file system and selects a file of specific mime type; analogous to the Browse command in Windows.
- Since
- 3.2
Parameter | Description | aSelectedFileName | The selected file name. |
aMimeType | The accepted mime type. |
Returns: ETrue if the user selected a file EFalse if the user cancelled the transaction and did not select a file. Returned on cleanup stack. Browser control will free the buffer.
Reserved_1 ( TAny *&, TAny *, TAny * )
Reserved_10 ( TAny *&, TAny *, TAny * )
Reserved_2 ( TAny *&, TAny *, TAny * )
Reserved_3 ( TAny *&, TAny *, TAny * )
Reserved_4 ( TAny *&, TAny *, TAny * )
Reserved_5 ( TAny *&, TAny *, TAny * )
Reserved_6 ( TAny *&, TAny *, TAny * )
Reserved_7 ( TAny *&, TAny *, TAny * )
Reserved_8 ( TAny *&, TAny *, TAny * )
Reserved_9 ( TAny *&, TAny *, TAny * )
SetDisplayMode ( TBrCtlDefs::TBrCtlOrientation )
Called to change the display orientation to landscape
- Since
- 3.1
SetSoftkeysVisible ( TBool )
void | SetSoftkeysVisible | ( | TBool | aVisible | ) | [pure virtual] |
Called to show or hide softkeys
- Since
- 3.1
Parameter | Description | aVisible | ETrue to show softkeys, EFalse when full screen is needed |