QList

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

CLASS REFERENCE
Source: /harbour/contrib/hbqt/TQList.prg
http://doc.trolltech.com/4.5/qlist.htm
oList : append( xValue ) NIL
oList : at( nI ) pT
oList : back() pT
oList : back_1() pT
oList : clear() NIL
oList : count( xValue ) nInt
oList : count_1() nInt
oList : empty() lBool
oList : endsWith( xValue ) lBool
oList : first() pT
oList : first_1() pT
oList : front() pT
oList : front_1() pT
oList : indexOf( xValue, nFrom ) nInt
oList : insert( nI, xValue ) NIL
oList : isEmpty() lBool
oList : last() pT
oList : last_1() pT
oList : lastIndexOf( xValue, nFrom ) nInt
oList : length() nInt
oList : move( nFrom, nTo ) NIL
oList : pop_back() NIL
oList : pop_front() NIL
oList : prepend( xValue ) NIL
oList : push_back( xValue ) NIL
oList : push_front( xValue ) NIL
oList : removeAll( xValue ) nInt
oList : removeAt( nI ) NIL
oList : removeFirst() NIL
oList : removeLast() NIL
oList : removeOne( xValue ) lBool
oList : replace( nI, xValue ) NIL
oList : size() nInt
oList : startsWith( xValue ) lBool
oList : swap( nI, nJ ) NIL
oList : takeAt( nI ) pT
oList : takeFirst() pT
oList : takeLast() pT
oList : value( nI ) pT
oList : value_1( nI, xDefaultValue ) pT
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QList.cpp
Qt_QList_append( pQList, xValue )NIL
Qt_QList_at( pQList, nI )pT
Qt_QList_back( pQList )pT
Qt_QList_back_1( pQList )pT
Qt_QList_clear( pQList )NIL
Qt_QList_count( pQList, xValue )nInt
Qt_QList_count_1( pQList )nInt
Qt_QList_empty( pQList )lBool
Qt_QList_endsWith( pQList, xValue )lBool
Qt_QList_first( pQList )pT
Qt_QList_first_1( pQList )pT
Qt_QList_front( pQList )pT
Qt_QList_front_1( pQList )pT
Qt_QList_indexOf( pQList, xValue, nFrom )nInt
Qt_QList_insert( pQList, nI, xValue )NIL
Qt_QList_isEmpty( pQList )lBool
Qt_QList_last( pQList )pT
Qt_QList_last_1( pQList )pT
Qt_QList_lastIndexOf( pQList, xValue, nFrom )nInt
Qt_QList_length( pQList )nInt
Qt_QList_move( pQList, nFrom, nTo )NIL
Qt_QList_pop_back( pQList )NIL
Qt_QList_pop_front( pQList )NIL
Qt_QList_prepend( pQList, xValue )NIL
Qt_QList_push_back( pQList, xValue )NIL
Qt_QList_push_front( pQList, xValue )NIL
Qt_QList_removeAll( pQList, xValue )nInt
Qt_QList_removeAt( pQList, nI )NIL
Qt_QList_removeFirst( pQList )NIL
Qt_QList_removeLast( pQList )NIL
Qt_QList_removeOne( pQList, xValue )lBool
Qt_QList_replace( pQList, nI, xValue )NIL
Qt_QList_size( pQList )nInt
Qt_QList_startsWith( pQList, xValue )lBool
Qt_QList_swap( pQList, nI, nJ )NIL
Qt_QList_takeAt( pQList, nI )pT
Qt_QList_takeFirst( pQList )pT
Qt_QList_takeLast( pQList )pT
Qt_QList_value( pQList, nI )pT
Qt_QList_value_1( pQList, nI, xDefaultValue )pT