okteta
bytearraydocumentfactory.cpp
Go to the documentation of this file.
53 ByteArrayDocument* document = new ByteArrayDocument( i18nc("The byte array was new created.","New created.") );
67 AbstractDocument* ByteArrayDocumentFactory::createFromData( const QMimeData* mimeData, bool setModified )
90 ByteArrayDocument* document = new ByteArrayDocument( byteArray, i18nc("origin of the byte array", "Created from data.") );
void setTitle(const QString &title)
Definition: bytearraydocument.cpp:76
static int newByteArrayDocumentCounter
Definition: bytearraydocumentfactory.cpp:40
virtual void setModified(bool modified=true)
sets the modified flag for the buffer
Definition: piecetablebytearraymodel.cpp:49
virtual AbstractDocument * create()
Definition: bytearraydocumentfactory.cpp:51
void setOwner(const Person &owner)
Definition: bytearraydocument.cpp:114
Definition: abstractdocument.h:43
virtual bool canCreateFromData(const QMimeData *mimeData)
default returns false
Definition: bytearraydocumentfactory.cpp:43
virtual AbstractDocument * createFromData(const QMimeData *mimeData, bool setModified)
default returns 0
Definition: bytearraydocumentfactory.cpp:67
Definition: bytearraydocument.h:54
static const char OctetStreamFormatName[]
Definition: bytearraydocumentfactory.cpp:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.