Carbide.c++

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

Packages that use IMMPOwnedModel
com.nokia.carbide.cpp.epoc.engine   
com.nokia.carbide.cpp.epoc.engine.model   
 

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

Methods in com.nokia.carbide.cpp.epoc.engine that return types with arguments of type IMMPOwnedModel
static IModelProvider<IMMPOwnedModel,IMMPModel> EpocEnginePlugin.getMMPModelProvider()
          Get the provider that manages access to MMP files in the workspace.
 

Uses of IMMPOwnedModel in com.nokia.carbide.cpp.epoc.engine.model
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return IMMPOwnedModel
 IMMPOwnedModel MMPModelFactory.createModel(IPath path, IDocument document)
           
 


Carbide.c++