KDEUI
Go to the documentation of this file.
22#ifndef NESTEDLISTHELPER_H
23#define NESTEDLISTHELPER_H
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.