Kate
katebookmarks.cpp File Reference
#include "katebookmarks.h"
#include "katebookmarks.moc"
#include "katedocument.h"
#include "kateview.h"
#include <klocale.h>
#include <kaction.h>
#include <kpopupmenu.h>
#include <kstringhandler.h>
#include <kxmlguiclient.h>
#include <kxmlguifactory.h>
#include <qregexp.h>
#include <qmemarray.h>
#include <qevent.h>
Include dependency graph for katebookmarks.cpp:
Go to the source code of this file.
Functions | |
static void | ssort (QMemArray< uint > &a, int max) |
Function Documentation
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 44 of file katebookmarks.cpp.