PyANGKernel.GKObjectDelMultipleCmd

class GKObjectDelMultipleCmd

A collection of delete commands ( GKObjectDelCmd ) to be executed (or undone) as a single one.

Inheritance diagram of PyANGKernel.GKObjectDelMultipleCmd

Synopsis

Methods

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__()
contains(obj)
Parameters:

objGKObject

Return type:

bool

Returns true if the multi del command already has a del command that targets this object. This method requires that all the GKObjectDelCmd have a target object ( getObject() ) Returns false if ‘obj’ is NULL.