#include <treeview.h>
Public Member Functions | |
FileItem (FileItem *p, SCRef nm) | |
FileItem (QListView *p, SCRef nm) | |
virtual void | setModified (bool b) |
virtual QString | fullName () const |
virtual void | paintCell (QPainter *p, const QColorGroup &cg, int c, int w, int a) |
Protected Attributes | |
bool | isModified |
Definition at line 23 of file treeview.h.
Definition at line 26 of file treeview.h.
virtual void setModified | ( | bool | b | ) | [inline, virtual] |
QString fullName | ( | ) | const [virtual] |
Definition at line 21 of file treeview.cpp.
Referenced by TreeView::fullName(), TreeView::getTreeSelectedItems(), TreeView::isDir(), DirItem::setOpen(), and TreeView::update().
void paintCell | ( | QPainter * | p, | |
const QColorGroup & | cg, | |||
int | c, | |||
int | w, | |||
int | a | |||
) | [virtual] |
Definition at line 32 of file treeview.cpp.
bool isModified [protected] |