okular
annotations.cpp File Reference
#include "annotations.h"
#include "annotations_p.h"
#include <QtGui/QApplication>
#include <QtGui/QColor>
#include "page_p.h"
Include dependency graph for annotations.cpp:

Go to the source code of this file.
Defines | |
| #define | ADD_COORD(c1, c2) |
Define Documentation
| #define ADD_COORD | ( | c1, | |||
| c2 | ) |
Value:
{ \
c1.x = c1.x + c2.x; \
c1.y = c1.y + c2.y; \
}
KDE 4.0 API Reference