KIO
KAbstractViewAdapter Class Reference
#include <kabstractviewadapter_p.h>
Inheritance diagram for KAbstractViewAdapter:

Public Types | |
| enum | Signal { ScrollBarValueChanged } |
Public Member Functions | |
| KAbstractViewAdapter (QObject *parent) | |
| virtual | ~KAbstractViewAdapter () |
| virtual void | connect (Signal signal, QObject *receiver, const char *slot)=0 |
| virtual QSize | iconSize () const =0 |
| virtual QAbstractItemModel * | model () const =0 |
| virtual QPalette | palette () const =0 |
| virtual QRect | visibleArea () const =0 |
| virtual QRect | visualRect (const QModelIndex &index) const =0 |
Detailed Description
Definition at line 36 of file kabstractviewadapter_p.h.
Member Enumeration Documentation
Definition at line 40 of file kabstractviewadapter_p.h.
Constructor & Destructor Documentation
| KAbstractViewAdapter::KAbstractViewAdapter | ( | QObject * | parent | ) | [inline] |
Definition at line 42 of file kabstractviewadapter_p.h.
| virtual KAbstractViewAdapter::~KAbstractViewAdapter | ( | ) | [inline, virtual] |
Definition at line 43 of file kabstractviewadapter_p.h.
Member Function Documentation
| virtual void KAbstractViewAdapter::connect | ( | Signal | signal, |
| QObject * | receiver, | ||
| const char * | slot | ||
| ) | [pure virtual] |
Implemented in KIO::DefaultViewAdapter.
| virtual QSize KAbstractViewAdapter::iconSize | ( | ) | const [pure virtual] |
Implemented in KIO::DefaultViewAdapter.
| virtual QAbstractItemModel* KAbstractViewAdapter::model | ( | ) | const [pure virtual] |
Implemented in KIO::DefaultViewAdapter.
| virtual QPalette KAbstractViewAdapter::palette | ( | ) | const [pure virtual] |
Implemented in KIO::DefaultViewAdapter.
| virtual QRect KAbstractViewAdapter::visibleArea | ( | ) | const [pure virtual] |
Implemented in KIO::DefaultViewAdapter.
| virtual QRect KAbstractViewAdapter::visualRect | ( | const QModelIndex & | index | ) | const [pure virtual] |
Implemented in KIO::DefaultViewAdapter.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:38 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.