┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-08 05:43:33 +0000
committerPeter Penz <[email protected]>2007-03-08 05:43:33 +0000
commit90b0e715d220f64a9f50f06d4757fca2a6a32b46 (patch)
tree8bcc19e511c5d55f7672ab1c49500efb4cd870b9 /src/dolphinview.h
parent3f763206910eb00068fb8863c450e70c83262edd (diff)
Use hover effect from KFileItemDelegate also for the details view and assure that only the column KDirModel::Name can be selected and edited.
svn path=/trunk/KDE/kdebase/apps/; revision=640453
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 63ceb983a..2507e9e8e 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -516,6 +516,12 @@ private:
*/
QAbstractItemView* itemView() const;
+ /**
+ * Returns true if the index is valid and represents
+ * the column KDirModel::Name.
+ */
+ bool isValidNameIndex(const QModelIndex& index) const;
+
private:
bool m_showProgress;
Mode m_mode;