MWidgetCallback Class Reference

#include <mw/brctlinterface.h>

Link against: BrowserEngine.lib

class MWidgetCallback
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 voidSetDisplayMode(TBrCtlDefs::TBrCtlOrientation)
pure virtual voidSetSoftkeysVisible(TBool)

Detailed Description

This class provides a mechanism for the browser engine to interact with the widget host application

Since
3.2

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
Parameters
aSelectedFileNameThe selected file name.
aMimeTypeThe accepted mime type.
Return Value
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 * )

TInt Reserved_1(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_10 ( TAny *&, TAny *, TAny * )

TInt Reserved_10(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_2 ( TAny *&, TAny *, TAny * )

TInt Reserved_2(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_3 ( TAny *&, TAny *, TAny * )

TInt Reserved_3(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_4 ( TAny *&, TAny *, TAny * )

TInt Reserved_4(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_5 ( TAny *&, TAny *, TAny * )

TInt Reserved_5(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_6 ( TAny *&, TAny *, TAny * )

TInt Reserved_6(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_7 ( TAny *&, TAny *, TAny * )

TInt Reserved_7(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_8 ( TAny *&, TAny *, TAny * )

TInt Reserved_8(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

Reserved_9 ( TAny *&, TAny *, TAny * )

TInt Reserved_9(TAny *&a0,
TAny *a1,
TAny *a2
)[pure virtual]

SetDisplayMode ( TBrCtlDefs::TBrCtlOrientation )

voidSetDisplayMode(TBrCtlDefs::TBrCtlOrientationaOrientation)[pure virtual]
Called to change the display orientation to landscape
Since
3.1

SetSoftkeysVisible ( TBool )

voidSetSoftkeysVisible(TBoolaVisible)[pure virtual]
Called to show or hide softkeys
Since
3.1
Parameters
aVisibleETrue to show softkeys, EFalse when full screen is needed