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, ... to the widget itself. More...
 
void hideEvent (QHideEvent *)
 
void showEvent (QShowEvent *)
 

Detailed Description

Author
Werner Mayer

Constructor & Destructor Documentation

◆ CallTipsList()

CallTipsList::CallTipsList ( QPlainTextEdit parent)

Construction.

References draftgeoutils.intersections::connect().

◆ ~CallTipsList()

CallTipsList::~CallTipsList ( )

Destruction.

Member Function Documentation

◆ eventFilter()

bool CallTipsList::eventFilter ( QObject watched,
QEvent event 
)
protected

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()

void CallTipsList::hideEvent ( QHideEvent *  e)
protected

◆ keyboardSearch()

void CallTipsList::keyboardSearch ( const QString &  wordPrefix)

Referenced by validateCursor().

◆ showEvent()

void CallTipsList::showEvent ( QShowEvent *  e)
protected

◆ showTips()

◆ validateCursor()

void CallTipsList::validateCursor ( )

The documentation for this class was generated from the following files: