|
ACF $AcfVersion:0$
|
Class to decode/encode the component category into human readable text. More...
#include <CComponentMetaDescriptionEncoder.h>
Public Member Functions | |
| CComponentMetaDescriptionEncoder (const QString &metaDescription) | |
| const QStringList & | GetMetaKeys () const |
| Get meta keys using in the meta-description. | |
| const QStringList & | GetValues (const QString &key=QString()) const |
| Get value list for the given key. | |
| const QStringList & | GetUnassignedKeywords () const |
| Get the keyword list. | |
Class to decode/encode the component category into human readable text.
Definition at line 18 of file CComponentMetaDescriptionEncoder.h.
|
explicit |
| const QStringList & icomp::CComponentMetaDescriptionEncoder::GetMetaKeys | ( | ) | const |
Get meta keys using in the meta-description.
| const QStringList & icomp::CComponentMetaDescriptionEncoder::GetUnassignedKeywords | ( | ) | const |
Get the keyword list.
| const QStringList & icomp::CComponentMetaDescriptionEncoder::GetValues | ( | const QString & | key = QString() | ) | const |
Get value list for the given key.