kate
KateFileList Class Reference
#include <katefilelist.h>

Public Types | |
| enum | sorting { sortByID = 0, sortByName = 1, sortByURL = 2 } | 
Public Slots | |
| void | setSortType (int s) | 
| void | slotNextDocument () | 
| void | slotPrevDocument () | 
Public Member Functions | |
| uint | editHistCount () const | 
| QColor | editShade () const | 
| uint | histCount () const | 
| KateFileList (KateMainWindow *main, KateViewManager *_viewManager, QWidget *parent=0, const char *name=0) | |
| void | readConfig (class KConfig *config, const QString &group) | 
| bool | shadingEnabled () | 
| int | sortType () const | 
| void | takeItem (QListViewItem *) | 
| QString | tooltip (QListViewItem *item, int) | 
| void | updateSort () | 
| QColor | viewShade () const | 
| void | writeConfig (class KConfig *config, const QString &group) | 
| ~KateFileList () | |
Protected Member Functions | |
| virtual void | contentsMousePressEvent (QMouseEvent *e) | 
| virtual void | keyPressEvent (QKeyEvent *e) | 
| virtual void | resizeEvent (QResizeEvent *e) | 
Detailed Description
Definition at line 77 of file katefilelist.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| KateFileList::KateFileList | ( | KateMainWindow * | main, | |
| KateViewManager * | _viewManager, | |||
| QWidget * |  parent = 0,  | 
        |||
| const char * |  name = 0 | |||
| ) | 
Definition at line 83 of file katefilelist.cpp.
| KateFileList::~KateFileList | ( | ) | 
Definition at line 130 of file katefilelist.cpp.
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.
| uint KateFileList::editHistCount | ( | ) |  const [inline] | 
        
Definition at line 99 of file katefilelist.h.
| QColor KateFileList::editShade | ( | ) |  const [inline] | 
        
Definition at line 100 of file katefilelist.h.
| uint KateFileList::histCount | ( | ) |  const [inline] | 
        
Definition at line 98 of file katefilelist.h.
| void KateFileList::keyPressEvent | ( | QKeyEvent * | e | ) |  [protected, virtual] | 
        
Definition at line 153 of file katefilelist.cpp.
| void KateFileList::readConfig | ( | class KConfig * | config, | |
| const QString & | group | |||
| ) | 
Definition at line 396 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::setSortType | ( | int | s | ) |  [slot] | 
        
Definition at line 385 of file katefilelist.cpp.
| bool KateFileList::shadingEnabled | ( | ) |  [inline] | 
        
Definition at line 102 of file katefilelist.h.
| void KateFileList::slotNextDocument | ( | ) |  [slot] | 
        
Definition at line 191 of file katefilelist.cpp.
| void KateFileList::slotPrevDocument | ( | ) |  [slot] | 
        
Definition at line 204 of file katefilelist.cpp.
| int KateFileList::sortType | ( | ) |  const [inline] | 
        
Definition at line 87 of file katefilelist.h.
| void KateFileList::takeItem | ( | QListViewItem * | item | ) | 
reimplemented to remove the item from the history stacks
Definition at line 424 of file katefilelist.cpp.
| QString KateFileList::tooltip | ( | QListViewItem * | item, | |
| int | ||||
| ) | 
Definition at line 362 of file katefilelist.cpp.
| void KateFileList::updateSort | ( | ) | 
Definition at line 391 of file katefilelist.cpp.
| QColor KateFileList::viewShade | ( | ) |  const [inline] | 
        
Definition at line 101 of file katefilelist.h.
| void KateFileList::writeConfig | ( | class KConfig * | config, | |
| const QString & | group | |||
| ) | 
Definition at line 411 of file katefilelist.cpp.
The documentation for this class was generated from the following files:
    KDE 3.5 API Reference