NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
|
Public Member Functions |
| CBrCtlObjectInfo () |
| Default Constructor.
|
| CBrCtlObjectInfo (TBool aAppSupported, TBool aPluginSupported, const TDesC &aSize, const TDesC &aAppName, const TDesC &aFileType) |
| Constructor.
|
void | SetAppSupported (TBool aAppSupported) |
| Sets the flag if there is a viewer app for this object.
|
void | SetPluginSupported (TBool aPluginSupported) |
| Sets the flag if there is a netscape plugin for this object.
|
void | SetSize (const TDesC &aSize) |
| Sets the size of the object.
|
void | SetAppName (const TDesC &aAppName) |
| Sets the name of the viewer app or netscape plugin that supports this object.
|
void | SetFileType (const TDesC &aFileType) |
| Sets the content type of the object.
|
TBool | AppSupported () |
| Tells if there is a viewer app for this object.
|
TBool | PluginSupported () |
| Tells if there is a netscape plugin for this object.
|
const TDesC & | Size () const |
| Gets the size of the object.
|
const TDesC & | AppName () const |
| Gets the name of the viewer app or netscape plugin that supports this object.
|
const TDesC & | FileType () const |
| Gets the content type of the object.
|