|
Canorus
0.7
|
#include <canimport.h>

Public Member Functions | |
| CACanImport (QTextStream *stream=0) | |
| ~CACanImport () | |
| CAArchive * | archive () |
| void | setArchive (CAArchive *a) |
Public Member Functions inherited from CAImport | |
| CAImport (QTextStream *stream=0) | |
| CAImport (const QString stream) | |
| virtual | ~CAImport () |
| virtual const QString | readableStatus () |
| void | importDocument () |
| void | importSheet () |
| void | importStaff () |
| void | importVoice () |
| void | importLyricsContext () |
| void | importFunctionMarkContext () |
| CADocument * | importedDocument () |
| CASheet * | importedSheet () |
| CAStaff * | importedStaff () |
| CAVoice * | importedVoice () |
| CALyricsContext * | importedLyricsContext () |
| CAFunctionMarkContext * | importedFunctionMarkContext () |
Public Member Functions inherited from CAFile | |
| CAFile () | |
| virtual | ~CAFile () |
| const int | status () |
| const int | progress () |
| void | setStreamFromFile (const QString filename) |
| void | setStreamToFile (const QString filename) |
| void | setStreamFromDevice (QIODevice *device) |
| void | setStreamToDevice (QIODevice *device) |
Protected Member Functions | |
| CADocument * | importDocumentImpl () |
Protected Member Functions inherited from CAImport | |
| virtual CASheet * | importSheetImpl () |
| virtual CAStaff * | importStaffImpl () |
| virtual CAVoice * | importVoiceImpl () |
| virtual CALyricsContext * | importLyricsContextImpl () |
| virtual CAFunctionMarkContext * | importFunctionMarkContextImpl () |
| QTextStream & | in () |
Protected Member Functions inherited from CAFile | |
| void | setStatus (const int status) |
| void | setProgress (const int progress) |
| QTextStream * | stream () |
| virtual void | setStream (QTextStream *stream) |
| QFile * | file () |
| void | setFile (QFile *file) |
Private Attributes | |
| CAArchive * | _archive |
Additional Inherited Members | |
Signals inherited from CAImport | |
| void | documentImported (CADocument *) |
| void | sheetImported (CASheet *) |
| void | staffImported (CAStaff *) |
| void | voiceImported (CAVoice *) |
| void | lyricsContextImported (CALyricsContext *) |
| void | functionMarkContextImported (CAFunctionMarkContext *) |
| void | importDone (int status) |
| CACanImport::CACanImport | ( | QTextStream * | stream = 0 | ) |
Copyright (c) 2007, Matevž Jekovec, Itay Perl, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
| CACanImport::~CACanImport | ( | ) |
|
protectedvirtual |
Reimplemented from CAImport.
References CADocument::archive(), CAArchive::error(), CAArchive::file(), CAFile::file(), CAImport::importDocument(), CAImport::importedDocument(), CAResource::isLinked(), CAResource::name(), CADocument::resourceList(), CADocument::setArchive(), CAFile::setStatus(), CAResource::setUrl(), CAFile::stream(), and CAResource::url().

|
private |
Referenced by archive(), and setArchive().
1.8.3