#include <QPaintEngine>
#include <QPrinter>
#include <QicsNamespace.h>
#include <QicsPrintGrid.h>
Go to the source code of this file.
Functions | |
| void | addDimension (Qics::QicsIndexType &idx, register Qics::QicsIndexType addIdx) |
| bool | isPrinterDevice (QPainter *painter, QicsGrid *grid) |
| QICS_EXPORT int | qicsHeightOfFont (const QFont &fnt) |
| QICS_EXPORT int | qicsWidthOfFont (const QFont &fnt) |
Variables | |
| const char * | Qics_arrow_xpm [] |
This file contains declarations of types and functions that don't easily fit anywhere else.
| void addDimension | ( | Qics::QicsIndexType & | idx, | |
| register Qics::QicsIndexType | addIdx | |||
| ) | [inline] |
Dump dimension idx to debug output.
sets or adds new addIdx dimension to idx if needed.
| bool isPrinterDevice | ( | QPainter * | painter, | |
| QicsGrid * | grid | |||
| ) | [inline] |
Returns true if painter device is a printer device
| QICS_EXPORT int qicsHeightOfFont | ( | const QFont & | fnt | ) |
Returns the total height of this font (ascent + descent)
| QICS_EXPORT int qicsWidthOfFont | ( | const QFont & | fnt | ) |
Returns the width of the largest glyph of this font