okular
Okular::SoundAnnotation Class Reference
#include <annotations.h>

Detailed Description
Sound annotation.The sound annotation represents a sound to be played when activated.
- Since:
- 0.7 (KDE 4.1)
Definition at line 1367 of file annotations.h.
Public Member Functions | |
| void | setSound (Sound *object) |
| void | setSoundIconName (const QString &name) |
| Sound * | sound () const |
| SoundAnnotation (const QDomNode &description) | |
| SoundAnnotation () | |
| QString | soundIconName () const |
| void | store (QDomNode &node, QDomDocument &document) const |
| SubType | subType () const |
| virtual | ~SoundAnnotation () |
Constructor & Destructor Documentation
| SoundAnnotation::SoundAnnotation | ( | ) |
| SoundAnnotation::SoundAnnotation | ( | const QDomNode & | description | ) |
Creates a new sound annotation from the xml description.
Definition at line 2275 of file annotations.cpp.
| SoundAnnotation::~SoundAnnotation | ( | ) | [virtual] |
Member Function Documentation
| void SoundAnnotation::setSound | ( | Sound * | object | ) |
Sets the object representing the sound of the file attachment annotation.
Definition at line 2329 of file annotations.cpp.
| void SoundAnnotation::setSoundIconName | ( | const QString & | name | ) |
Sets the name of the icon for the sound annotation.
Definition at line 2317 of file annotations.cpp.
| Sound * SoundAnnotation::sound | ( | ) | const |
| QString SoundAnnotation::soundIconName | ( | ) | const |
| void SoundAnnotation::store | ( | QDomNode & | node, | |
| QDomDocument & | document | |||
| ) | const [virtual] |
Stores the sound annotation as xml in document under the given parent node.
Reimplemented from Okular::Annotation.
Definition at line 2296 of file annotations.cpp.
| Annotation::SubType SoundAnnotation::subType | ( | ) | const [virtual] |
Returns the sub type of the sound annotation.
Implements Okular::Annotation.
Definition at line 2306 of file annotations.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference