BibleTime
|
#include "csearchanalysisitem.h"
#include <QBrush>
#include <QFont>
#include <QPainter>
#include <QPoint>
#include <QRect>
#include <QRectF>
#include <utility>
#include "csearchanalysisscene.h"
Go to the source code of this file.
Namespaces | |
Search | |
Macros | |
#define | S(...) static_cast<int>(__VA_ARGS__) |
Variables | |
const int | Search::BAR_DELTAX = 4 |
const int | Search::BAR_DELTAY = 2 |
const int | Search::BAR_LOWER_BORDER = 100 |
const int | Search::BAR_WIDTH = 2 + (2*BAR_DELTAX) |
const int | Search::ITEM_TEXT_SIZE = 8 |
#define S | ( | ... | ) | static_cast<int>(__VA_ARGS__) |