Carbide.c++

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

Packages that use IBitmapSource
com.nokia.carbide.cpp.epoc.engine.image   
com.nokia.carbide.cpp.epoc.engine.model.mmp   
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.image that return IBitmapSource
 IBitmapSource IMultiImageSource.createBitmapSource()
          Create (doesn't add) a new BMP image source.
 

Uses of IBitmapSource in com.nokia.carbide.cpp.epoc.engine.model.mmp
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return types with arguments of type IBitmapSource
 java.util.List<IBitmapSource> IMMPBitmap.getBitmapSources()
          Access/modify the list of bitmap sources.
 


Carbide.c++