- class Key#
可以 使用
Key
类来有效地访问QPixmapCache
。 更多...概要#
方法#
def
__init__()
def
isValid()
def
__ne__()
def
__eq__()
def
swap()
注意
本文档可能包含从C++自动翻译到Python的代码段。我们始终欢迎对代码段翻译的贡献。如果您发现翻译存在问题,您也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单的方式让我们知道。
详细描述#
使用
insert()
来获取由像素缓存生成的Key实例。您可以将键存储在您的对象中,以实现非常高效的物体-纹理映射。- __init__()#
构建一个空的Key对象。
- __init__(other)
- 参数::
other -
Key
- isValid()#
- 返回类型:
bool
如果与此键关联的缓存的位图存在,则返回
true
。否则,如果位图已刷新,则键不再有效。- __ne__(key)#
- 参数::
键 –
Key
- 返回类型:
bool
- __eq__(key)#
- 参数::
键 –
Key
- 返回类型:
bool
- swap(other)#
- 参数::
other -
Key