Kate
kateviewhelpers.cpp File Reference
#include "kateviewhelpers.h"
#include "kateviewhelpers.moc"
#include "../interfaces/document.h"
#include "../interfaces/katecmd.h"
#include "kateattribute.h"
#include "katecodefoldinghelpers.h"
#include "kateconfig.h"
#include "katedocument.h"
#include "katefactory.h"
#include "katerenderer.h"
#include "kateview.h"
#include "kateviewinternal.h"
#include <kapplication.h>
#include <kglobalsettings.h>
#include <klocale.h>
#include <knotifyclient.h>
#include <kglobal.h>
#include <kcharsets.h>
#include <kpopupmenu.h>
#include <qcursor.h>
#include <qpainter.h>
#include <qpopupmenu.h>
#include <qstyle.h>
#include <qtimer.h>
#include <qwhatsthis.h>
#include <qregexp.h>
#include <qtextcodec.h>
#include <math.h>
#include <kdebug.h>
Include dependency graph for kateviewhelpers.cpp:
Go to the source code of this file.
Variables | |
static const char *const | bookmark_xpm [] |
const int | halfIPW = 8 |
const int | iconPaneWidth = 16 |
static const char *const | minus_xpm [] |
static const char *const | plus_xpm [] |
Variable Documentation
const char* const bookmark_xpm[] [static] |
Definition at line 586 of file kateviewhelpers.cpp.
Definition at line 685 of file kateviewhelpers.cpp.
const int iconPaneWidth = 16 |
Definition at line 684 of file kateviewhelpers.cpp.
const char* const minus_xpm[] [static] |
Initial value:
{ "11 11 3 1", " c None", ". c #000000", "+ c #FFFFFF", "...........", ".+++++++++.", ".+++++++++.", ".+++++++++.", ".+++++++++.", ".++.....++.", ".+++++++++.", ".+++++++++.", ".+++++++++.", ".+++++++++.", "..........."}
Definition at line 569 of file kateviewhelpers.cpp.
const char* const plus_xpm[] [static] |
Initial value:
{ "11 11 3 1", " c None", ". c #000000", "+ c #FFFFFF", "...........", ".+++++++++.", ".+++++++++.", ".++++.++++.", ".++++.++++.", ".++.....++.", ".++++.++++.", ".++++.++++.", ".+++++++++.", ".+++++++++.", "..........."}
Definition at line 552 of file kateviewhelpers.cpp.