• PySide 模块
  • PySide.QtGui
  • 内容表

    上一话题

    QPixmapCache

    下一话题

    QPictureIO

    QPixmapCache.Key

    概要

    函数

    详细描述

    QPixmapCache.Key 类可用于有效访问 PySide.QtGui.QPixmapCache .

    使用 QPixmapCache.insert() to receive an instance of Key generated by the pixmap cache. You can store the key in your own objects for a very efficient one-to-one object-to-pixmap mapping.

    class PySide.QtGui.QPixmapCache. Key
    class PySide.QtGui.QPixmapCache. Key ( other )
    参数: other PySide.QtGui.QPixmapCache::Key

    构造空的 Key 对象。

    构造副本为 other .

    PySide.QtGui.QPixmapCache.Key. __ne__ ( key )
    参数: key PySide.QtGui.QPixmapCache::Key
    返回类型: PySide.QtCore.bool
    PySide.QtGui.QPixmapCache.Key. __eq__ ( key )
    参数: key PySide.QtGui.QPixmapCache::Key
    返回类型: PySide.QtCore.bool

    Returns true if this key is the same as the given key ;否则返回 false。