|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
General logic constants. More...
Functions | |
| constexpr std::chrono::milliseconds | DOUBLE_CLICK_TIME_THRESHOLD_MS (200) |
Variables | |
| constexpr int | PORT_CIRCLE_RADIUS = 10 |
| constexpr int | PORT_CIRCLE_RADIUS_HALF = PORT_CIRCLE_RADIUS / 2 |
| constexpr int | PORT_CIRCLE_OUTLINE_WIDTH = 6 |
| constexpr int | TOTAL_PORT_HITBOX_RADIUS = PORT_CIRCLE_RADIUS + (PORT_CIRCLE_OUTLINE_WIDTH / 2) |
| constexpr int | TOTAL_PORT_RADIUS = PORT_CIRCLE_RADIUS + PORT_CIRCLE_OUTLINE_WIDTH |
| constexpr int | TOTAL_PORT_RADIUS_HALF = TOTAL_PORT_RADIUS / 2 |
| constexpr int | PORT_CIRCLE_MARGIN = PORT_CIRCLE_RADIUS / 2 |
| constexpr int | PORT_CIRCLE_MARGIN_HALF = PORT_CIRCLE_MARGIN / 2 |
| constexpr int | BLOCK_OUTLINE_WIDTH = 4 |
| constexpr int | MAX_INPUT_CHOICES_PER_ROW = 3 |
| constexpr int | DEFAULT_VALUE_DISPLAY_PRECISION = 10 |
General logic constants.
|
constexpr |
The upper boundary threshold up to which (inclusive) a second click interaction must follow a preceding one for the whole action to be counted as a double click
Referenced by business_logic::BlocksManager::handleMouseDown().
Here is the caller graph for this function:
|
constexpr |
Definition at line 34 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 39 of file constants.h.
Referenced by business_logic::elements::blocks::BaseBlock::getValueToRenderAboveBlock(), and business_logic::elements::blocks::MonitorBlock::getValueToRenderAboveBlock().
|
constexpr |
Definition at line 38 of file constants.h.
Referenced by business_logic::BlocksManager::setActiveChoicesInput().
|
constexpr |
Definition at line 30 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 31 of file constants.h.
|
constexpr |
Definition at line 20 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 14 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 18 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 26 of file constants.h.
Referenced by business_logic::elements::blocks::BaseBlock::checkPort(), and gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 27 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().
|
constexpr |
Definition at line 28 of file constants.h.
Referenced by gui::elements::SkiaBaseBlockRenderer::render().