CBrCtlObjectInfo Class Reference
#include
<mw/brctldialogsprovider.h>
| class CBrCtlObjectInfo : public CBase |
Detailed Description
The
CBrCtlObjectInfo class used to represent the information about the plugin object.
#include <brctldialogsprovider.h>
@lib BrowserEngine.lib
@since 3.0
@file brctldialogsprovider.h
*
Constructor & Destructor Documentation
CBrCtlObjectInfo ( )
Default Constructor
- Since
- 2.8
CBrCtlObjectInfo ( TBool, TBool, const TDesC &, const TDesC &, const TDesC & )
| CBrCtlObjectInfo | ( | TBool | aAppSupported, |
| | TBool | aPluginSupported, |
| | const TDesC & | aSize, |
| | const TDesC & | aAppName, |
| | const TDesC & | aFileType |
| | ) | |
| Parameters |
|---|
| aAppSupported | A flag if there is a viewer app for this object |
| aPluginSupported | A flag if there is a netscape plugin for this object |
| aSize | The size of the object |
| aAppName | The name of the viewer app or netscape plugin that supports this object |
| aFileType | The content type of the object |
- Return Value
- CBrCtlObjectInfo object
Member Function Documentation
AppName ( )
| const TDesC & | AppName | ( | ) | const [inline] |
Gets the name of the viewer app or netscape plugin that supports this object
- Since
- 3.0
- Return Value
- Symbian descriptor containing the name of the viewer app or netscape plugin that supports this object.
AppSupported ( )
|
TBool
| AppSupported | ( | ) | [inline] |
Tells if there is a viewer app for this object
- Since
- 3.0
- Return Value
- ETrue if there is a viewer app for this object EFalse if there is not a viewer app for this object.
FileType ( )
| const TDesC & | FileType | ( | ) | const [inline] |
Gets the content type of the object
- Since
- 3.0
- Return Value
- Symbian descriptor holding content type of the object
PluginSupported ( )
|
TBool
| PluginSupported | ( | ) | [inline] |
Tells if there is a netscape plugin for this object
- Since
- 3.0
- Return Value
- ETrue if there is a netscape plugin for this object EFalse if there is not a netscape plugin for this object.
SetAppName ( const TDesC & )
| void | SetAppName | ( | const TDesC & | aAppName | ) | [inline] |
Sets the name of the viewer app or netscape plugin that supports this object
- Since
- 3.0
| Parameters |
|---|
| aAppName | Symbian descriptor containing the name of the viewer app or netscape plugin that supports this object. |
SetAppSupported ( TBool )
| void | SetAppSupported | ( | TBool | aAppSupported | ) | [inline] |
Sets the flag if there is a viewer app for this object
- Since
- 3.0
| Parameters |
|---|
| aAppSupported | ETrue if there is a viewer app for this object EFalse if there is not a viewer app for this object. |
SetFileType ( const TDesC & )
| void | SetFileType | ( | const TDesC & | aFileType | ) | [inline] |
Sets the content type of the object
- Since
- 3.0
| Parameters |
|---|
| aFileType | Symbian descriptor holding content type of the object |
SetPluginSupported ( TBool )
| void | SetPluginSupported | ( | TBool | aPluginSupported | ) | [inline] |
Sets the flag if there is a netscape plugin for this object
- Since
- 3.0
| Parameters |
|---|
| aPluginSupported | ETrue if there is a netscape plugin for this object EFalse if there is not a netscape plugin for this object. |
SetSize ( const TDesC & )
| void | SetSize | ( | const TDesC & | aSize | ) | [inline] |
Sets the size of the object
- Since
- 3.0
| Parameters |
|---|
| aSize | Symbian descriptor containing the size of the object |
Size ( )
| const TDesC & | Size | ( | ) | const [inline] |
Gets the size of the object
- Since
- 3.0
- Return Value
- Symbian descriptor containing the size of the object