Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
libkonq
libkonq
libkonq
konq_faviconmgr.h
1
/* This file is part of the KDE project
2
Copyright (C) 1999 Malte Starostik <malte@kde.org>
3
4
This library is free software; you can redistribute it and/or
5
modify it under the terms of the GNU Library General Public
6
License as published by the Free Software Foundation; either
7
version 2 of the License, or (at your option) any later version.
8
9
This library is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
Library General Public License for more details.
13
14
You should have received a copy of the GNU Library General Public License
15
along with this library; see the file COPYING.LIB. If not, write to
16
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17
Boston, MA 02110-1301, USA.
18
*/
19
20
#ifndef __konq_faviconmgr_h__
21
#define __konq_faviconmgr_h__
22
23
#include <dcopobject.h>
24
#include <kurl.h>
25
#include <libkonq_export.h>
26
31
class
LIBKONQ_EXPORT
KonqFavIconMgr
:
public
TQObject,
public
DCOPObject
32
{
33
TQ_OBJECT
34
K_DCOP
35
public
:
39
KonqFavIconMgr
(TQObject *parent = 0,
const
char
*name = 0);
40
44
static
void
setIconForURL(
const
KURL &url,
const
KURL &iconURL);
45
51
static
void
downloadHostIcon(
const
KURL &url);
52
57
static
TQString iconForURL(
const
TQString &url);
58
59
k_dcop:
63
virtual
ASYNC
notifyChange
(
bool
, TQString, TQString ) = 0;
64
65
signals:
66
void
changed();
67
};
68
69
#endif
70
KonqFavIconMgr
Maintains a list of custom icons per URL.
Definition
konq_faviconmgr.h:32
KonqFavIconMgr::notifyChange
virtual ASYNC notifyChange(bool, TQString, TQString)=0
an icon changed, updates the combo box
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