Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CCell.cpp File Reference
#include "CCell.hpp"
#include "core/memOps.hpp"
#include "documents/IManagerPrinter.hpp"
#include "third_party/magic_enum/magic_enum.hpp"
#include "utils/stringUtils.hpp"
Include dependency graph for CCell.cpp:

Functions

static CStyleParagraphprvStyleParagraphDefault (uint64_t colorForeground)
 

Variables

static const uint64_t PRV_COLOR_BACKGROUND_DEFAULT = 0XFFFFFF
 
static const uint64_t PRV_COLOR_FOREGROUND_DEFAULT = 0X000000
 
static const uint64_t PRV_COLOR_LINES_DEFAULT = 0X000000
 
static const uint64_t PRV_COLOR_HEADERS = 0XB0D4EB
 
static const uint64_t PRV_COLOR_ERROR_FOREGROUND = 0XFF0000
 

Function Documentation

◆ prvStyleParagraphDefault()

static CStyleParagraph * prvStyleParagraphDefault ( uint64_t colorForeground)
static

Variable Documentation

◆ PRV_COLOR_BACKGROUND_DEFAULT

const uint64_t PRV_COLOR_BACKGROUND_DEFAULT = 0XFFFFFF
static

◆ PRV_COLOR_ERROR_FOREGROUND

const uint64_t PRV_COLOR_ERROR_FOREGROUND = 0XFF0000
static

◆ PRV_COLOR_FOREGROUND_DEFAULT

const uint64_t PRV_COLOR_FOREGROUND_DEFAULT = 0X000000
static

◆ PRV_COLOR_HEADERS

const uint64_t PRV_COLOR_HEADERS = 0XB0D4EB
static

◆ PRV_COLOR_LINES_DEFAULT

const uint64_t PRV_COLOR_LINES_DEFAULT = 0X000000
static