|
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.
|