QElectroTech
0.70
|
#include "templateview.h"
#include "templatevisualcell.h"
#include "gridlayoutanimation.h"
#include "helpercell.h"
#include "splittedhelpercell.h"
#include "templatecommands.h"
#include "templatecellsset.h"
#include "dimensionwidget.h"
#include "qeticons.h"
Go to the source code of this file.
Macros | |
#define | ROW_OFFSET 2 |
#define | COL_OFFSET 1 |
#define | DEFAULT_PREVIEW_WIDTH 600 |
#define | DEFAULT_PREVIEW_HELPER_CELL_HEIGHT 15 |
#define | DEFAULT_COLS_HELPER_CELLS_HEIGHT 15 |
#define | DEFAULT_ROWS_HELPER_CELLS_WIDTH 50 |
#define COL_OFFSET 1 |
Definition at line 28 of file templateview.cpp.
Referenced by TitleBlockTemplateView::addCells(), TitleBlockTemplateView::applyColumnsWidths(), TitleBlockTemplateView::fillWithEmptyCells(), TitleBlockTemplateView::refresh(), and TitleBlockTemplateView::updateColumnsHelperCells().
#define DEFAULT_COLS_HELPER_CELLS_HEIGHT 15 |
Definition at line 31 of file templateview.cpp.
Referenced by TitleBlockTemplateView::applyRowsHeights(), and TitleBlockTemplateView::templateHeight().
#define DEFAULT_PREVIEW_HELPER_CELL_HEIGHT 15 |
Definition at line 30 of file templateview.cpp.
Referenced by TitleBlockTemplateView::applyRowsHeights(), and TitleBlockTemplateView::templateHeight().
#define DEFAULT_PREVIEW_WIDTH 600 |
Definition at line 29 of file templateview.cpp.
#define DEFAULT_ROWS_HELPER_CELLS_WIDTH 50 |
Definition at line 32 of file templateview.cpp.
Referenced by TitleBlockTemplateView::applyColumnsWidths(), and TitleBlockTemplateView::templateWidth().
#define ROW_OFFSET 2 |
Definition at line 27 of file templateview.cpp.
Referenced by TitleBlockTemplateView::addCells(), TitleBlockTemplateView::applyColumnsWidths(), TitleBlockTemplateView::applyRowsHeights(), TitleBlockTemplateView::fillWithEmptyCells(), TitleBlockTemplateView::refresh(), and TitleBlockTemplateView::updateRowsHelperCells().