Carbide.c++

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

Packages that use IImageMakefileModel
com.nokia.carbide.cpp.epoc.engine   
com.nokia.carbide.cpp.epoc.engine.model.makefile.image   
 

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

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

Uses of IImageMakefileModel in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 

Subinterfaces of IImageMakefileModel in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileOwnedModel
          Model that specifically handles scalable icon image Makefiles Views are created with an IImageMakefileViewConfiguration.
 


Carbide.c++