You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
276 B
14 lines
276 B
3 years ago
|
#include "viewModel/image/MImageContainer.h"
|
||
|
|
||
|
#define HOR_RULER_Y_OFFSET -10
|
||
|
#define VER_RULER_Y_OFFSET 2
|
||
|
#define IMAGE_Y_OFFSET 1
|
||
|
#define IMAGE_X_OFFSET 20
|
||
|
#define RIGHT_BORDER_GAURD 2
|
||
|
#define ONE_CM 0.01f
|
||
|
#define RULER_PIXEL_LIMIT 55
|
||
|
|
||
|
MImageContainer::MImageContainer()
|
||
|
{
|
||
|
}
|