akregator
c4_Notifier Class Reference
#include <store.h>
Detailed Description
Definition at line 29 of file store.h.
Public Types | |
| enum | { kNone, kSetAt, kInsertAt, kRemoveAt, kMove, kSet, kLimit } |
Public Member Functions | |
| c4_Notifier (c4_Sequence *origin_) | |
| bool | HasDependents () const |
| void | StartInsertAt (int index_, c4_Cursor &cursor_, int count_) |
| void | StartMove (int from_, int to_) |
| void | StartRemoveAt (int index_, int count_) |
| void | StartSet (int index_, int propId_, const c4_Bytes &buf_) |
| void | StartSetAt (int index_, c4_Cursor &cursor_) |
| ~c4_Notifier () | |
Public Attributes | |
| const c4_Bytes * | _bytes |
| int | _count |
| c4_Cursor * | _cursor |
| int | _index |
| int | _propId |
| int | _type |
Member Enumeration Documentation
| anonymous enum |
Constructor & Destructor Documentation
| c4_Notifier::c4_Notifier | ( | c4_Sequence * | origin_ | ) |
Member Function Documentation
| bool c4_Notifier::HasDependents | ( | ) | const |
| void c4_Notifier::StartInsertAt | ( | int | index_, | |
| c4_Cursor & | cursor_, | |||
| int | count_ | |||
| ) |
| void c4_Notifier::StartSet | ( | int | index_, | |
| int | propId_, | |||
| const c4_Bytes & | buf_ | |||
| ) |
| void c4_Notifier::StartSetAt | ( | int | index_, | |
| c4_Cursor & | cursor_ | |||
| ) |
Member Data Documentation
| const c4_Bytes* c4_Notifier::_bytes |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference