Carbide.c++

com.nokia.carbide.cpp.epoc.engine.model.makefile
Interface IMakefileModel

All Superinterfaces:
IModel<IMakefileView>

public interface IMakefileModel
extends IModel<IMakefileView>

This interface provides access to the Makefile. It is derived from the base model APIs but the DOM from #getTranslationUnit() is always null and view support ignores any filtering.


Method Summary
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.model.IModel
addListener, createView, getModelProvider, getPath, getViews, removeListener
 


Carbide.c++