┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-08-03 18:46:49 +0000
committerPeter Penz <[email protected]>2007-08-03 18:46:49 +0000
commitb5a12004172e2a84fd4b2765e70546baa063e184 (patch)
tree7757a707840531beee6402c27071d93ac4b85f65 /src/dolphincolumnview.h
parentc6187eb633054176688e814fba9e80da3949a5f4 (diff)
further selection model fixes
svn path=/trunk/KDE/kdebase/apps/; revision=696076
Diffstat (limited to 'src/dolphincolumnview.h')
-rw-r--r--src/dolphincolumnview.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h
index a3290cc2c..03f210229 100644
--- a/src/dolphincolumnview.h
+++ b/src/dolphincolumnview.h
@@ -73,10 +73,19 @@ private:
/**
* Requests the activation for the column \a column. The URL
- * navigator will be changed to represent the column.
+ * navigator will be changed to represent the column. It is
+ * assured that the selection model of \a column will be set
+ * to the selection model of the Column View.
*/
void requestActivation(QWidget* column);
+ /**
+ * Requests the selection model from the Column View for \a view.
+ * If another column has already obtained the Column View selection
+ * model, it will be replaced by a default selection model.
+ */
+ void requestSelectionModel(QAbstractItemView* view);
+
private:
DolphinController* m_controller;