summaryrefslogtreecommitdiffstats
path: root/app/table_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/table_model.h')
-rw-r--r--app/table_model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/table_model.h b/app/table_model.h
index baae390..78dedf1 100644
--- a/app/table_model.h
+++ b/app/table_model.h
@@ -45,6 +45,9 @@ class TableModel {
// column zero.
virtual std::wstring GetTooltip(int row);
+ // If true, this row should be indented.
+ virtual bool ShouldIndent(int row);
+
// Returns true if the TableView has groups. Groups provide a way to visually
// delineate the rows in a table view. When groups are enabled table view
// shows a visual separator for each group, followed by all the rows in