Gui::CallTipsList Class Reference
#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, ... More... | |
void | hideEvent (QHideEvent *) |
void | showEvent (QShowEvent *) |
Detailed Description
Constructor & Destructor Documentation
◆ CallTipsList()
CallTipsList::CallTipsList | ( | QPlainTextEdit * | parent | ) |
Construction.
◆ ~CallTipsList()
CallTipsList::~CallTipsList | ( | ) |
Destruction.
Member Function Documentation
◆ eventFilter()
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.
◆ hideEvent()
|
protected |
◆ keyboardSearch()
void CallTipsList::keyboardSearch | ( | const QString & | wordPrefix | ) |
Referenced by validateCursor().
◆ showEvent()
|
protected |
◆ showTips()
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().
◆ validateCursor()
void CallTipsList::validateCursor | ( | ) |
References keyboardSearch().
Referenced by Gui::PythonConsole::keyPressEvent().
The documentation for this class was generated from the following files:
- src/Gui/CallTips.h
- src/Gui/CallTips.cpp