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::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::IndexItem::item |
The item to be indexed.
QString albert::IndexItem::string |
The corresponding lookup string.