QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsCaseInsensitiveLexerSQL Class Reference

Internal use. More...

Inheritance diagram for QgsCaseInsensitiveLexerSQL:
Inheritance graph
[legend]

Public Member Functions

 QgsCaseInsensitiveLexerSQL (QObject *parent=0)
 constructor More...
 
bool caseSensitive () const override
 

Detailed Description

Internal use.

setAutoCompletionCaseSensitivity( false ) is not sufficient when installing a lexer, since its caseSensitive() method is actually used, and defaults to true.

Note
not available in Python bindings

Definition at line 51 of file qgscodeeditorsql.cpp.

Constructor & Destructor Documentation

◆ QgsCaseInsensitiveLexerSQL()

QgsCaseInsensitiveLexerSQL::QgsCaseInsensitiveLexerSQL ( QObject parent = 0)
inlineexplicit

constructor

Definition at line 55 of file qgscodeeditorsql.cpp.

Member Function Documentation

◆ caseSensitive()

bool QgsCaseInsensitiveLexerSQL::caseSensitive ( ) const
inlineoverride

Definition at line 57 of file qgscodeeditorsql.cpp.


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