okteta
KPieceTable::PieceList Class Reference
#include <piecelist.h>
Public Member Functions | |
| PieceList (const Piece &piece) | |
| PieceList () | |
| ~PieceList () | |
| void | append (const Piece &piece) |
| void | append (const PieceList &other) |
| const Piece & | at (int i) const |
| bool | isEmpty () const |
| void | prepend (const PieceList &other) |
| int | size () const |
| Size | totalLength () const |
Protected Attributes | |
| QList< Piece > | mList |
| Size | mTotalLength |
Detailed Description
Definition at line 35 of file piecelist.h.
Constructor & Destructor Documentation
| KPieceTable::PieceList::PieceList | ( | ) | [inline] |
Definition at line 60 of file piecelist.h.
| KPieceTable::PieceList::PieceList | ( | const Piece & | piece | ) | [inline, explicit] |
Definition at line 61 of file piecelist.h.
| KPieceTable::PieceList::~PieceList | ( | ) | [inline] |
Definition at line 118 of file piecelist.h.
Member Function Documentation
| void KPieceTable::PieceList::append | ( | const Piece & | piece | ) | [inline] |
Definition at line 72 of file piecelist.h.
| void KPieceTable::PieceList::append | ( | const PieceList & | other | ) | [inline] |
Definition at line 81 of file piecelist.h.
| const Piece & KPieceTable::PieceList::at | ( | int | i | ) | const [inline] |
Definition at line 70 of file piecelist.h.
| bool KPieceTable::PieceList::isEmpty | ( | ) | const [inline] |
Definition at line 68 of file piecelist.h.
| void KPieceTable::PieceList::prepend | ( | const PieceList & | other | ) | [inline] |
Definition at line 98 of file piecelist.h.
| int KPieceTable::PieceList::size | ( | ) | const [inline] |
Definition at line 67 of file piecelist.h.
| Size KPieceTable::PieceList::totalLength | ( | ) | const [inline] |
Definition at line 69 of file piecelist.h.
Member Data Documentation
QList<Piece> KPieceTable::PieceList::mList [protected] |
Definition at line 55 of file piecelist.h.
Size KPieceTable::PieceList::mTotalLength [protected] |
Definition at line 56 of file piecelist.h.
The documentation for this class was generated from the following file:
KDE 4.5 API Reference