• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Widgets Library
 

KDevelop Widgets Library

Public Types | Signals | Public Member Functions | Static Public Member Functions | Protected Slots | List of all members
KDevHTMLPart Class Referenceabstract

#include <kdevhtmlpart.h>

Inherits TDEHTMLPart.

Public Types

enum  Options { CanDuplicate =1, CanOpenInNewWindow =2 }
 

Signals

void fileNameChanged (KParts::ReadOnlyPart *part)
 

Public Member Functions

void setContext (const TQString &context)
 
TQString context () const
 
virtual bool openURL (const KURL &url)
 
void setOptions (int options)
 

Static Public Member Functions

static TQString resolveEnvVarsInURL (const TQString &url)
 

Protected Slots

void slotStarted (TDEIO::Job *)
 
void slotCompleted ()
 
void slotCancelled (const TQString &errMsg)
 
void openURLRequest (const KURL &url)
 
void popup (const TQString &url, const TQPoint &p)
 
void slotReload ()
 
void slotStop ()
 
virtual void slotDuplicate ()=0
 
virtual void slotOpenInNewWindow (const KURL &url)=0
 
void slotPrint ()
 
void slotCopy ()
 
void slotSelectionChanged ()
 
void slotBack ()
 
void slotForward ()
 
void slotBackAboutToShow ()
 
void slotForwardAboutToShow ()
 
void slotPopupActivated (int id)
 
void addHistoryEntry ()
 

Detailed Description

Customized TDEHTML part for KDevelop.

Used as HTML documentation and file viewer.

Represents customized BrowserViewGUI mode of TDEHTMLPart. Provides also actions for:

  • reload;
  • stop;
  • duplicate;
  • print;
  • copy text;
  • back;
  • forward.

It has it's own popup menu and font/zoom settings.

Definition at line 44 of file kdevhtmlpart.h.


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

KDevelop Widgets Library

Skip menu "KDevelop Widgets Library"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop Widgets Library

Skip menu "KDevelop Widgets Library"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Widgets Library by doxygen 1.8.13
This website is maintained by Timothy Pearson.