#include <qpainter.h>
#include <qapplication.h>
#include <qheader.h>
#include <qdragobject.h>
#include <qdatetime.h>
#include "common.h"
#include "domain.h"
#include "git.h"
#include "listview.h"
Go to the source code of this file.
Defines | |
#define | P_CENTER m , h |
#define | P_0 x2, h |
#define | P_90 m , 0 |
#define | P_180 x1, h |
#define | P_270 m , 2 * h |
#define | R_CENTER m - r, h - r, d, d |
#define P_0 x2, h |
Referenced by ListViewItem::paintGraphLane().
#define P_180 x1, h |
Referenced by ListViewItem::paintGraphLane().
#define P_270 m , 2 * h |
Referenced by ListViewItem::paintGraphLane().
#define P_90 m , 0 |
Referenced by ListViewItem::paintGraphLane().
#define P_CENTER m , h |
Referenced by ListViewItem::paintGraphLane().
#define R_CENTER m - r, h - r, d, d |
Referenced by ListViewItem::paintGraphLane().