#include <tagmodel.h>
List of all members.
Detailed Description
The StateHandler class provides is the base interface class of tag editor.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Member Enumeration Documentation
This enum describes tag editor capabilities
- Enumerator:
NoOptions |
No capabilities
|
CreateRemove |
Can create/remove tag
|
Save |
Can save changes
|
Constructor & Destructor Documentation
Member Function Documentation
Returns capability flags.
virtual void create |
( |
| ) |
[virtual] |
virtual bool exists |
( |
| ) |
[virtual] |
Returns true if this tag exists; otherwise returns false.
Returns available keys. Default implementations returns all possible keys.
virtual const QString name |
( |
| ) |
[pure virtual] |
Returns tag name. Subclass should reimplement this fucntion.
virtual void remove |
( |
| ) |
[virtual] |
virtual void save |
( |
| ) |
[virtual] |
Changes metadata string associated with the given key to value. Subclass should reimplement this fucntion.
Changes metadata string associated with the given key to value. Subclass should reimplement this fucntion.
Returns the metdata string associated with the given key. Subclass should reimplement this fucntion.
The documentation for this class was generated from the following file:
- /usr/src/RPM/BUILD/qmmp-0.7-svn/src/qmmp/tagmodel.h