PyANGKernel.GKObjectDelMultipleCmd¶
- class GKObjectDelMultipleCmd¶
A collection of delete commands (
GKObjectDelCmd) to be executed (or undone) as a single one.Synopsis¶
Methods¶
def
__init__()def
contains()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
Returns true if the multi del command already has a del command that targets this object. This method requires that all the
GKObjectDelCmdhave a target object (getObject()) Returns false if ‘obj’ is NULL.