• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeparts
 

tdeparts

  • KParts
  • OpenURLEvent
Public Member Functions | Static Public Member Functions | List of all members
KParts::OpenURLEvent Class Reference

#include <browserextension.h>

Inheritance diagram for KParts::OpenURLEvent:
KParts::Event

Public Member Functions

 OpenURLEvent (ReadOnlyPart *part, const KURL &url, const URLArgs &args=URLArgs())
 
ReadOnlyPart * part () const
 
KURL url () const
 
URLArgs args () const
 
- Public Member Functions inherited from KParts::Event
 Event (const char *eventName)
 
virtual const char * eventName () const
 

Static Public Member Functions

static bool test (const TQEvent *event)
 
- Static Public Member Functions inherited from KParts::Event
static bool test (const TQEvent *event)
 
static bool test (const TQEvent *event, const char *name)
 

Detailed Description

The KParts::OpenURLEvent event informs that a given part has opened a given URL.

Applications can use this event to send this information to interested plugins.

The event should be sent before opening the URL in the part, so that the plugins can use part()->url() to get the old URL.

Definition at line 221 of file browserextension.h.

Constructor & Destructor Documentation

◆ OpenURLEvent()

OpenURLEvent::OpenURLEvent ( ReadOnlyPart *  part,
const KURL &  url,
const URLArgs &  args = URLArgs() 
)

Definition at line 53 of file browserextension.cpp.

◆ ~OpenURLEvent()

OpenURLEvent::~OpenURLEvent ( )
virtual

Definition at line 59 of file browserextension.cpp.

Member Function Documentation

◆ args()

URLArgs KParts::OpenURLEvent::args ( ) const
inline

Definition at line 229 of file browserextension.h.

◆ part()

ReadOnlyPart * KParts::OpenURLEvent::part ( ) const
inline

Definition at line 227 of file browserextension.h.

◆ test()

static bool KParts::OpenURLEvent::test ( const TQEvent *  event)
inlinestatic

Definition at line 231 of file browserextension.h.

◆ url()

KURL KParts::OpenURLEvent::url ( ) const
inline

Definition at line 228 of file browserextension.h.


The documentation for this class was generated from the following files:
  • browserextension.h
  • browserextension.cpp

tdeparts

Skip menu "tdeparts"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeparts

Skip menu "tdeparts"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeparts by doxygen 1.9.4
This website is maintained by Timothy Pearson.