QElectroTech  0.70
Macros
bordertitleblock.cpp File Reference
#include <QPainter>
#include <utility>
#include "titleblocktemplate.h"
#include "titleblocktemplaterenderer.h"
#include "bordertitleblock.h"
#include "diagramposition.h"
#include "qetapp.h"
#include "math.h"
#include "createdxf.h"
#include "diagram.h"

Go to the source code of this file.

Macros

#define MIN_COLUMN_COUNT   3
 
#define MIN_ROW_COUNT   3
 
#define MIN_COLUMN_WIDTH   5.0
 
#define MIN_ROW_HEIGHT   5.0
 

Macro Definition Documentation

◆ MIN_COLUMN_COUNT

#define MIN_COLUMN_COUNT   3

Definition at line 29 of file bordertitleblock.cpp.

Referenced by BorderTitleBlock::setColumnsCount().

◆ MIN_COLUMN_WIDTH

#define MIN_COLUMN_WIDTH   5.0

Definition at line 31 of file bordertitleblock.cpp.

Referenced by BorderTitleBlock::setColumnsWidth().

◆ MIN_ROW_COUNT

#define MIN_ROW_COUNT   3

Definition at line 30 of file bordertitleblock.cpp.

Referenced by BorderTitleBlock::setRowsCount().

◆ MIN_ROW_HEIGHT

#define MIN_ROW_HEIGHT   5.0

Definition at line 32 of file bordertitleblock.cpp.

Referenced by BorderTitleBlock::setRowsHeight().