Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.makefile.image.IImageMakefileViewConfiguration

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

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

Classes in com.nokia.carbide.cdt.builder that implement IImageMakefileViewConfiguration
 class DefaultImageMakefileViewConfiguration
          A default configuration for handling image makefiles.
 

Uses of IImageMakefileViewConfiguration in com.nokia.carbide.cpp.epoc.engine
 

Methods in com.nokia.carbide.cpp.epoc.engine with parameters of type IImageMakefileViewConfiguration
static java.lang.Object EpocEnginePlugin.runWithImageMakefileData(IPath modelPath, IImageMakefileViewConfiguration viewConfiguration, IImageMakefileDataRunnable runnable)
          Get a read-only copy of data for the given image makefile view with the given configuration, and run user code using the model.
static java.lang.Object EpocEnginePlugin.runWithImageMakefileView(IPath modelPath, IImageMakefileViewConfiguration viewConfiguration, IImageMakefileViewRunnable runnable)
          Get a shared instance of the given MMP model, create a view with the given configuration, and run user code using the model.
 


Carbide.c++