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

tdecore

Public Member Functions | List of all members
KSortableValueList< T, Key > Class Template Reference

#include <ksortablevaluelist.h>

Inheritance diagram for KSortableValueList< T, Key >:
TDECompletionMatches

Public Member Functions

void insert (Key i, const T &t)
 
T & operator[] (Key i)
 
const T & operator[] (Key i) const
 
void sort ()
 

Detailed Description

template<class T, class Key = int>
class KSortableValueList< T, Key >

KSortableValueList is a special TQValueList for KSortableItem.

It includes convenience operators to get the first value of the KSortableItem and a method to sort all items.

Definition at line 130 of file ksortablevaluelist.h.

Member Function Documentation

◆ insert()

template<class T , class Key = int>
void KSortableValueList< T, Key >::insert ( Key  i,
const T &  t 
)
inline

Insert a KSortableItem with the given values.

Parameters
ithe first value
tthe second value

Definition at line 138 of file ksortablevaluelist.h.

◆ operator[]() [1/2]

template<class T , class Key = int>
T & KSortableValueList< T, Key >::operator[] ( Key  i)
inline

Returns the first value of the KSortableItem at the given position.

Returns
the first value of the KSortableItem

Definition at line 147 of file ksortablevaluelist.h.

◆ operator[]() [2/2]

template<class T , class Key = int>
const T & KSortableValueList< T, Key >::operator[] ( Key  i) const
inline

Returns the first value of the KSortableItem at the given position.

Returns
the first value of the KSortableItem

Definition at line 155 of file ksortablevaluelist.h.

◆ sort()

template<class T , class Key = int>
void KSortableValueList< T, Key >::sort ( )
inline

Sorts the KSortableItems.

Definition at line 162 of file ksortablevaluelist.h.


The documentation for this class was generated from the following file:
  • ksortablevaluelist.h

tdecore

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

tdecore

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