Class WIdentityProxyModel


  • public class WIdentityProxyModel
    extends WAbstractProxyModel
    A proxy model that proxies its source model unmodified.

    A WIdentityProxyModel simply forwards the structure of the source model, without any transformation. WIdentityProxyModel can be used as a base class for implementing proxy models that reimplement data(), but retain all other characteristics of the source model.