kopete/libkopete
Go to the documentation of this file.
   19 #ifndef KOPETE_LISTVIEW_H 
   20 #define KOPETE_LISTVIEW_H 
   22 #include <k3listview.h> 
   56     void setShowTreeLines( 
bool bShowAsTree );
 
   61     void setSmoothScrolling( 
bool );
 
   66     bool smoothScrolling() 
const;
 
   72     void setSmoothScrollingTimerInterval( 
double interval );
 
   77     double smoothScrollingTimerInterval() 
const;
 
   88     void setScrollAutoHide( 
bool b );
 
   93     bool scrollAutoHide() 
const;
 
   99     void setScrollAutoHideTimeout( 
int );
 
  104     int scrollAutoHideTimeout() 
const;
 
  112     void setScrollHide( 
bool b );
 
  117     bool scrollHide() 
const;
 
  125     void setMouseNavigation( 
bool b );
 
  130     bool mouseNavigation() 
const;
 
  138     virtual void keyPressEvent( QKeyEvent *e );
 
  143     virtual void timerEvent( QTimerEvent *e );
 
  149     virtual bool eventFilter( 
QObject *o, QEvent *e );
 
  152     void visibleSizeChanged ();
 
  155     void slotContextMenu(
K3ListView*,Q3ListViewItem *item, 
const QPoint &point );
 
  156     void slotDoubleClicked( Q3ListViewItem *item );
 
  164     void slotCurrentChanged( Q3ListViewItem *item );
 
void slotSort()
Calls QListView::sort() 
 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.