Carbide.c++

com.nokia.carbide.cpp.epoc.engine.image
Interface IBitmapSourceReference

All Superinterfaces:
IImageSourceReference
All Known Subinterfaces:
IBitmapSource

public interface IBitmapSourceReference
extends IImageSourceReference

Model for a bitmap source file without color information.


Method Summary
 IPath getMaskPath()
          get the mask filepath (may be null), either relative to the owning view's project location, or absolute in filesystem
 void setMaskPath(IPath filepath)
          set the mask filepath (may be null), either relative to the owning view's project location, or absolute in filesystem
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.image.IImageSourceReference
copy, getDefaultMaskPath, getPath, isValid, setPath
 

Method Detail

getMaskPath

IPath getMaskPath()
get the mask filepath (may be null), either relative to the owning view's project location, or absolute in filesystem


setMaskPath

void setMaskPath(IPath filepath)
set the mask filepath (may be null), either relative to the owning view's project location, or absolute in filesystem


Carbide.c++