• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeioslave/http
 

tdeioslave/http

  • tdeioslave
  • http
  • kcookiejar
kcookiewin.h
1 /*
2  This file is part of the KDE File Manager
3 
4  Copyright (C) 1998- Waldo Bastian (bastian@kde.org)
5  Copyright (C) 2000- Dawit Alemayehu (adawit@kde.org)
6 
7  This library is free software; you can redistribute it and/or
8  modify it under the terms of the GNU General Public License
9  as published by the Free Software Foundation; either version 2
10  of the License, or (at your option) any later version.
11 
12  This software is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this library; see the file COPYING. If not, write to
19  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20  Boston, MA 02110-1301, USA.
21 */
22 //----------------------------------------------------------------------------
23 //
24 // KDE File Manager -- HTTP Cookie Dialogs
25 // $Id$
26 
27 #ifndef _KCOOKIEWIN_H_
28 #define _KCOOKIEWIN_H_
29 
30 #include <tqgroupbox.h>
31 
32 #include <kdialog.h>
33 #include "kcookiejar.h"
34 
35 class KLineEdit;
36 class TQPushButton;
37 class TQVButtonGroup;
38 class KURLLabel;
39 
40 class KCookieDetail : public TQGroupBox
41 {
42  Q_OBJECT
43 
44 public :
45  KCookieDetail( KHttpCookieList cookieList, int cookieCount, TQWidget *parent=0,
46  const char *name=0 );
47  ~KCookieDetail();
48 
49 private :
50  KLineEdit* m_name;
51  KLineEdit* m_value;
52  KLineEdit* m_expires;
53  KLineEdit* m_domain;
54  KLineEdit* m_path;
55  KLineEdit* m_secure;
56 
57  KHttpCookieList m_cookieList;
58  KHttpCookiePtr m_cookie;
59 
60 private slots:
61  void slotNextCookie();
62 };
63 
64 class KCookieWin : public KDialog
65 {
66  Q_OBJECT
67 
68 public :
69  KCookieWin( TQWidget *parent, KHttpCookieList cookieList, int defaultButton=0,
70  bool showDetails=false );
71  ~KCookieWin();
72 
73  KCookieAdvice advice( KCookieJar *cookiejar, KHttpCookie* cookie );
74 
75 private :
76  TQPushButton* m_button;
77  TQVButtonGroup* m_btnGrp;
78  KCookieDetail* m_detailView;
79  bool m_showDetails;
80 
81 private slots:
82  void slotCookieDetails();
83 };
84 #endif

tdeioslave/http

Skip menu "tdeioslave/http"
  • Main Page
  • Alphabetical List
  • Class List
  • File List

tdeioslave/http

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