KD Chart 2  [rev.2.7]
Macros | Functions
kdganttglobal.cpp File Reference
#include "kdganttglobal.h"
#include <ostream>
#include "unittest/test.h"

Go to the source code of this file.

Macros

#define QT_VERSION_CHECK(major, minor, patch)   ((major<<16)|(minor<<8)|(patch))
 

Functions

 KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, Span,"test")
 
 KDAB_SCOPED_UNITTEST_SIMPLE (KDGantt, DateTimeSpan,"test")
 
QDebug operator<< (QDebug dbg, KDGantt::ItemDataRole r)
 
QDebug operator<< (QDebug dbg, KDGantt::ItemType t)
 
QDebug operator<< (QDebug dbg, const KDGantt::Span &s)
 
QDebug operator<< (QDebug dbg, const KDGantt::DateTimeSpan &s)
 
static std::ostream & operator<< (std::ostream &os, const Span &span)
 
static std::ostream & operator<< (std::ostream &os, const DateTimeSpan &span)
 

Macro Definition Documentation

#define QT_VERSION_CHECK (   major,
  minor,
  patch 
)    ((major<<16)|(minor<<8)|(patch))

Definition at line 29 of file kdganttglobal.cpp.

Function Documentation

KDAB_SCOPED_UNITTEST_SIMPLE ( KDGantt  ,
Span  ,
"test"   
)
KDAB_SCOPED_UNITTEST_SIMPLE ( KDGantt  ,
DateTimeSpan  ,
"test"   
)
QDebug operator<< ( QDebug  dbg,
KDGantt::ItemDataRole  r 
)
QDebug operator<< ( QDebug  dbg,
KDGantt::ItemType  t 
)
QDebug operator<< ( QDebug  dbg,
const KDGantt::Span s 
)

Definition at line 148 of file kdganttglobal.cpp.

References KDGantt::Span::length(), and KDGantt::Span::start().

QDebug operator<< ( QDebug  dbg,
const KDGantt::DateTimeSpan s 
)
static std::ostream& operator<< ( std::ostream &  os,
const Span span 
)
static

Definition at line 165 of file kdganttglobal.cpp.

References KDGantt::Span::length(), and KDGantt::Span::start().

static std::ostream& operator<< ( std::ostream &  os,
const DateTimeSpan span 
)
static

Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-chart/