Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.makefile.IMakefileOwnedModel

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

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

Methods in com.nokia.carbide.cpp.epoc.engine that return types with arguments of type IMakefileOwnedModel
static IModelProvider<IMakefileOwnedModel,IMakefileModel> EpocEnginePlugin.getMakefileModelProvider()
          Get the provider that manages access to ordinary makefiles in the workspace.
 

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

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


Carbide.c++