Vuo  2.3.2
Public Member Functions | List of all members
VuoCodeIssueList Class Reference

Description

Renders a list of code issues.

Definition at line 17 of file VuoCodeIssueList.hh.

Public Member Functions

 VuoCodeIssueList (QWidget *parent)
 Creates an issue list widget. More...
 
void updateIssues ()
 Updates the widget contents to match the editor's issue list. More...
 
void selectIssueForLine (int lineNumber)
 Highlights the issue corresponding to the given line number (if any). More...
 

Constructor & Destructor Documentation

◆ VuoCodeIssueList()

VuoCodeIssueList::VuoCodeIssueList ( QWidget *  parent)
explicit

Creates an issue list widget.

Definition at line 21 of file VuoCodeIssueList.cc.

Member Function Documentation

◆ selectIssueForLine()

void VuoCodeIssueList::selectIssueForLine ( int  lineNumber)

Highlights the issue corresponding to the given line number (if any).

Definition at line 86 of file VuoCodeIssueList.cc.

◆ updateIssues()

void VuoCodeIssueList::updateIssues ( )

Updates the widget contents to match the editor's issue list.

Definition at line 52 of file VuoCodeIssueList.cc.


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