Carbide.c++

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

Packages that use IBldInfModel
com.nokia.carbide.cpp.epoc.engine   
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
 

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

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

Uses of IBldInfModel in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 

Subinterfaces of IBldInfModel in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 interface IBldInfOwnedModel
          This is the owner interface to the bld.inf model.
 


Carbide.c++