okteta
#include <bytearraydocument.h>

Signals | |
void | headVersionChanged (int newHeadVersionIndex) |
void | headVersionDataChanged (const Kasten2::DocumentVersionData &versionData) |
void | revertedToVersionIndex (int versionIndex) |
void | usersAdded (const QList< Person > &newUserList) |
void | usersRemoved (const QList< Person > &newUserList) |
![]() | |
void | contentFlagsChanged (Kasten2::ContentFlags contentFlags) |
void | synchronizerChanged (Kasten2::AbstractModelSynchronizer *newSynchronizer) |
![]() | |
void | modifiableChanged (bool isModifiable) |
void | readOnlyChanged (bool isReadOnly) |
void | titleChanged (const QString &newTitle) |
Public Member Functions | |
void | addUsers (const QList< Person > &users) |
virtual Okteta::AbstractByteArrayModel * | content () const |
virtual ContentFlags | contentFlags () const |
virtual bool | isModifiable () const |
virtual bool | isReadOnly () const |
virtual QString | mimeType () const |
virtual Person | owner () const |
void | removeUsers (const QList< Person > &users) |
virtual void | revertToVersionByIndex (int versionIndex) |
void | setOwner (const Person &owner) |
virtual void | setReadOnly (bool isReadOnly) |
void | setTitle (const QString &title) |
virtual QString | title () const |
virtual QString | typeName () const |
virtual QList< Person > | userList () const |
virtual int | versionCount () const |
virtual DocumentVersionData | versionData (int versionIndex) const |
virtual int | versionIndex () const |
![]() | |
virtual | ~AbstractDocument () |
QString | id () const |
void | setSynchronizer (AbstractModelSynchronizer *synchronizer) |
AbstractModelSynchronizer * | synchronizer () const |
![]() | |
virtual | ~AbstractModel () |
AbstractModel * | baseModel () const |
template<typename T > | |
T | findBaseModel () const |
template<typename T > | |
AbstractModel * | findBaseModelWithInterface () const |
![]() | |
virtual | ~Versionable () |
virtual void | headVersionChanged (int newHeadVersionIndex)=0 |
virtual void | headVersionDataChanged (const DocumentVersionData &versionData)=0 |
virtual void | revertedToVersionIndex (int versionIndex)=0 |
![]() | |
virtual | ~UserListable () |
virtual void | usersAdded (const QList< Person > &newUserList)=0 |
virtual void | usersRemoved (const QList< Person > &newUserList)=0 |
Additional Inherited Members | |
![]() | |
AbstractDocument () | |
void | setId (const QString &id) |
![]() | |
AbstractModel (AbstractModel *baseModel=0) | |
AbstractModel (AbstractModelPrivate *d) | |
void | setBaseModel (AbstractModel *baseModel) |
![]() | |
AbstractModelPrivate *const | d_ptr |
Detailed Description
Definition at line 54 of file bytearraydocument.h.
Member Function Documentation
Definition at line 119 of file bytearraydocument.cpp.
|
virtual |
Definition at line 61 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::AbstractDocument.
Definition at line 71 of file bytearraydocument.cpp.
|
signal |
|
signal |
|
virtual |
Default returns false.
Reimplemented from Kasten2::AbstractModel.
Definition at line 67 of file bytearraydocument.cpp.
|
virtual |
default returns true
Reimplemented from Kasten2::AbstractModel.
Definition at line 68 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::AbstractDocument.
Definition at line 64 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::If::UserListable.
Definition at line 104 of file bytearraydocument.cpp.
Definition at line 127 of file bytearraydocument.cpp.
|
signal |
|
virtual |
Implements Kasten2::If::Versionable.
Definition at line 91 of file bytearraydocument.cpp.
void Kasten2::ByteArrayDocument::setOwner | ( | const Person & | owner | ) |
Definition at line 114 of file bytearraydocument.cpp.
|
virtual |
default does nothing
Reimplemented from Kasten2::AbstractModel.
Definition at line 69 of file bytearraydocument.cpp.
void Kasten2::ByteArrayDocument::setTitle | ( | const QString & | title | ) |
Definition at line 76 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::AbstractModel.
Definition at line 63 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::AbstractDocument.
Definition at line 65 of file bytearraydocument.cpp.
Implements Kasten2::If::UserListable.
Definition at line 109 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::If::Versionable.
Definition at line 84 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::If::Versionable.
Definition at line 85 of file bytearraydocument.cpp.
|
virtual |
Implements Kasten2::If::Versionable.
Definition at line 83 of file bytearraydocument.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.