kspread

Cell.h File Reference

#include <QDate>
#include <QSharedDataPointer>
#include "Condition.h"
#include "Global.h"
#include "Format.h"
#include "database/Database.h"
Include dependency graph for Cell.h:

Go to the source code of this file.

Classes

class  KSpread::Cell
 An accessor to the actual cell data. More...

Namespaces

namespace  KSpread

Functions

kdbgstream operator<< (kdbgstream str, const KSpread::Cell &cell)
 Q_DECLARE_TYPEINFO (KSpread::Cell, Q_MOVABLE_TYPE)
uint KSpread::qHash (const Cell &cell)

Function Documentation

kdbgstream operator<< ( kdbgstream  str,
const KSpread::Cell cell 
) [inline]

Definition at line 621 of file Cell.h.

Q_DECLARE_TYPEINFO ( KSpread::Cell  ,
Q_MOVABLE_TYPE   
)