filetreeview::FileTreeViewItem Class Reference
#include <fileitemfactory.h>
Inheritance diagram for filetreeview::FileTreeViewItem:

Public Member Functions | |
virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment) |
FileTreeWidget * | listView () const |
void | hideOrShow () |
bool | isProjectFile () const |
bool | setProjectFile (QString const &path, bool pf) |
Protected Member Functions | |
FileTreeViewItem (KFileTreeViewItem *parent, KFileItem *item, KFileTreeBranch *branch, bool pf) | |
FileTreeViewItem (KFileTreeView *parent, KFileItem *item, KFileTreeBranch *branch) | |
virtual | ~FileTreeViewItem () |
virtual int | compare (QListViewItem *i, int col, bool ascending) const |
Private Attributes | |
bool | m_isProjectFile |
Detailed Description
- Author:
- KDevelop Authors
Definition at line 27 of file fileitemfactory.h.
Constructor & Destructor Documentation
|
Definition at line 31 of file fileitemfactory.h. References hideOrShow(), and m_isProjectFile. |
|
Definition at line 36 of file fileitemfactory.h. References hideOrShow(), and m_isProjectFile. |
|
Definition at line 41 of file fileitemfactory.h. |
Member Function Documentation
|
Definition at line 88 of file fileitemfactory.cpp. References KFileTreeViewItem::isDir(). |
|
Definition at line 31 of file fileitemfactory.cpp. References endl(), kdDebug(), listView(), and KFileTreeViewItem::path(). Referenced by FileTreeViewItem(), and FileTreeWidget::hideOrShow(). |
|
Definition at line 47 of file fileitemfactory.h. References m_isProjectFile. Referenced by paintCell(), and FileTreeWidget::shouldBeShown(). |
|
Definition at line 24 of file fileitemfactory.cpp. Referenced by hideOrShow(), paintCell(), and setProjectFile(). |
|
Reimplemented from KListViewItem. Reimplemented in VCSFileTreeViewItem. Definition at line 72 of file fileitemfactory.cpp. References isProjectFile(), listView(), and FileTreeWidget::showNonProjectFiles(). |
|
Definition at line 47 of file fileitemfactory.cpp. References endl(), kdDebug(), listView(), m_isProjectFile, and KFileTreeViewItem::path(). Referenced by FileTreeWidget::addProjectFiles(), and FileTreeWidget::removeProjectFiles(). |
Member Data Documentation
|
Definition at line 54 of file fileitemfactory.h. Referenced by FileTreeViewItem(), isProjectFile(), and setProjectFile(). |
The documentation for this class was generated from the following files:
- parts/fileview/fileitemfactory.h
- parts/fileview/fileitemfactory.cpp