Kate
KateArgumentHintTree Class Reference
#include <kateargumenthinttree.h>
Public Slots | |
| void | updateGeometry (QRect rect) |
| void | updateGeometry () |
Public Member Functions | |
| void | bottom () |
| void | clearCompletion () |
| KateArgumentHintTree (KateCompletionWidget *parent) | |
| bool | nextCompletion () |
| bool | pageDown () |
| bool | pageUp () |
| bool | previousCompletion () |
| int | resizeColumns () |
| void | top () |
Protected Member Functions | |
| 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) |
Detailed Description
Definition at line 28 of file kateargumenthinttree.h.
Constructor & Destructor Documentation
| KateArgumentHintTree::KateArgumentHintTree | ( | KateCompletionWidget * | parent | ) |
Definition at line 34 of file kateargumenthinttree.cpp.
Member Function Documentation
| void KateArgumentHintTree::bottom | ( | ) |
Definition at line 278 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::clearCompletion | ( | ) |
Definition at line 54 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::currentChanged | ( | const QModelIndex & | current, | |
| const QModelIndex & | previous | |||
| ) | [protected, virtual] |
Definition at line 72 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::dataChanged | ( | const QModelIndex & | topLeft, | |
| const QModelIndex & | bottomRight | |||
| ) | [protected, virtual] |
Definition at line 67 of file kateargumenthinttree.cpp.
| bool KateArgumentHintTree::nextCompletion | ( | ) |
Definition at line 189 of file kateargumenthinttree.cpp.
| bool KateArgumentHintTree::pageDown | ( | ) |
Definition at line 237 of file kateargumenthinttree.cpp.
| bool KateArgumentHintTree::pageUp | ( | ) |
Definition at line 252 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
- Todo:
- delay this. It is needed here, because visualRect(...) returns an invalid rect in updateGeometry before the content is painted
Definition at line 62 of file kateargumenthinttree.cpp.
| bool KateArgumentHintTree::previousCompletion | ( | ) |
Definition at line 213 of file kateargumenthinttree.cpp.
| int KateArgumentHintTree::resizeColumns | ( | ) |
Definition at line 175 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::rowsInserted | ( | const QModelIndex & | parent, | |
| int | start, | |||
| int | end | |||
| ) | [protected, virtual] |
Definition at line 78 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::top | ( | ) |
Definition at line 266 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::updateGeometry | ( | QRect | rect | ) | [slot] |
Definition at line 99 of file kateargumenthinttree.cpp.
| void KateArgumentHintTree::updateGeometry | ( | ) | [slot] |
Definition at line 185 of file kateargumenthinttree.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference