KateFileList Class Reference
List of all members.Public Types | |
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 |
Detailed Description
Definition at line 76 of file katefilelist.h.
Member Function Documentation
|
reimplemented to remove the item from the history stacks
Definition at line 421 of file katefilelist.cpp. References QPtrList::removeRef(), QListViewItem::rtti(), and QListView::takeItem(). |
|
Reimplemented to force Single mode for real: don't let a mouse click outside items deselect.
Definition at line 168 of file katefilelist.cpp. References QMouseEvent::pos(). |
|
Reimplemented to make sure the first (and only) column is at least the width of the viewport.
Definition at line 176 of file katefilelist.cpp. |
The documentation for this class was generated from the following files: