KDEUI
Go to the documentation of this file.
22 #ifndef NESTEDLISTHELPER_H
23 #define NESTEDLISTHELPER_H
44 class NestedListHelper
70 bool handleBeforeKeyPressEvent(QKeyEvent *event);
83 bool handleAfterKeyPressEvent(QKeyEvent *event);
85 bool handleAfterDropEvent(QDropEvent *event);
90 void handleOnIndentMore();
95 void handleOnIndentLess();
103 void handleOnBulletType(
int styleIndex);
117 bool canIndent()
const;
128 bool canDedent()
const;
131 void reformatBoundingItemSpacing(QTextBlock block);
132 void reformatBoundingItemSpacing();
133 QTextCursor topOfSelection();
134 QTextCursor bottomOfSelection();
135 void processList(QTextList* list);
136 void reformatList(QTextBlock block);
141 int listBottomMargin;
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.