Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.image.IImageSourceReference

Packages that use IImageSourceReference
com.nokia.carbide.cpp.epoc.engine.image   
 

Uses of IImageSourceReference in com.nokia.carbide.cpp.epoc.engine.image
 

Subinterfaces of IImageSourceReference in com.nokia.carbide.cpp.epoc.engine.image
 interface IBitmapSource
          Model for a bitmap source file with color information.
 interface IBitmapSourceReference
          Model for a bitmap source file without color information.
 interface IImageSource
          Representation of a source image file with color information.
 interface ISVGSource
          Representation of an SVG source file.
 interface ISVGSourceReference
          Representation of an SVG source file.
 

Methods in com.nokia.carbide.cpp.epoc.engine.image that return IImageSourceReference
 IImageSourceReference IImageSourceReference.copy()
          Copy self
 

Methods in com.nokia.carbide.cpp.epoc.engine.image with parameters of type IImageSourceReference
 void IImageSource.setFrom(IImageSourceReference ref)
          Set shared fields from the reference.
 


Carbide.c++