|
Albert
|
#include <albert/indexitem.h>
An item utlized by ItemIndex.
Public Member Functions | |
| IndexItem (std::shared_ptr< Item > item, QString string) | |
Public Attributes | |
| std::shared_ptr< Item > | item |
| The item to be indexed. | |
| QString | string |
| The corresponding lookup string. | |
| albert::util::IndexItem::IndexItem | ( | std::shared_ptr< Item > | item, |
| QString | string | ||
| ) |
| item | The item to be indexed. |
| string | The corresponding lookup string. |
| std::shared_ptr<Item> albert::util::IndexItem::item |
The item to be indexed.
| QString albert::util::IndexItem::string |
The corresponding lookup string.