Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::graphing::GraphDot Namespace Reference

Contains string values of dots to be graphed on the screen. More...

Variables

constexpr std::string_view ROUND_DOT = "\u25CF"
 Round dot.
constexpr std::string_view BLOCK = "\u2588"
 Solid-filled block.
constexpr std::string_view LIGHT_BLOCK_1 = "\u2591"
 Lightly-filled block.
constexpr std::string_view LIGHT_BLOCK_2 = "\u2592"
 Medium-lightly-filled block.
constexpr std::string_view LIGHT_BLOCK_3 = "\u2593"
 More densly-filled block.

Detailed Description

Contains string values of dots to be graphed on the screen.

Variable Documentation

◆ BLOCK

std::string_view steppable::graphing::GraphDot::BLOCK = "\u2588"
constexpr

Solid-filled block.

◆ LIGHT_BLOCK_1

std::string_view steppable::graphing::GraphDot::LIGHT_BLOCK_1 = "\u2591"
constexpr

Lightly-filled block.

◆ LIGHT_BLOCK_2

std::string_view steppable::graphing::GraphDot::LIGHT_BLOCK_2 = "\u2592"
constexpr

Medium-lightly-filled block.

◆ LIGHT_BLOCK_3

std::string_view steppable::graphing::GraphDot::LIGHT_BLOCK_3 = "\u2593"
constexpr

More densly-filled block.

◆ ROUND_DOT

std::string_view steppable::graphing::GraphDot::ROUND_DOT = "\u25CF"
constexpr

Round dot.

Untitled