[Kde-bindings] Ownership transfer method list

Tobias Rautenkranz tobias at rautenkranz.ch
Sat Aug 29 07:52:50 UTC 2009


Hi

There are some methods that transfer the ownership of objects. e.g.:
void QUndoStack::push(QUndoCommand* cmd)
or that create a new object:
KAction* KStandardAction::create(StandardAction id, 
  const QObject* recvr, const char* slot, QObject* parent)

Currently I have implemented the ownership transfer for a few special cases.
Is there a list of these methods (from a binding) that I can use instead of 
searching them myself?



More information about the Kde-bindings mailing list