KDevAppTreeListItem Class Reference
#include <kapplicationtree.h>
Inheritance diagram for KDevAppTreeListItem:

Public Member Functions | |
KDevAppTreeListItem (KListView *parent, const QString &name, const QPixmap &pixmap, bool parse, bool dir, const QString &p, const QString &c, const QString &dE) | |
KDevAppTreeListItem (QListViewItem *parent, const QString &name, const QPixmap &pixmap, bool parse, bool dir, const QString &p, const QString &c, const QString &dE) | |
bool | isDirectory () |
QString | desktopEntryPath () const |
QString | executable () const |
Protected Member Functions | |
QString | key (int column, bool ascending) const |
void | init (const QPixmap &pixmap, bool parse, bool dir, const QString &_path, const QString &_exec, const QString &_dEntry) |
virtual void | activate () |
virtual void | setOpen (bool o) |
Private Attributes | |
bool | parsed |
bool | directory |
QString | path |
QString | exec |
QString | dEntry |
Constructor & Destructor Documentation
|
Definition at line 68 of file kapplicationtree.cpp. References init(), and KDevAppTreeListItem(). Referenced by KDevAppTreeListItem(). |
|
Definition at line 78 of file kapplicationtree.cpp. References init(), and KDevAppTreeListItem(). |
Member Function Documentation
|
Definition at line 112 of file kapplicationtree.cpp. |
|
Definition at line 59 of file kapplicationtree.h. References dEntry. Referenced by ToolsConfig::toList(). |
|
Definition at line 60 of file kapplicationtree.h. References exec. |
|
Definition at line 88 of file kapplicationtree.cpp. References dEntry, directory, exec, init(), parsed, and path. Referenced by init(), and KDevAppTreeListItem(). |
|
Definition at line 127 of file kapplicationtree.cpp. References directory. Referenced by KDevApplicationTree::isDirSel(). |
|
Definition at line 104 of file kapplicationtree.cpp. References directory, key(), and text(). Referenced by key(). |
|
Definition at line 118 of file kapplicationtree.cpp. References parsed, path, and setOpen(). Referenced by activate(), and setOpen(). |
Member Data Documentation
|
Definition at line 45 of file kapplicationtree.h. Referenced by desktopEntryPath(), and init(). |
|
Definition at line 42 of file kapplicationtree.h. Referenced by activate(), init(), isDirectory(), and key(). |
|
Definition at line 44 of file kapplicationtree.h. Referenced by executable(), and init(). |
|
Definition at line 41 of file kapplicationtree.h. |
|
Definition at line 43 of file kapplicationtree.h. |
The documentation for this class was generated from the following files:
- parts/tools/kapplicationtree.h
- parts/tools/kapplicationtree.cpp