• 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 <kdialogbase.h>
24 
25 class KLineEdit;
26 class TQValidator;
27 
38 class TDEUI_EXPORT_DEPRECATED KLineEditDlg : public KDialogBase
39 {
40  TQ_OBJECT
41 public:
58  KLineEditDlg( const TQString& _text, const TQString& _value, TQWidget *parent ) TDE_DEPRECATED;
59  virtual ~KLineEditDlg();
60 
64  TQString text() const;
65 
69  KLineEdit *lineEdit() const { return edit; }
70 
80  static TQString getText(const TQString &text, const TQString& value,
81  bool *ok, TQWidget *parent, TQValidator *validator=0 ) TDE_DEPRECATED;
82 
95  static TQString getText(const TQString &caption, const TQString &text,
96  const TQString& value=TQString::null,
97  bool *ok=0, TQWidget *parent=0,
98  TQValidator *validator=0) TDE_DEPRECATED;
99 
100 public slots:
104  void slotClear();
105 
106 protected slots:
111  void slotTextChanged( const TQString& );
112 
113 protected:
117  KLineEdit *edit;
118 protected:
119  virtual void virtual_hook( int id, void* data );
120 private:
121  class KLineEditDlgPrivate;
122  KLineEditDlgPrivate* d;
123 };
124 
125 #endif
KDialogBase
A dialog base class with standard buttons and predefined layouts.
Definition: kdialogbase.h:192
KLineEditDlg
Definition: klineeditdlg.h:39
KLineEditDlg::lineEdit
KLineEdit * lineEdit() const
Definition: klineeditdlg.h:69
KLineEdit
An enhanced TQLineEdit widget for inputting text.
Definition: klineedit.h:146

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
  • 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 tdeui by doxygen 1.9.1
This website is maintained by Timothy Pearson.