• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KFile

  • sources
  • kde-4.14
  • kdelibs
  • kfile
kdiroperatordetailview_p.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (C) 2007 by Peter Penz <peter.penz@gmx.at> *
3  * *
4  * This library is free software; you can redistribute it and/or *
5  * modify it under the terms of the GNU Library General Public *
6  * License version 2 as published by the Free Software Foundation. *
7  * *
8  * This library is distributed in the hope that it will be useful, *
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
11  * Library General Public License for more details. *
12  * *
13  * You should have received a copy of the GNU Library General Public License *
14  * along with this library; see the file COPYING.LIB. If not, write to *
15  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, *
16  * Boston, MA 02110-1301, USA. *
17  *****************************************************************************/
18 
19 #ifndef KDIROPERATORDETAILVIEW_P_H
20 #define KDIROPERATORDETAILVIEW_P_H
21 
22 #include <QtGui/QTreeView>
23 
24 #include <kfile.h>
25 
26 class QAbstractItemModel;
27 
32 class KDirOperatorDetailView : public QTreeView
33 {
34  Q_OBJECT
35 
36 public:
37  KDirOperatorDetailView(QWidget *parent = 0);
38  virtual ~KDirOperatorDetailView();
39  virtual void setModel(QAbstractItemModel *model);
40 
44  virtual bool setViewMode(KFile::FileView viewMode);
45 
46 protected:
47  virtual bool event(QEvent *event);
48  virtual void dragEnterEvent(QDragEnterEvent *event);
49  virtual void resizeEvent(QResizeEvent *event);
50  virtual void mousePressEvent(QMouseEvent *event);
51  virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous);
52 
53 private slots:
54  void resetResizing();
55  void disableColumnResizing();
56  void slotLayoutChanged();
57 
58 private:
59  bool m_resizeColumns;
60  bool m_hideDetailColumns;
61 };
62 
63 #endif
QModelIndex
QEvent
QResizeEvent
QWidget
KDirOperatorDetailView::currentChanged
virtual void currentChanged(const QModelIndex &current, const QModelIndex &previous)
Definition: kdiroperatordetailview.cpp:149
kfile.h
KDirOperatorDetailView
Default detail view for KDirOperator using custom resizing options and columns.
Definition: kdiroperatordetailview_p.h:32
KDirOperatorDetailView::mousePressEvent
virtual void mousePressEvent(QMouseEvent *event)
Definition: kdiroperatordetailview.cpp:136
KDirOperatorDetailView::KDirOperatorDetailView
KDirOperatorDetailView(QWidget *parent=0)
Definition: kdiroperatordetailview.cpp:34
QMouseEvent
KDirOperatorDetailView::~KDirOperatorDetailView
virtual ~KDirOperatorDetailView()
Definition: kdiroperatordetailview.cpp:48
KDirOperatorDetailView::dragEnterEvent
virtual void dragEnterEvent(QDragEnterEvent *event)
Definition: kdiroperatordetailview.cpp:123
KFile::FileView
FileView
QDragEnterEvent
QTreeView
KDirOperatorDetailView::setModel
virtual void setModel(QAbstractItemModel *model)
Definition: kdiroperatordetailview.cpp:52
KDirOperatorDetailView::setViewMode
virtual bool setViewMode(KFile::FileView viewMode)
Displays either Detail, Tree or DetailTree modes.
Definition: kdiroperatordetailview.cpp:70
QAbstractItemModel
KDirOperatorDetailView::resizeEvent
virtual void resizeEvent(QResizeEvent *event)
Definition: kdiroperatordetailview.cpp:130
QAbstractItemView::model
QAbstractItemModel * model() const
KDirOperatorDetailView::event
virtual bool event(QEvent *event)
Definition: kdiroperatordetailview.cpp:99
QObject::parent
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:27:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KFile

Skip menu "KFile"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal