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

tdeui

Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes

TDEListViewLineEdit Class Reference

the editor for a TDEListView. More...

#include <tdelistviewlineedit.h>

Inheritance diagram for TDEListViewLineEdit:
KLineEdit TQLineEdit TDECompletionBase

List of all members.

Public Slots

void terminate ()
void load (TQListViewItem *i, int c)

Signals

void done (TQListViewItem *, int)
void renameNext (TQListViewItem *item, int col)
void renamePrev (TQListViewItem *item, int col)

Public Member Functions

 TDEListViewLineEdit (TDEListView *parent)
TQListViewItem * currentItem () const
void setRenameSettings (const TDEListViewRenameSettings &renSett)

Protected Slots

void slotSelectionChanged ()
void slotItemRemoved (TQListViewItem *i)

Protected Member Functions

virtual void focusOutEvent (TQFocusEvent *)
virtual void keyPressEvent (TQKeyEvent *e)
virtual void paintEvent (TQPaintEvent *e)
virtual bool event (TQEvent *pe)
void selectNextCell (TQListViewItem *pi, int column, bool forward)
void terminate (bool commit)

Protected Attributes

TQListViewItem * item
int col
TDEListView *const p
TDEListViewRenameSettings m_renSett

Detailed Description

the editor for a TDEListView.

please don't use this.

For internal use only.

Definition at line 29 of file tdelistviewlineedit.h.


Member Function Documentation

void TDEListViewLineEdit::focusOutEvent ( TQFocusEvent *  ev  )  [protected, virtual]

Re-implemented for internal reasons.

API not affected.

See TQLineEdit::focusOutEvent().

Reimplemented from KLineEdit.

Definition at line 413 of file tdelistview.cpp.

void TDEListViewLineEdit::keyPressEvent ( TQKeyEvent *  e  )  [protected, virtual]

Re-implemented for internal reasons.

API not affected.

See TQLineEdit::keyPressEvent().

Reimplemented from KLineEdit.

Definition at line 358 of file tdelistview.cpp.

void TDEListViewLineEdit::renameNext ( TQListViewItem *  item,
int  col 
) [signal]

This signal is emitted when item renaming is completed by a TAB.

It signals the receiver that the sender would like to start renaming the next item. This is not hardcoded in TDEListView because the next item is application depended (for example it could be the next column or the next row or something completely different)

Parameters:
item is the renamed item.
col is the renamed column.
Since:
14.0
void TDEListViewLineEdit::renamePrev ( TQListViewItem *  item,
int  col 
) [signal]

This signal is emitted when item renaming is completed by a Shift+TAB.

It signals the receiver that the sender would like to start renaming the previous item. This is not hardcoded in TDEListView because the next item is application depended (for example it could be the next column or the next row or something completely different)

Parameters:
item is the renamed item.
col is the renamed column.
Since:
14.0
void TDEListViewLineEdit::selectNextCell ( TQListViewItem *  pi,
int  column,
bool  forward 
) [protected]
Since:
3.1

Definition at line 287 of file tdelistview.cpp.

void TDEListViewLineEdit::slotItemRemoved ( TQListViewItem *  i  )  [protected, slot]
Since:
3.5.4

Definition at line 446 of file tdelistview.cpp.


The documentation for this class was generated from the following files:
  • tdelistviewlineedit.h
  • tdelistview.cpp

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.7.1
This website is maintained by Timothy Pearson.