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

tdeui

  • tdeui
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 TDEUI_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
KDialogBase
A dialog base class with standard buttons and predefined layouts.
Definition: kdialogbase.h:191
KLineEditDlg::lineEdit
KLineEdit * lineEdit() const
Definition: klineeditdlg.h:71
KLineEdit
An enhanced TQLineEdit widget for inputting text.
Definition: klineedit.h:145
KLineEditDlg
Definition: klineeditdlg.h:40

tdeui

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

tdeui

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