|
Classified ads
|
#include <searchmodel.h>

Public Member Functions | |
| bool | operator== (const struct SearchResultItemStruct &a) const |
Public Attributes | |
| ProtocolItemType | iItemType |
| Hash | iItemHash |
| Hash | iFoundFromNode |
| QString | iDisplayName |
Data structure for search results.
| bool SearchModel::SearchResultItemStruct::operator== | ( | const struct SearchResultItemStruct & | a | ) | const |
eevil thing, a method in struct. c++ permits. only the comparison
| QString SearchModel::SearchResultItemStruct::iDisplayName |
String to show on UI for this result item
| Hash SearchModel::SearchResultItemStruct::iFoundFromNode |
Fingerprint of node where item was found
| Hash SearchModel::SearchResultItemStruct::iItemHash |
Fingerprint of item found in search
| ProtocolItemType SearchModel::SearchResultItemStruct::iItemType |
If is CA, profile or comment
1.8.11