akregator
c4_Handler Class Reference
#include <handler.h>
Inherited by c4_CustomHandler, and c4_FormatHandler.
Detailed Description
Definition at line 27 of file handler.h.
Public Member Functions | |
| c4_Handler (const c4_Property &_prop) | |
| void | ClearBytes (c4_Bytes &buf_) const |
| virtual void | Commit (c4_SaveContext &ar_) |
| int | Compare (int index_, const c4_Bytes &buf_) |
| virtual void | Define (int, const t4_byte **) |
| virtual void | FlipBytes () |
| virtual const void * | Get (int index_, int &length_)=0 |
| void | GetBytes (int index_, c4_Bytes &buf_, bool copySmall_=false) |
| virtual c4_Column * | GetNthMemoCol (int index_, bool alloc_=false) |
| virtual bool | HasSubview (int index_) |
| virtual void | Insert (int index_, const c4_Bytes &buf_, int count_)=0 |
| virtual bool | IsPersistent () const |
| virtual int | ItemSize (int index_)=0 |
| void | Move (int from_, int to_) |
| virtual void | OldDefine (char, c4_Persist &) |
| const c4_Property & | Property () const |
| int | PropId () const |
| virtual void | Remove (int index_, int count_)=0 |
| virtual void | Set (int index_, const c4_Bytes &buf_)=0 |
| virtual void | Unmapped () |
| virtual | ~c4_Handler () |
Constructor & Destructor Documentation
| c4_Handler::c4_Handler | ( | const c4_Property & | _prop | ) |
| virtual c4_Handler::~c4_Handler | ( | ) | [virtual] |
Member Function Documentation
| void c4_Handler::ClearBytes | ( | c4_Bytes & | buf_ | ) | const |
Definition at line 23 of file handler.cpp.
| void c4_Handler::Commit | ( | c4_SaveContext & | ar_ | ) | [virtual] |
Definition at line 42 of file handler.cpp.
| int c4_Handler::Compare | ( | int | index_, | |
| const c4_Bytes & | buf_ | |||
| ) |
Definition at line 32 of file handler.cpp.
| virtual void c4_Handler::Define | ( | int | , | |
| const t4_byte ** | ||||
| ) | [virtual] |
| virtual void c4_Handler::FlipBytes | ( | ) | [virtual] |
| virtual const void* c4_Handler::Get | ( | int | index_, | |
| int & | length_ | |||
| ) | [pure virtual] |
| void c4_Handler::GetBytes | ( | int | index_, | |
| c4_Bytes & | buf_, | |||
| bool | copySmall_ = false | |||
| ) |
Definition at line 51 of file handler.cpp.
| virtual c4_Column* c4_Handler::GetNthMemoCol | ( | int | index_, | |
| bool | alloc_ = false | |||
| ) | [virtual] |
| virtual bool c4_Handler::HasSubview | ( | int | index_ | ) | [virtual] |
| virtual void c4_Handler::Insert | ( | int | index_, | |
| const c4_Bytes & | buf_, | |||
| int | count_ | |||
| ) | [pure virtual] |
| virtual bool c4_Handler::IsPersistent | ( | ) | const [virtual] |
| virtual int c4_Handler::ItemSize | ( | int | index_ | ) | [pure virtual] |
| void c4_Handler::Move | ( | int | from_, | |
| int | to_ | |||
| ) |
Definition at line 57 of file handler.cpp.
| void c4_Handler::OldDefine | ( | char | , | |
| c4_Persist & | ||||
| ) | [virtual] |
Definition at line 46 of file handler.cpp.
| const c4_Property& c4_Handler::Property | ( | ) | const |
| int c4_Handler::PropId | ( | ) | const |
| virtual void c4_Handler::Remove | ( | int | index_, | |
| int | count_ | |||
| ) | [pure virtual] |
| virtual void c4_Handler::Set | ( | int | index_, | |
| const c4_Bytes & | buf_ | |||
| ) | [pure virtual] |
| virtual void c4_Handler::Unmapped | ( | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference