Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPResource

Packages that use IMMPResource
com.nokia.carbide.cpp.epoc.engine.model.mmp   
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return IMMPResource
 IMMPResource IMMPResource.copy()
          Return copy of self
 IMMPResource IMMPView.createMMPResource()
          create a new, empty, invalid MMP resource (not added).
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return types with arguments of type IMMPResource
 java.util.List<IMMPResource> IMMPView.getResourceBlocks()
          access/modify the new-style resource blocks
 java.util.List<IMMPResource> IMMPData.getResourceBlocks()
          Get the new-style resource blocks
 


Carbide.c++