19 #ifndef TDELISTVIEWLINEEDIT_H
20 #define TDELISTVIEWLINEEDIT_H
22 #include <klineedit.h>
23 #include <tdelistview.h>
36 TQListViewItem *currentItem()
const;
37 void setRenameSettings(
const TDEListViewRenameSettings &renSett) { m_renSett = renSett; };
40 void done(TQListViewItem*,
int);
53 void renameNext(TQListViewItem* item,
int col);
66 void renamePrev(TQListViewItem* item,
int col);
70 void load(TQListViewItem *i,
int c);
75 virtual void paintEvent(TQPaintEvent *e);
76 virtual bool event (TQEvent *pe);
79 void selectNextCell (TQListViewItem *pi,
int column,
bool forward);
80 void terminate(
bool commit);
84 TDEListViewRenameSettings m_renSett;
87 void slotSelectionChanged();
90 void slotItemRemoved(TQListViewItem *i);
virtual void keyPressEvent(TQKeyEvent *)
Re-implemented for internal reasons.
virtual void focusOutEvent(TQFocusEvent *)
Re-implemented for internal reasons.
the editor for a TDEListView.
This Widget extends the functionality of TQListView to honor the system wide settings for Single Clic...
An enhanced TQLineEdit widget for inputting text.