Carbide.c++

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

Packages that use IImageMakefileData
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.model.makefile.image   
 

Uses of IImageMakefileData in com.nokia.carbide.cdt.builder
 

Constructors in com.nokia.carbide.cdt.builder with parameters of type IImageMakefileData
ImageMakefileViewPathHelper(IImageMakefileData data, ISymbianBuildContext[] configurations)
          Construct an instance using the given image makefile data, to provide the project root, and the build configurations of interest.
 

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

Subinterfaces of IImageMakefileData in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileView
          Interface to image-makefile specific commands.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.makefile.image that return IImageMakefileData
 IImageMakefileData IImageMakefileView.getData()
           
 


Carbide.c++