15Slide
ProgramStuff Namespace Reference

Information/options for use in 15Slide. More...

Namespaces

 Build
 Compiliation related constants.
 
 GTKSlide
 GTKSlide related constants.
 
 OS
 Operating System related constants.
 

Variables

constexpr bool CHEAT_MODE {false}
 Create a cheap grid each run. More...
 
constexpr bool USE_UTF8_TERMINAL {true && !OS::WINDOWS}
 Use UTF-8 throuought the program; not avaliable on Windows. More...
 
constexpr bool CLEAR_SCREEN_ON_START {false}
 Clear Screen on start with acsii code. More...
 
constexpr bool AUTOSAVE_ON_SLIDE_DEFAULT {true}
 To autosave after each slide by default or not. More...
 
constexpr bool GTKSLIDE_ENABLED {true}
 15Slide will use GTKSlide instead of CommandUI More...
 

Detailed Description

Information/options for use in 15Slide.

Author
John Jekel
Date
2018-2018

Variable Documentation

◆ AUTOSAVE_ON_SLIDE_DEFAULT

constexpr bool ProgramStuff::AUTOSAVE_ON_SLIDE_DEFAULT {true}

To autosave after each slide by default or not.

◆ CHEAT_MODE

constexpr bool ProgramStuff::CHEAT_MODE {false}

Create a cheap grid each run.

◆ CLEAR_SCREEN_ON_START

constexpr bool ProgramStuff::CLEAR_SCREEN_ON_START {false}

Clear Screen on start with acsii code.

◆ GTKSLIDE_ENABLED

constexpr bool ProgramStuff::GTKSLIDE_ENABLED {true}

15Slide will use GTKSlide instead of CommandUI

◆ USE_UTF8_TERMINAL

constexpr bool ProgramStuff::USE_UTF8_TERMINAL {true && !OS::WINDOWS}

Use UTF-8 throuought the program; not avaliable on Windows.