Public Member Functions | List of all members
pqConsoleWidgetCompleter Class Referenceabstract

#include <pqConsoleWidget.h>

Inherits QCompleter.

Public Member Functions

virtual void updateCompletionModel (const QString &str)=0
 Update the completion model given a string. More...
 

Detailed Description

Definition at line 154 of file pqConsoleWidget.h.

Member Function Documentation

◆ updateCompletionModel()

virtual void pqConsoleWidgetCompleter::updateCompletionModel ( const QString &  str)
pure virtual

Update the completion model given a string.

The given string is the current console text between the cursor and the start of the line.


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