#include </home/clem/local/src/opie/noncore/apps/tinykate/libkate/document/katehighlight.h>
Collaboration diagram for HlManager:

Signals | |
| void | changed () |
Public Member Functions | |
| HlManager () | |
| ~HlManager () | |
| Highlight * | getHl (int n) |
| int | defaultHl () |
| int | nameFind (const QString &name) |
| int | wildcardFind (const QString &fileName) |
| int | findHl (Highlight *h) |
| int | makeAttribs (Highlight *, Attribute *, int maxAttribs) |
| int | defaultStyles () |
| QString | defaultStyleName (int n) |
| void | getDefaults (ItemStyleList &) |
| void | setDefaults (ItemStyleList &) |
| int | highlights () |
| QString | hlName (int n) |
| QString | hlSection (int n) |
| void | getHlDataList (HlDataList &) |
| void | setHlDataList (HlDataList &) |
Static Public Member Functions | |
| static HlManager * | self () |
Public Attributes | |
| SyntaxDocument * | syntax |
Protected Attributes | |
| QList< Highlight > | hlList |
Static Protected Attributes | |
| static HlManager * | s_pSelf = 0 |
|
|
Definition at line 1240 of file katehighlight.cpp. References hlList, i, SyntaxDocument::modeList(), and syntax. |
|
|
Definition at line 1256 of file katehighlight.cpp. References syntax. |
|
|
Referenced by setDefaults(), and setHlDataList(). |
|
|
Definition at line 1272 of file katehighlight.cpp. References KGlobal::config(), and KateConfig::setGroup(). |
|
|
Definition at line 1359 of file katehighlight.cpp. References i18n, and QValueList< T >::isEmpty(). Referenced by HighlightDialogPage::HighlightDialogPage(). |
|
|
Definition at line 1355 of file katehighlight.cpp. Referenced by HighlightDialogPage::HighlightDialogPage(). |
|
|
Definition at line 322 of file katehighlight.h. References hlList. Referenced by KateDocument::highlightNum(). |
|
|
Definition at line 1380 of file katehighlight.cpp. Referenced by KateView::configDialog(), and makeAttribs(). |
|
|
Definition at line 1267 of file katehighlight.cpp. References hlList. Referenced by KateDocument::setHighlight(). |
|
|
Definition at line 1447 of file katehighlight.cpp. References hlList. Referenced by KateView::configDialog(). |
|
|
Definition at line 1435 of file katehighlight.cpp. References hlList. Referenced by HighlightDialogPage::HighlightDialogPage(). |
|
|
Definition at line 1439 of file katehighlight.cpp. References hlList. Referenced by HighlightDialogPage::HighlightDialogPage(), and TinyKate::TinyKate(). |
|
|
Definition at line 1443 of file katehighlight.cpp. References hlList. |
|
||||||||||||||||
|
Definition at line 1312 of file katehighlight.cpp. References ItemStyle::bold, Attribute::bold, ItemStyle::col, Attribute::col, ItemData::defStyle, ItemData::defStyleNum, getDefaults(), ItemStyle::italic, Attribute::italic, odebug, oendl, ItemStyle::selCol, and Attribute::selCol. Referenced by KateDocument::makeAttribs(). |
|
|
Definition at line 1282 of file katehighlight.cpp. References hlList. Referenced by KateDocument::readSessionConfig(). |
|
|
Definition at line 1260 of file katehighlight.cpp. References s_pSelf. Referenced by HlEditDialog::addContextItem(), KateView::configDialog(), Highlight::createItemData(), KateView::getHlCount(), KateView::getHlName(), KateView::getHlSection(), HlEditDialog::loadFromDocument(), Highlight::makeContextList(), Highlight::readCommentConfig(), Highlight::readGlobalKeywordConfig(), and TinyKate::TinyKate(). |
|
|
Definition at line 1416 of file katehighlight.cpp. |
|
|
Definition at line 1455 of file katehighlight.cpp. |
|
|
Definition at line 1291 of file katehighlight.cpp. References QString::find(), Highlight::getWildcards(), hlList, QString::length(), QRegExp::match(), and QString::mid(). Referenced by KateDocument::openURL(), and KateDocument::saveFile(). |
|
|
Definition at line 342 of file katehighlight.h. Referenced by findHl(), getHl(), getHlDataList(), highlights(), HlManager(), hlName(), hlSection(), nameFind(), setHlDataList(), and wildcardFind(). |
|
|
Definition at line 47 of file katehighlight.cpp. Referenced by self(). |
|
|
Definition at line 337 of file katehighlight.h. Referenced by HlManager(), and ~HlManager(). |
1.4.2