FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
constants.h File Reference
#include <chrono>
+ Include dependency graph for constants.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  business_logic
 The business logic module.
 
namespace  business_logic::constants
 General logic constants.
 

Functions

constexpr std::chrono::milliseconds business_logic::constants::DOUBLE_CLICK_TIME_THRESHOLD_MS (200)
 

Variables

constexpr int business_logic::constants::PORT_CIRCLE_RADIUS = 10
 
constexpr int business_logic::constants::PORT_CIRCLE_RADIUS_HALF = PORT_CIRCLE_RADIUS / 2
 
constexpr int business_logic::constants::PORT_CIRCLE_OUTLINE_WIDTH = 6
 
constexpr int business_logic::constants::TOTAL_PORT_HITBOX_RADIUS = PORT_CIRCLE_RADIUS + (PORT_CIRCLE_OUTLINE_WIDTH / 2)
 
constexpr int business_logic::constants::TOTAL_PORT_RADIUS = PORT_CIRCLE_RADIUS + PORT_CIRCLE_OUTLINE_WIDTH
 
constexpr int business_logic::constants::TOTAL_PORT_RADIUS_HALF = TOTAL_PORT_RADIUS / 2
 
constexpr int business_logic::constants::PORT_CIRCLE_MARGIN = PORT_CIRCLE_RADIUS / 2
 
constexpr int business_logic::constants::PORT_CIRCLE_MARGIN_HALF = PORT_CIRCLE_MARGIN / 2
 
constexpr int business_logic::constants::BLOCK_OUTLINE_WIDTH = 4
 
constexpr int business_logic::constants::MAX_INPUT_CHOICES_PER_ROW = 3
 
constexpr int business_logic::constants::DEFAULT_VALUE_DISPLAY_PRECISION = 10