summaryrefslogtreecommitdiffstats
path: root/tdeui/tdelistview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-10 17:00:41 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-06-10 17:00:41 -0500
commite2c42b9bb60335db0820468dbdca9582035ce56c (patch)
tree7664ac1573a992abe165acf0619676feb2001bf6 /tdeui/tdelistview.h
parentb4eb5d6af66e7d40f335af72914ff96abe9bd890 (diff)
downloadtdelibs-e2c42b9bb60335db0820468dbdca9582035ce56c.tar.gz
tdelibs-e2c42b9bb60335db0820468dbdca9582035ce56c.zip
Allow small execute area to be used in TDEListView
This partially resolves Bug 1543
Diffstat (limited to 'tdeui/tdelistview.h')
-rw-r--r--tdeui/tdelistview.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tdeui/tdelistview.h b/tdeui/tdelistview.h
index bd0473304..395ffefa7 100644
--- a/tdeui/tdelistview.h
+++ b/tdeui/tdelistview.h
@@ -403,6 +403,22 @@ public:
* @since 3.4
*/
bool shadeSortColumn(void) const;
+
+ /**
+ * @param enable TRUE if small execute area should be used (e.g. KonqListViewItem), FALSE if not.
+ * The default is FALSE to match TQt3 behaviour.
+ *
+ * @since 14.0
+ */
+ void setUseSmallExecuteArea(bool enable);
+
+ /**
+ * @return TRUE if small execute area is in use, FALSE if not.
+ *
+ * @since 14.0
+ */
+ bool useSmallExecuteArea() const;
+
signals:
/**