Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.IViewConfiguration

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

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

Classes in com.nokia.carbide.cdt.builder that implement IViewConfiguration
 class DefaultGNUMakefileViewConfiguration
          A default configuration for handling GNU makefiles.
 class DefaultImageMakefileViewConfiguration
          A default configuration for handling image makefiles.
 class DefaultMMPViewConfiguration
           
 class DefaultViewConfiguration
           
 

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

Methods in com.nokia.carbide.cpp.epoc.engine with parameters of type IViewConfiguration
static java.lang.Object EpocEnginePlugin.runWithBldInfData(IPath modelPath, IViewConfiguration viewConfiguration, IBldInfDataRunnable runnable)
          Get a read-only copy of data for the given bld.inf view with the given configuration, and run user code using the model.
static java.lang.Object EpocEnginePlugin.runWithBldInfView(IPath modelPath, IViewConfiguration viewConfiguration, IBldInfViewRunnable runnable)
          Get a shared instance of the given MMP model, create a view with the given configuration, and run user code using the model.
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.model that return IViewConfiguration
 IViewConfiguration IView.getViewConfiguration()
          Get the configuration used to create the view
 

Methods in com.nokia.carbide.cpp.epoc.engine.model with parameters of type IViewConfiguration
 View IModel.createView(IViewConfiguration configuration)
          Creates a view onto the contents of the model using the given configuration and filter.
 

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

Subinterfaces of IViewConfiguration in com.nokia.carbide.cpp.epoc.engine.model.makefile
 interface IMakefileViewConfiguration
          This configuration specifies how a Makefile is parsed.
 

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

Subinterfaces of IViewConfiguration in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileViewConfiguration
          This configuration provides the expected names for the variables and tools used in processing image makefiles.
 

Uses of IViewConfiguration in com.nokia.carbide.cpp.epoc.engine.model.mmp
 

Subinterfaces of IViewConfiguration in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPViewConfiguration
          This encapsulates differences between different MMP versions.
 


Carbide.c++