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

kdeui

  • kdeui
klineeditdlg.h
1 /* This file is part of the KDE libraries
2 
3  Copyright (C) 1999 Preston Brown <pbrown@kde.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 #ifndef __klineeditdlg_h__
21 #define __klineeditdlg_h__
22 
23 // #include <tqt.h>
24 
25 #include <kdialogbase.h>
26 
27 class KLineEdit;
28 class TQValidator;
29 
40 class KDEUI_EXPORT_DEPRECATED KLineEditDlg : public KDialogBase
41 {
42  Q_OBJECT
43 public:
60  KLineEditDlg( const TQString& _text, const TQString& _value, TQWidget *parent ) KDE_DEPRECATED;
61  virtual ~KLineEditDlg();
62 
66  TQString text() const;
67 
71  KLineEdit *lineEdit() const { return edit; }
72 
82  static TQString getText(const TQString &text, const TQString& value,
83  bool *ok, TQWidget *parent, TQValidator *validator=0 ) KDE_DEPRECATED;
84 
97  static TQString getText(const TQString &caption, const TQString &text,
98  const TQString& value=TQString::null,
99  bool *ok=0, TQWidget *parent=0,
100  TQValidator *validator=0) KDE_DEPRECATED;
101 
102 public slots:
106  void slotClear();
107 
108 protected slots:
113  void slotTextChanged( const TQString& );
114 
115 protected:
119  KLineEdit *edit;
120 protected:
121  virtual void virtual_hook( int id, void* data );
122 private:
123  class KLineEditDlgPrivate;
124  KLineEditDlgPrivate* d;
125 };
126 
127 #endif

kdeui

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

kdeui

Skip menu "kdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdeui by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |