Carbide.c++

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

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

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

Methods in com.nokia.carbide.cpp.epoc.engine.image that return IMultiImageSource
 IMultiImageSource IMultiImageSource.copy()
          Deep copy the contents into a new multi-image source.
static IMultiImageSource MultiImageSourceFactory.createMultiImageSource(boolean canSetHeaderPath, boolean allowBMPs, boolean allowSVGs)
           
 

Methods in com.nokia.carbide.cpp.epoc.engine.image with parameters of type IMultiImageSource
 void IMultiImageSource.set(IMultiImageSource multiImageSource)
          Set contents from another multi-image source.
 

Uses of IMultiImageSource in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.makefile.image that return IMultiImageSource
 IMultiImageSource IImageMakefileView.createMultiImageSource()
          Create a new, invalid multi-image source (not added)
 IMultiImageSource IImageBuilderCommandLineConverter.parse(IImageMakefileView view, java.util.List<java.lang.String> argv)
          Parse the given command line and create a multi-image source, or null if errors encountered.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.makefile.image that return types with arguments of type IMultiImageSource
 java.util.List<IMultiImageSource> IImageMakefileView.getMultiImageSources()
          Access/modify the multi-image sources built in the Makefile (e.g., one per call to mifconv).
 java.util.List<IMultiImageSource> IImageMakefileData.getMultiImageSources()
          Read the multi-image sources built in the Makefile (e.g., one per call to mifconv).
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.makefile.image with parameters of type IMultiImageSource
 java.util.List<java.lang.String> IImageBuilderCommandLineConverter.create(IImageMakefileView view, IMultiImageSource container, java.util.List<java.lang.String> origArgv)
          Create a command line from the given multi-image source.
 java.lang.String IImageMakefileView.getUnexpandedMultiImageSourceTargetPath(IMultiImageSource source)
          Get the string appearing in the Makefile that is the target of the multi-image source.
 

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

Subinterfaces of IMultiImageSource in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPBitmap
          The data in a START BITMAP ...
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return types with arguments of type IMultiImageSource
 java.util.List<IMultiImageSource> IMMPView.getMultiImageSources()
           
 java.util.List<IMultiImageSource> IMMPData.getMultiImageSources()
           
 


Carbide.c++