38#ifndef CARETLINHIGHLIGHT_H
39#define CARETLINHIGHLIGHT_H
45#include "../textDecoration.h"
62 QColor background()
const;
63 void setBackground(
const QColor &color);
66 void setBlocked(
bool blocked);
69 virtual void onStateChanged(
bool state);
78 TextDecoration::Ptr m_decoration;
Definition caretLineHighlight.h:56
bool m_blocked
if true, the highlighter is temporarily disabled, even if it is enabled.
Definition caretLineHighlight.h:79
Definition codeEditor.h:110
Definition apiFunctionsGraph.cpp:40