sbIMediaListFactory Interface Reference

Factory for new media list instances. More...

import"sbIMediaListFactory.idl";

Inheritance diagram for sbIMediaListFactory:
[legend]
Collaboration diagram for sbIMediaListFactory:
[legend]

Public Member Functions

sbIMediaList createMediaList (in sbIMediaItem aInner)
 Create a new instance of a media list based on the template sbIMediaItem provided. More...
 

Public Attributes

readonly attribute AString type
 A human-readable string identifying the type of media list that will be created by this factory. More...
 
readonly attribute ACString contractID
 The contract ID through which an instance of this class can be created. More...
 

Detailed Description

Factory for new media list instances.

This interface is used to create new instances of a media list.

See Also
sbIMediaList

Definition at line 47 of file sbIMediaListFactory.idl.

Member Function Documentation

sbIMediaList sbIMediaListFactory::createMediaList ( in sbIMediaItem  aInner)

Create a new instance of a media list based on the template sbIMediaItem provided.

Parameters
aInner- An sbIMediaItem created by the library
Returns
A object implementing the sbIMediaList interface.

Member Data Documentation

readonly attribute ACString sbIMediaListFactory::contractID

The contract ID through which an instance of this class can be created.

Definition at line 59 of file sbIMediaListFactory.idl.

readonly attribute AString sbIMediaListFactory::type

A human-readable string identifying the type of media list that will be created by this factory.

Definition at line 53 of file sbIMediaListFactory.idl.


The documentation for this interface was generated from the following file: