Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.bldinf.IBldInfOwnedModel

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

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

Methods in com.nokia.carbide.cpp.epoc.engine that return types with arguments of type IBldInfOwnedModel
static IModelProvider<IBldInfOwnedModel,IBldInfModel> EpocEnginePlugin.getBldInfModelProvider()
          Get the provider that manages access to bld.inf files in the workspace.
 

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

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


Carbide.c++