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

libkonq

Signals | Public Member Functions | Static Public Member Functions | List of all members
KonqFavIconMgr Class Referenceabstract

#include <konq_faviconmgr.h>

Signals

void changed ()

Public Member Functions

 KonqFavIconMgr (TQObject *parent=0, const char *name=0)

Static Public Member Functions

static void setIconForURL (const KURL &url, const KURL &iconURL)
static void downloadHostIcon (const KURL &url)
static TQString iconForURL (const TQString &url)

Detailed Description

Maintains a list of custom icons per URL.

This is only a stub for the "favicons" KDED Module

Definition at line 31 of file konq_faviconmgr.h.

Constructor & Destructor Documentation

◆ KonqFavIconMgr()

KonqFavIconMgr::KonqFavIconMgr ( TQObject * parent = 0,
const char * name = 0 )

Constructor.

Definition at line 28 of file konq_faviconmgr.cpp.

Member Function Documentation

◆ downloadHostIcon()

void KonqFavIconMgr::downloadHostIcon ( const KURL & url)
static

Downloads /favicon.ico from the host of url and associates all URLs on that host with it (unless a more specific entry for a URL exists).

Definition at line 50 of file konq_faviconmgr.cpp.

◆ iconForURL()

TQString KonqFavIconMgr::iconForURL ( const TQString & url)
static

Looks up an icon for url and returns its name if found or TQString::null otherwise.

Definition at line 37 of file konq_faviconmgr.cpp.

◆ notifyChange

virtual ASYNC KonqFavIconMgr::notifyChange ( bool ,
TQString ,
TQString  )
pure virtual

an icon changed, updates the combo box

◆ setIconForURL()

void KonqFavIconMgr::setIconForURL ( const KURL & url,
const KURL & iconURL )
static

Downloads an icon from iconURL and associates url with it.

Definition at line 42 of file konq_faviconmgr.cpp.


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

libkonq

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

libkonq

Skip menu "libkonq"
  • kate
  • libkonq
  • twin
  •   lib
Generated for libkonq by doxygen 1.15.0
This website is maintained by Timothy Pearson.