|
Krita Source Code Documentation
|
A simple wrapper object for the main information about the resource. More...
#include <KoResourceSignature.h>
Inheritance diagram for KoResourceSignature:Public Member Functions | |
| KoResourceSignature () | |
| KoResourceSignature (const QString &type, const QString &md5sum, const QString &filename, const QString &name) | |
Public Attributes | |
| QString | filename |
| QString | md5sum |
| QString | name |
| QString | type |
Friends | |
| KRITARESOURCES_EXPORT friend bool | operator== (const KoResourceSignature &lhs, const KoResourceSignature &rhs) |
A simple wrapper object for the main information about the resource.
This information is needed to somewhat uniquely identify the resource in the world
Definition at line 20 of file KoResourceSignature.h.
| KoResourceSignature::KoResourceSignature | ( | ) |
Definition at line 10 of file KoResourceSignature.cpp.
| KoResourceSignature::KoResourceSignature | ( | const QString & | type, |
| const QString & | md5sum, | ||
| const QString & | filename, | ||
| const QString & | name ) |
|
friend |
| QString KoResourceSignature::filename |
Definition at line 31 of file KoResourceSignature.h.
| QString KoResourceSignature::md5sum |
Definition at line 30 of file KoResourceSignature.h.
| QString KoResourceSignature::name |
Definition at line 32 of file KoResourceSignature.h.
| QString KoResourceSignature::type |
Definition at line 29 of file KoResourceSignature.h.