Kate
#include <kateargumenthinttree.h>
|
virtual void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
|
virtual void | dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
|
virtual void | paintEvent (QPaintEvent *event) |
|
virtual void | rowsInserted (const QModelIndex &parent, int start, int end) |
|
Protected Member Functions inherited from ExpandingTree |
virtual void | drawRow (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
|
Definition at line 30 of file kateargumenthinttree.h.
void KateArgumentHintTree::bottom |
( |
| ) |
|
void KateArgumentHintTree::clearCompletion |
( |
| ) |
|
void KateArgumentHintTree::currentChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
protectedvirtual |
void KateArgumentHintTree::dataChanged |
( |
const QModelIndex & |
topLeft, |
|
|
const QModelIndex & |
bottomRight |
|
) |
| |
|
protectedvirtual |
bool KateArgumentHintTree::nextCompletion |
( |
| ) |
|
bool KateArgumentHintTree::pageDown |
( |
| ) |
|
bool KateArgumentHintTree::pageUp |
( |
| ) |
|
void KateArgumentHintTree::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
protectedvirtual |
- Todo:
- delay this. It is needed here, because visualRect(...) returns an invalid rect in updateGeometry before the content is painted
Definition at line 64 of file kateargumenthinttree.cpp.
bool KateArgumentHintTree::previousCompletion |
( |
| ) |
|
int KateArgumentHintTree::resizeColumns |
( |
| ) |
|
void KateArgumentHintTree::rowsInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
protectedvirtual |
void KateArgumentHintTree::top |
( |
| ) |
|
void KateArgumentHintTree::updateGeometry |
( |
| ) |
|
|
slot |
void KateArgumentHintTree::updateGeometry |
( |
QRect |
rect | ) |
|
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.