mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
several additions and revisions to prepare for new example 'sokoban'
This commit is contained in:
parent
de42776adf
commit
a5b827bc96
9 changed files with 144 additions and 51 deletions
|
|
@ -188,6 +188,15 @@
|
|||
(qlog "x ~A y ~A" x y)
|
||||
|
||||
|
||||
<b>qnull (qt-object)</b>
|
||||
|
||||
Only useful if used with UNLESS, in order to check for a valid pointer.
|
||||
Returns T if the argument is not of type QT-OBJECT.
|
||||
|
||||
(unless (qnull ui:*item*)
|
||||
...)
|
||||
|
||||
|
||||
<b>qobject-name (qt-object)</b>
|
||||
|
||||
Returns the QObject::objectName() of passed QT-OBJECT.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue