Carbide.c++

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

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

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

Methods in com.nokia.carbide.cpp.epoc.engine that return types with arguments of type IImageMakefileOwnedModel
static IModelProvider<IImageMakefileOwnedModel,IImageMakefileModel> EpocEnginePlugin.getImageMakefileModelProvider()
          Get the provider that manages access to image (scalable icon) makefiles in the workspace.
 

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

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


Carbide.c++