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