kdganttconstraint.h File Reference

#include <QModelIndex>
#include <QObject>
#include <QSharedDataPointer>
#include "../kdchart_export.h"
#include <QDebug>

Include dependency graph for kdganttconstraint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  KDGantt

Classes

class  KDGantt::Constraint
 A class used to represent a dependency. More...

Functions

QDebug operator<< (QDebug dbg, const KDGantt::Constraint &c)
uint KDGantt::qHash (const Constraint &c)


Function Documentation

QDebug operator<< ( QDebug  dbg,
const KDGantt::Constraint c 
)

Definition at line 166 of file kdganttconstraint.cpp.

References KDGantt::Constraint::debug().

Referenced by operator<<().

00167 {
00168     return c.debug( dbg );
00169 }


Generated on Thu Mar 4 23:23:50 2010 for KD Chart 2 by  doxygen 1.5.4