|
enum | BreakpointType {
TypeNoBp = 0
, TypeBp = 0x0001
, TypeBpEdit = 0x0002
, TypeFlagDisabled = 0x0004
,
TypeBpDisabled = TypeBp | TypeFlagDisabled
, TypeBpEditDisabled = TypeBpEdit | TypeFlagDisabled
} |
|
enum | StyleType { StylePython
, StyleOutput
, StyleError
} |
|
|
| TextBlockUserData (CodeEditor *editor) |
|
void | removeCodeEditorRef () |
|
|
QList< CodeCheckerItem > | m_checkerMessages |
|
QStringList | m_markers |
|
BreakpointType | m_breakpointType |
|
bool | m_bookmark |
|
QSharedPointer< QList< AnsiTextCharFormat > > | m_ansiTextCharFormats |
|
int | m_currentLineIdx |
|
StyleType | m_syntaxStyle |
|
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/textBlockUserData.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/textBlockUserData.cpp