docutils.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef DOC_UTILS_H
00021 #define DOC_UTILS_H
00022
00023 #include <qstring.h>
00024
00025 class KURLRequester;
00026 class KPopupMenu;
00027 class DocumentationItem;
00028 class DocumentationPart;
00029 class QPoint;
00030 class IndexItem;
00031 class KURL;
00032
00033 namespace DocUtils{
00034
00037 QString envURL(KURLRequester *req);
00039 QString noEnvURL(const QString &url);
00041 KURL noEnvURL(const KURL &url);
00042
00043 void docItemPopup(DocumentationPart *part, DocumentationItem *docItem, const QPoint &pos,
00044 bool showBookmark = false, bool showSearch = false, int titleCol = 0);
00045 void docItemPopup(DocumentationPart *part, IndexItem *docItem, const QPoint &pos,
00046 bool showBookmark = false, bool showSearch = false);
00047 void docItemPopup(DocumentationPart *part, const QString &title, const KURL &url,
00048 const QPoint &pos, bool showBookmark = false, bool showSearch = false);
00049 }
00050
00051 #endif
This file is part of the documentation for KDevelop Version 3.1.2.