64 TypeFlagDisabled = 0x0004,
65 TypeBpDisabled = TypeBp | TypeFlagDisabled,
66 TypeBpEditDisabled = TypeBpEdit | TypeFlagDisabled
81 QColor backgroundColor;
91 void removeCodeEditorRef();
94 QList<CodeCheckerItem> m_checkerMessages;
97 QStringList m_markers;
99 BreakpointType m_breakpointType;
105 QSharedPointer<QList<AnsiTextCharFormat>> m_ansiTextCharFormats;
107 int m_currentLineIdx;
109 StyleType m_syntaxStyle;
112 QPointer<CodeEditor> m_codeEditor;
Definition textBlockUserData.h:56