Carbide.c++

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

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

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

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

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

Subinterfaces of IMMPModel in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPOwnedModel
          The owner interface to an MMP model.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return IMMPModel
 IMMPModel IMMPView.getMMPModel()
          get the owning MMP (convenience for IView#getModel())
 


Carbide.c++