aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_listwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_listwidget.cpp')
-rw-r--r--src/modules/objects/class_listwidget.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/objects/class_listwidget.cpp b/src/modules/objects/class_listwidget.cpp
index d99d7da51..6cb063d14 100644
--- a/src/modules/objects/class_listwidget.cpp
+++ b/src/modules/objects/class_listwidget.cpp
@@ -100,6 +100,10 @@ const char * const itemflags_tbl[] = {
- userCheckable : item is checkable;
- enabled :item is enabled;
- tristate : item is checkable with three separate states.
+ !fn: $setChecked(<checkstate:bool>)
+ Sets the eventual item check box 'checked state' to <bool>.
+ !fn: <bool> $isChecked()
+ Returns '1' if the eventual item check box is checked, '0' otherwise.[br]
!fn: <string> $selectionMode()
Returns the current selection mode
!fn: $insertItem(<text:string>, <index:uint>)