38#ifndef ERRORLINEHIGHLIGHT_H
39#define ERRORLINEHIGHLIGHT_H
45#include "../textDecoration.h"
62 QColor background()
const;
63 void setBackground(
const QColor &color);
65 bool errorLineAvailable()
const {
return m_decoration.isNull() ==
false; }
67 void setErrorLine(
int line);
68 void clearErrorLine();
71 virtual void onStateChanged(
bool state);
77 TextDecoration::Ptr m_decoration;
Definition codeEditor.h:110
Definition errorLineHighlight.h:56
Definition apiFunctionsGraph.cpp:40