]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindetailsview.h
${CMAKE_SOURCE_DIR}/libkonq doesn't exist now
[dolphin.git] / src / dolphindetailsview.h
index fdd93b03c47553717970b634eb4ff744f6d4ef25..a0ef0eedf3832733c33ae3b123e422115c09b0be 100644 (file)
@@ -56,6 +56,8 @@ protected:
     virtual void dragMoveEvent(QDragMoveEvent* event);
     virtual void dropEvent(QDropEvent* event);
     virtual void paintEvent(QPaintEvent* event);
+    virtual void keyPressEvent(QKeyEvent* event);
+    virtual void resizeEvent(QResizeEvent* event);
 
 private slots:
     /**
@@ -108,6 +110,12 @@ private slots:
      */
     void slotItemActivated(const QModelIndex& index);
 
+    /**
+     * Opens a context menu at the position \a pos and allows to
+     * configure the visibility of the header columns.
+     */
+    void configureColumns(const QPoint& pos);
+
 private:
     bool isZoomInPossible() const;
     bool isZoomOutPossible() const;