Kate
katebookmarks.cpp File Reference
#include "katebookmarks.h"
#include "katebookmarks.moc"
#include "katedocument.h"
#include "kateview.h"
#include <klocale.h>
#include <kaction.h>
#include <kactioncollection.h>
#include <kguiitem.h>
#include <kicon.h>
#include <kmenu.h>
#include <kstringhandler.h>
#include <kxmlguiclient.h>
#include <kxmlguifactory.h>
#include <ktoggleaction.h>
#include <kactionmenu.h>
#include <QtCore/QRegExp>
#include <QtCore/QEvent>
#include <QtCore/QVector>
Include dependency graph for katebookmarks.cpp:
Go to the source code of this file.
Namespaces | |
KTextEditor | |
Functions | |
static void | ssort (QVector< uint > &a, int max) |
Function Documentation
|
static |
Utility: selection sort sort a QMemArray<uint> in ascending order.
max it the largest (zerobased) index to sort. To sort the entire array: ssort( *array, array.size() -1 ); This is only efficient if ran only once.
Definition at line 51 of file katebookmarks.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.