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.
13 lines
276 B
13 lines
276 B
#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()
|
|
{
|
|
}
|
|
|