Kate
#include <QtCore/QQueue>
#include <ktexteditor/movingcursor.h>
#include <ktexteditor/movingrange.h>
#include "katetemplatehandler.h"
#include "katedocument.h"
#include "kateview.h"
#include "kateconfig.h"
#include "katerenderer.h"
#include "kateundomanager.h"
#include "kateregexpsearch.h"
#include "kateglobal.h"
#include "script/katetemplatescript.h"
#include "script/katescriptmanager.h"
#include "katetemplatehandler.moc"
Include dependency graph for katetemplatehandler.cpp:
Go to the source code of this file.
Macros | |
#define | ifDebug(x) |
Functions | |
static bool | cmp_moving_ranges (const KTextEditor::MovingRange *r1, const KTextEditor::MovingRange *r2) |
static bool | customContains (MovingRange *range, const Cursor &cursor) |
static bool | customContains (const KTextEditor::Range &range, const Cursor &cursor) |
Attribute::Ptr | getAttribute (QColor color, int alpha=230) |
Macro Definition Documentation
#define ifDebug | ( | x | ) |
Definition at line 40 of file katetemplatehandler.cpp.
Function Documentation
|
static |
Definition at line 42 of file katetemplatehandler.cpp.
|
static |
just like Range::contains() but returns true when the cursor is at the end of the range
Definition at line 48 of file katetemplatehandler.cpp.
|
static |
Definition at line 53 of file katetemplatehandler.cpp.
Attribute::Ptr getAttribute | ( | QColor | color, |
int | alpha = 230 |
||
) |
Returns an attribute with color
as background with alpha
alpha value.
Definition at line 421 of file katetemplatehandler.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.