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

tdehtml

  • tdehtml
tdehtml_run.h
1/* This file is part of the KDE project
2 *
3 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
4 * 1999 Lars Knoll <knoll@kde.org>
5 * 1999 Antti Koivisto <koivisto@kde.org>
6 * 2000 Simon Hausmann <hausmann@kde.org>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Library General Public License for more details.
17 *
18 * You should have received a copy of the GNU Library General Public License
19 * along with this library; see the file COPYING.LIB. If not, write to
20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 * Boston, MA 02110-1301, USA.
22 */
23#ifndef __tdehtml_run_h__
24#define __tdehtml_run_h__
25
26#include <tdeparts/browserrun.h>
27#include <kurl.h>
28#include <kservice.h>
29#include <tdeparts/browserextension.h>
30
31class TDEHTMLPart;
32
33namespace tdehtml
34{
35 class ChildFrame;
36}
37
38class TDEHTMLRun : public KParts::BrowserRun
39{
40 TQ_OBJECT
41public:
42 TDEHTMLRun( TDEHTMLPart *part, tdehtml::ChildFrame *child, const KURL &url,
43 const KParts::URLArgs &args, bool hideErrorDialog );
44
45 virtual void foundMimeType( const TQString &mimetype );
46
47 //TDEHTMLPart *htmlPart() const;
48
49protected:
50 virtual void handleError( TDEIO::Job * job );
51
52 virtual void save( const KURL & url, const TQString & suggestedFilename );
53 bool askSave( const KURL & url, KService::Ptr offer, const TQString & mimeType, const TQString & suggestedFilename );
54
55private:
56 tdehtml::ChildFrame *m_child;
57};
58
59#endif
KParts::BrowserRun
KParts::BrowserRun::handleError
virtual void handleError(TDEIO::Job *job)
KParts::BrowserRun::askSave
static AskSaveResult askSave(const KURL &url, KService::Ptr offer, const TQString &mimeType, const TQString &suggestedFilename=TQString::null)
KURL
TDEHTMLPart
This class is tdehtml's main class.
Definition: tdehtml_part.h:184
TDEStdAccel::save
const TDEShortcut & save()
KParts::URLArgs

tdehtml

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

tdehtml

Skip menu "tdehtml"
  • 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 tdehtml by doxygen 1.9.4
This website is maintained by Timothy Pearson.