summaryrefslogtreecommitdiff
path: root/libcaribou/row-model.vala
diff options
context:
space:
mode:
Diffstat (limited to 'libcaribou/row-model.vala')
-rw-r--r--libcaribou/row-model.vala7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcaribou/row-model.vala b/libcaribou/row-model.vala
index e74d887..83ba56e 100644
--- a/libcaribou/row-model.vala
+++ b/libcaribou/row-model.vala
@@ -1,4 +1,11 @@
namespace Caribou {
+ /**
+ * Object representing a row in a level.
+ *
+ * This is used for implementing custom keyboard service.
+ *
+ * A keyboard object consists of {@link ColumnModel} objects.
+ */
public class RowModel : ScannableGroup, IScannableItem, IKeyboardObject {
public bool scan_stepping { get; set; }
public bool scan_selected { get; set; }