catalog.h File Reference

#include <QString>
#include <QStringList>
#include <QBitArray>
#include <QIcon>
#include <QHash>
#include <QDataStream>
#include <QDir>
#include <QSet>

Go to the source code of this file.

Data Structures

class  CatItem
 CatItem (Catalog Item) stores a single item in the index. More...
class  InputData
 InputData shows one segment (between tabs) of a user's query A user's query is typically represented by List<InputData> and each element of the list represents a segment of the query. More...

Functions

bool CatLess (CatItem *left, CatItem *right)
bool CatLessNoPtr (CatItem &a, CatItem &b)
QDataStream & operator<< (QDataStream &out, const CatItem &item)
QDataStream & operator>> (QDataStream &in, CatItem &item)


Function Documentation

bool CatLess ( CatItem left,
CatItem right 
)

bool CatLessNoPtr ( CatItem a,
CatItem b 
)

QDataStream& operator<< ( QDataStream &  out,
const CatItem item 
) [inline]

Definition at line 197 of file catalog.h.

QDataStream& operator>> ( QDataStream &  in,
CatItem item 
) [inline]

Definition at line 207 of file catalog.h.


Generated on Sat Jun 14 15:07:34 2008 for LaunchyPluginAPI by  doxygen 1.5.4