#include <sessionxmlwriter.h>
Public Member Functions | |
| SessionXmlWriter () | |
Constructor which will write a session file to the url. | |
| bool | writeTofile (const KURL &url) |
| Writes the xml tree to a session file. | |
| void | setLoadedFilesInformation (QValueList< SessionFile > fileList) |
| Creates the elements related to the list of files which where loaded during the session, cluster, spike or event files. | |
| void | setDisplayInformation (QValueList< DisplayInformation > displayList) |
| Creates the elements related to the displays. | |
| SessionXmlWriter () | |
Constructor which will write a session file to the url. | |
| bool | writeTofile (const KURL &url) |
| Writes the xml tree to a session file. | |
| void | setLoadedFilesInformation (QValueList< SessionFile > fileList) |
| Creates the elements related to the list of files which where loaded during the session, cluster, spike or event files. | |
| void | setDisplayInformation (QValueList< DisplayInformation > displayList) |
| Creates the elements related to the displays. | |
| bool SessionXmlWriter::writeTofile | ( | const KURL & | url | ) |
Writes the xml tree to a session file.
| url | url of the file to write to. |
| void SessionXmlWriter::setLoadedFilesInformation | ( | QValueList< SessionFile > | fileList | ) |
Creates the elements related to the list of files which where loaded during the session, cluster, spike or event files.
| fileList | list of files loaded during the session. |
| void SessionXmlWriter::setDisplayInformation | ( | QValueList< DisplayInformation > | displayList | ) |
Creates the elements related to the displays.
| displayList | list of DisplayInformation given the information on each display. |
| bool SessionXmlWriter::writeTofile | ( | const KURL & | url | ) |
Writes the xml tree to a session file.
| url | url of the file to write to. |
| void SessionXmlWriter::setLoadedFilesInformation | ( | QValueList< SessionFile > | fileList | ) |
Creates the elements related to the list of files which where loaded during the session, cluster, spike or event files.
| fileList | list of files loaded during the session. |
| void SessionXmlWriter::setDisplayInformation | ( | QValueList< DisplayInformation > | displayList | ) |
Creates the elements related to the displays.
| displayList | list of DisplayInformation given the information on each display. |
1.5.1