#include <CallTips.h>
Public Member Functions | |
CallTipsList (QPlainTextEdit *parent) | |
Construction. More... | |
void | keyboardSearch (const QString &) |
void | showTips (const QString &) |
void | validateCursor () |
~CallTipsList () | |
Destruction. More... | |
Protected Member Functions | |
bool | eventFilter (QObject *, QEvent *) |
Get all incoming events of the text edit and redirect some of them, like key up and down, mouse press events, ... to the widget itself. More... | |
void | hideEvent (QHideEvent *) |
void | showEvent (QShowEvent *) |
CallTipsList::CallTipsList | ( | QPlainTextEdit * | parent | ) |
Construction.
References draftgeoutils.intersections::connect().
CallTipsList::~CallTipsList | ( | ) |
Destruction.
Get all incoming events of the text edit and redirect some of them, like key up and down, mouse press events, ... to the widget itself.
|
protected |
void CallTipsList::keyboardSearch | ( | const QString & | wordPrefix | ) |
Referenced by validateCursor().
|
protected |
void CallTipsList::showTips | ( | const QString & | line | ) |
References Gui::BitmapFactory(), Gui::BitmapFactoryInst::BottomLeft, Gui::CallTip::Class, Gui::CallTip::Member, Gui::BitmapFactoryInst::merge(), Gui::CallTip::Method, Gui::CallTip::Module, Gui::BitmapFactoryInst::pixmap(), and Gui::CallTip::Property.
Referenced by Gui::PythonConsole::keyPressEvent().
void CallTipsList::validateCursor | ( | ) |
References keyboardSearch().
Referenced by Gui::PythonConsole::keyPressEvent().