KParts
browserextension.h File Reference
#include <sys/types.h>
#include <qpoint.h>
#include <qptrlist.h>
#include <qdatastream.h>
#include <qstringlist.h>
#include <qpair.h>
#include <kparts/part.h>
#include <kparts/event.h>
Include dependency graph for browserextension.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KParts::BrowserExtension |
The Browser Extension is an extension (yes, no kidding) to KParts::ReadOnlyPart, which allows a better integration of parts with browsers (in particular Konqueror). More... | |
class | KParts::BrowserHostExtension |
An extension class for container parts, i.e. More... | |
struct | KParts::BrowserHostExtension::FindFrameParentParams |
class | KParts::LiveConnectExtension |
An extension class for LiveConnect, i.e\. More... | |
class | KParts::OpenURLEvent |
The KParts::OpenURLEvent event informs that a given part has opened a given URL. More... | |
struct | KParts::URLArgs |
URLArgs is a set of arguments bundled into a structure, to allow specifying how a URL should be opened by openURL(). More... | |
struct | KParts::WindowArgs |
The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow variant that uses WindowArgs). More... | |
Namespaces | |
namespace | KParts |
Defines | |
#define | KPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED |
#define | signals protected |
#define | signals public |
Typedefs | |
typedef QPtrList< KFileItem > | KFileItemList |
Define Documentation
#define KPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED |
Definition at line 689 of file browserextension.h.
#define signals protected |
Definition at line 489 of file browserextension.h.
#define signals public |
Definition at line 489 of file browserextension.h.
Typedef Documentation
typedef QPtrList<KFileItem> KFileItemList |
Definition at line 35 of file browserextension.h.