Vuo  0.4.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
VuoNodeClassListItemHighlighter Class Reference

Description

Highlights (emboldens) target terms within the given text block.

Public Member Functions

 VuoNodeClassListItemHighlighter (QTextEdit *parent=0)
 Creates a new Node Library class list highlighter.
 
void highlightBlock (const QString &text)
 Highlights target terms within the given text block.
 
void addTargetTerm (QString regExp)
 Adds term to the list of target terms to highlight.
 
void setNodeClassNameStartIndex (int index)
 Designates index as the first position within the highlighted text that corresponds to a node class name rather than a human-readable node display name.
 

Member Function Documentation

void VuoNodeClassListItemHighlighter::setNodeClassNameStartIndex ( int  index)

Designates index as the first position within the highlighted text that corresponds to a node class name rather than a human-readable node display name.

From this index onward, text will be tokenized on '.' rather than whitespace.


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