|
SpeedCrunch
0.11
|
#include <editor.h>
Public Slots | |
| void | doneCompletion () |
Signals | |
| void | canceledCompletion () |
| void | selectedCompletion (const QString &) |
Public Member Functions | |
| ConstantCompletion (Editor *) | |
| ~ConstantCompletion () | |
| bool | eventFilter (QObject *, QEvent *) |
| void | showCompletion () |
Protected Slots | |
| void | setHorizontalPosition (int) |
| void | showCategory () |
| void | showConstants () |
| ConstantCompletion::ConstantCompletion | ( | Editor * | editor | ) |
| void ConstantCompletion::canceledCompletion | ( | ) | [signal] |
| void ConstantCompletion::doneCompletion | ( | ) | [slot] |
| bool ConstantCompletion::eventFilter | ( | QObject * | object, |
| QEvent * | event | ||
| ) |
| void ConstantCompletion::selectedCompletion | ( | const QString & | _t1 | ) | [signal] |
| void ConstantCompletion::setHorizontalPosition | ( | int | x | ) | [protected, slot] |
| void ConstantCompletion::showCategory | ( | ) | [protected, slot] |
| void ConstantCompletion::showCompletion | ( | ) |
| void ConstantCompletion::showConstants | ( | ) | [protected, slot] |
1.7.6.1