Carbide.c++

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

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

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

Subinterfaces of IBitmapSourceReference in com.nokia.carbide.cpp.epoc.engine.image
 interface IBitmapSource
          Model for a bitmap source file with color information.
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return IBitmapSourceReference
 IBitmapSourceReference IMMPAIFInfo.createBitmapSourceReference()
          create a new, empty, invalid bitmap source reference (not added)
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return types with arguments of type IBitmapSourceReference
 java.util.List<IBitmapSourceReference> IMMPAIFInfo.getSourceBitmaps()
          Access/modify the project-relative bitmaps -- this does not include SVG files!
 

Method parameters in com.nokia.carbide.cpp.epoc.engine.model.mmp with type arguments of type IBitmapSourceReference
 void IMMPAIFInfo.setSourceBitmaps(java.util.List<IBitmapSourceReference> bitmaps)
          Set the project-relative bitmaps -- this does not include SVG files!
 


Carbide.c++