kate Library API Documentation

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

void KateFileList::takeItem QListViewItem  ) 
 

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().

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 168 of file katefilelist.cpp.

References QMouseEvent::pos().

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 176 of file katefilelist.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kate Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 30 18:40:32 2005 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003