Carbide.c++

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

Packages that use IImageSource
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.image   
 

Uses of IImageSource in com.nokia.carbide.cdt.builder
 

Methods in com.nokia.carbide.cdt.builder with parameters of type IImageSource
 IPath ImageMakefileViewPathHelper.findCandidateMaskPath(IImageSource imageSource)
          Look up a candidate for the mask referenced by the given IImageSource.
 

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

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

Methods in com.nokia.carbide.cpp.epoc.engine.image that return IImageSource
 IImageSource IMultiImageSource.createUnknownImageSource()
          Create (doesn't add) an unknown image source.
 IImageSource IMultiImageSource.findMatchingSource(IPath filePath)
          Find an entry that matches the file.
 

Methods in com.nokia.carbide.cpp.epoc.engine.image that return types with arguments of type IImageSource
 java.util.List<IImageSource> IMultiImageSource.getSources()
          Get the bitmap sources, never null.
 

Methods in com.nokia.carbide.cpp.epoc.engine.image with parameters of type IImageSource
 java.lang.String IMultiImageSource.getGeneratedImageEnumerator(IImageSource image)
          Get the generated enumerator for the bitmap, or null for none.
 java.lang.String IMultiImageSource.getGeneratedMaskEnumerator(IImageSource image)
          Get the generated enumerator for the bitmap, or null for none.
 

Method parameters in com.nokia.carbide.cpp.epoc.engine.image with type arguments of type IImageSource
 void IMultiImageSource.setSources(java.util.List<IImageSource> sources)
          Set the bitmap sources, may not be null.
 


Carbide.c++