Public Member Functions | |
| DiffHighlighter (PatchView *p, QTextEdit *te) | |
| void | setCombinedLength (uint cl) |
| virtual int | highlightParagraph (const QString &text, int) |
Private Attributes | |
| PatchView * | pv |
| uint | combinedLenght |
Definition at line 27 of file patchview.cpp.
| DiffHighlighter | ( | PatchView * | p, | |
| QTextEdit * | te | |||
| ) | [inline] |
Definition at line 29 of file patchview.cpp.
| void setCombinedLength | ( | uint | cl | ) | [inline] |
| virtual int highlightParagraph | ( | const QString & | text, | |
| int | ||||
| ) | [inline, virtual] |
Definition at line 33 of file patchview.cpp.
uint combinedLenght [private] |
Definition at line 94 of file patchview.cpp.
Referenced by highlightParagraph(), and setCombinedLength().
1.5.3