akregator
c4_CustomSeq Class Reference
#include <custom.h>

Detailed Description
Definition at line 21 of file custom.h.
Public Member Functions | |
| c4_CustomSeq (c4_CustomViewer *viewer_) | |
| bool | DoGet (int row_, int col_, c4_Bytes &buf_) const |
| void | DoSet (int row_, int col_, const c4_Bytes &buf_) |
| virtual void | InsertAt (int, c4_Cursor, int=1) |
| virtual void | Move (int from_, int) |
| virtual int | NumRows () const |
| virtual void | RemoveAt (int, int=1) |
| virtual bool | RestrictSearch (c4_Cursor, int &, int &) |
| virtual | ~c4_CustomSeq () |
Constructor & Destructor Documentation
| c4_CustomSeq::c4_CustomSeq | ( | c4_CustomViewer * | viewer_ | ) |
Definition at line 86 of file custom.cpp.
| c4_CustomSeq::~c4_CustomSeq | ( | ) | [virtual] |
Definition at line 99 of file custom.cpp.
Member Function Documentation
| bool c4_CustomSeq::DoGet | ( | int | row_, | |
| int | col_, | |||
| c4_Bytes & | buf_ | |||
| ) | const |
Definition at line 145 of file custom.cpp.
| void c4_CustomSeq::DoSet | ( | int | row_, | |
| int | col_, | |||
| const c4_Bytes & | buf_ | |||
| ) |
Definition at line 151 of file custom.cpp.
| void c4_CustomSeq::InsertAt | ( | int | index_, | |
| c4_Cursor | newElem_, | |||
| int | count_ = 1 | |||
| ) | [virtual] |
Insert one or more rows into this sequence.
Reimplemented from c4_Sequence.
Definition at line 133 of file custom.cpp.
| void c4_CustomSeq::Move | ( | int | from_, | |
| int | to_ | |||
| ) | [virtual] |
Move a row to another position.
careful, this does no index remapping, wrong for derived seq's
Reimplemented from c4_Sequence.
Definition at line 141 of file custom.cpp.
| int c4_CustomSeq::NumRows | ( | ) | const [virtual] |
Return the current number of rows.
Reimplemented from c4_HandlerSeq.
Definition at line 103 of file custom.cpp.
| void c4_CustomSeq::RemoveAt | ( | int | index_, | |
| int | count_ = 1 | |||
| ) | [virtual] |
Remove one or more rows from this sequence.
careful, this does no index remapping, wrong for derived seq's
Reimplemented from c4_Sequence.
Definition at line 137 of file custom.cpp.
| bool c4_CustomSeq::RestrictSearch | ( | c4_Cursor | , | |
| int & | , | |||
| int & | ||||
| ) | [virtual] |
Restrict the search range for rows.
Reimplemented from c4_Sequence.
Definition at line 107 of file custom.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference