Carbide.c++

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

Packages that use IModel
com.nokia.carbide.cpp.epoc.engine.model   
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
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 IModel in com.nokia.carbide.cpp.epoc.engine.model
 

Classes in com.nokia.carbide.cpp.epoc.engine.model with type parameters of type IModel
 interface IModelProvider<Model extends IOwnedModel,SharedModel extends IModel>
          Interface managing shared access to models.
 

Subinterfaces of IModel in com.nokia.carbide.cpp.epoc.engine.model
 interface IOwnedModel<View>
          This manages a single file's contents and provides "views" onto its contents and resolves changes to such views to rewrite the contents.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return types with arguments of type IModel
 IModelProvider<IOwnedModel<View>,IModel<View>> IModel.getModelProvider()
          Get the model provider owning this model, if any.
 

Method parameters in com.nokia.carbide.cpp.epoc.engine.model with type arguments of type IModel
 void IOwnedModel.setModelProvider(IModelProvider<IOwnedModel<View>,IModel<View>> modelProvider)
          Set the model provider.
 

Uses of IModel in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 

Subinterfaces of IModel in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 interface IBldInfModel
          This is the user interface to a bld.inf model.
 interface IBldInfOwnedModel
          This is the owner interface to the bld.inf model.
 

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

Subinterfaces of IModel in com.nokia.carbide.cpp.epoc.engine.model.makefile
 interface IMakefileModel
          This interface provides access to the Makefile.
 interface IMakefileOwnedModel
          This interface provides access to the Makefile.
 

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

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

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

Subinterfaces of IModel in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPModel
          An MMP model.
 interface IMMPOwnedModel
          The owner interface to an MMP model.
 


Carbide.c++