Qt 4.8
Public Functions | Public Variables | List of all members
KeywordHelper Struct Reference

Public Functions

 KeywordHelper (const QString &word)
 

Public Variables

const QString needle
 

Detailed Description

Definition at line 126 of file qscriptsyntaxhighlighter.cpp.

Constructors and Destructors

◆ KeywordHelper()

KeywordHelper::KeywordHelper ( const QString word)
inline

Definition at line 128 of file qscriptsyntaxhighlighter.cpp.

Referenced by isKeyword().

128 : needle(word) {}

Properties

◆ needle

const QString KeywordHelper::needle

Definition at line 129 of file qscriptsyntaxhighlighter.cpp.

Referenced by operator<().


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