#include "CursorSize.h"
#include "EngaugeAssert.h"
#include "Logger.h"
Go to the source code of this file.
◆ CursorSizeToPixels()
Definition at line 11 of file CursorSize.cpp.
12{
14
15 switch (cursorSize) {
17 return 16;
18
20 return 32;
21
23 return 48;
24
26 return 64;
27
28 default:
29 break;
30 }
31
34 return 0;
35}
#define ENGAUGE_ASSERT(cond)
Drop in replacement for Q_ASSERT.
log4cpp::Category * mainCat
#define LOG4CPP_ERROR_S(logger)