|
Public Member Functions |
| | CatItem () |
| | CatItem (QString full, bool isDir=false) |
| | CatItem (QString full, QString shortN) |
| | CatItem (QString full, QString shortN, uint i_d) |
| | CatItem (QString full, QString shortN, uint i_d, QString iconPath) |
| | This is the constructor most used by plugins.
|
| | CatItem (const CatItem &s) |
| CatItem & | operator= (const CatItem &s) |
| bool | operator== (const CatItem &other) const |
Data Fields |
| QString | fullPath |
| | The full path of the indexed item.
|
| QString | shortName |
| | The abbreviated name of the indexed item.
|
| QString | lowName |
| | The lowercase name of the indexed item.
|
| QString | icon |
| | A path to an icon for the item.
|
| int | usage |
| | How many times this item has been called by the user.
|
| void * | data |
| | This is unused, and meant for plugin writers and future extensions.
|
| int | id |
| | The plugin id of the creator of this CatItem.
|