KateFileList Class Reference
List of all members.Detailed Description
Definition at line 77 of file katefilelist.h.
Public Types | |
sortByID = 0 | |
sortByName = 1 | |
sortByURL = 2 | |
enum | sorting { sortByID = 0, sortByName = 1, sortByURL = 2 } |
Public Slots | |
void | setSortType (int s) |
void | slotNextDocument () |
void | slotPrevDocument () |
Public Member Functions | |
KateFileList (KateMainWindow *main, KateViewManager *_viewManager, QWidget *parent=0, const char *name=0) | |
~KateFileList () | |
int | sortType () const |
void | updateSort () |
QString | tooltip (QListViewItem *item, int) |
uint | histCount () const |
uint | editHistCount () const |
QColor | editShade () const |
QColor | viewShade () const |
bool | shadingEnabled () |
void | readConfig (class KConfig *config, const QString &group) |
void | writeConfig (class KConfig *config, const QString &group) |
void | takeItem (QListViewItem *) |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | contentsMousePressEvent (QMouseEvent *e) |
virtual void | resizeEvent (QResizeEvent *e) |
Friends | |
class | KFLConfigPage |
Member Function Documentation
void KateFileList::contentsMousePressEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Reimplemented to force Single mode for real: don't let a mouse click outside items deselect.
Definition at line 169 of file katefilelist.cpp.
void KateFileList::resizeEvent | ( | QResizeEvent * | e | ) | [protected, virtual] |
Reimplemented to make sure the first (and only) column is at least the width of the viewport.
Definition at line 177 of file katefilelist.cpp.
void KateFileList::takeItem | ( | QListViewItem * | ) |
reimplemented to remove the item from the history stacks
Definition at line 424 of file katefilelist.cpp.
The documentation for this class was generated from the following files: