Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPViewConfiguration

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

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

Classes in com.nokia.carbide.cdt.builder that implement IMMPViewConfiguration
 class DefaultMMPViewConfiguration
           
 

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

Methods in com.nokia.carbide.cpp.epoc.engine with parameters of type IMMPViewConfiguration
static java.lang.Object EpocEnginePlugin.runWithMMPData(IPath modelPath, IMMPViewConfiguration viewConfiguration, IMMPDataRunnable runnable)
          Get a read-only copy of data for the given MMP view with the given configuration, and run user code using the model.
static java.lang.Object EpocEnginePlugin.runWithMMPView(IPath modelPath, IMMPViewConfiguration viewConfiguration, IMMPViewRunnable 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++