|
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. | |