#include <QAbstractItemModel>#include <QAbstractItemDelegate>#include <QMimeData>#include <QEvent>#include <QWidget>#include <QDialog>#include <QAbstractButton>#include <QTreeView>#include <QItemSelectionModel>#include <QTextDocument>#include <QTextCharFormat>#include <QStandardItemModel>#include <QListView>#include <klfdefs.h>#include <klflib.h>#include <klfsearchbar.h>#include <klfguiutil.h>

Go to the source code of this file.
Classes | |
| class | KLFAbstractLibView |
| A view widget to display a library resource's contents. More... | |
| class | KLFLibViewFactory |
| class | KLFLibWidgetFactory |
| Create Associated Widgets to resources for Open/Create/Save actions. More... | |
| class | KLFLibModel |
| Model for Item-Views displaying a library resource's contents. More... | |
| class | KLFLibViewDelegate |
| struct | KLFLibViewDelegate::PaintPrivate |
| class | KLFLibDefaultView |
| class | KLFLibDefaultViewFactory |
| class | KLFLibOpenResourceDlg |
| Dialog prompting user to choose a resource and a sub-resource to open. More... | |
| class | KLFLibCreateResourceDlg |
| class | KLFLibResPropEditor |
| class | KLFLibResPropEditorDlg |
| class | KLFLibNewSubResDlg |
| class | KLFLibLocalFileSchemeGuesser |
| Interface for guessing file schemes. More... | |
| class | KLFLibBasicWidgetFactory |
| Provides some basic UIs to access resources. More... | |
| struct | KLFLibBasicWidgetFactory::LocalFileType |
A known local file type for KLFLibBasicWidgetFactory-created widgets. More... | |
Namespaces | |
| KLFLib | |
| Contains general definitions to be used anywhere in the KLFLib* framework. | |
| Ui | |
Enumerations | |
| enum | KLFLib::RestoreMode { KLFLib::RestoreLatex = 0x0001, KLFLib::RestoreStyle = 0x0002, KLFLib::RestoreLatexAndStyle = RestoreLatex|RestoreStyle, KLFLib::RestoreAll = 0xFFFF } |