Commit e00c4c8 1 parent 276c63c commit e00c4c8 Copy full SHA for e00c4c8
File tree 1 file changed +8
-9
lines changed
lib/include/elements/element
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ namespace cycfi::elements
20
20
*
21
21
* \brief
22
22
* An abstract base for classes that need to handle layout composition
23
- * for elements placed in cells.
24
- *
25
- * The class is an interface that defines several pure virtual
26
- * functions for managing and rendering elements in a dynamic list
27
- * structure, including calculating the number of elements, resizing
28
- * the list, creating or composing an element at a specific index, and
29
- * determining the size and limits of elements along both the main and
30
- * secondary axes.
23
+ * for elements placed in cells inside a list.
24
+ *
25
+ * The class declares several pure virtual functions for managing and
26
+ * rendering elements in a dynamic list structure, including
27
+ * calculating the number of elements, resizing the list, creating or
28
+ * composing an element at a specific index, and determining the size
29
+ * and limits of elements along both the main and secondary axes.
31
30
*/
32
31
class cell_composer : public std ::enable_shared_from_this<cell_composer>
33
32
{
@@ -155,7 +154,7 @@ namespace cycfi::elements
155
154
*
156
155
* \brief
157
156
* Horizontal fixed derived limits cell composer with specifics for
158
- * handling horizontal cells .
157
+ * handling columns .
159
158
*
160
159
* \tparam Base
161
160
* The base cell composer type.
You can’t perform that action at this time.
0 commit comments