TSP Solver and Generator
Macros
defaults.h File Reference

Contains TSPSG defaults. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEF_NUM_CITIES   5
 Default number of cities.
 
#define DEF_AUTOSIZE   true
 Default for "Automatically resize rows and columns to their contents".
 
#define DEF_SAVE_LAST_USED   true
 Default for "Remember last used directories".
 
#define DEF_USE_NATIVE_DIALOGS   true
 Default for "Use native file dialog".
 
#define DEF_SAVEPOS   true
 Default for "Save main window state and position".
 
#define DEF_USE_TRANSLUCENCY   true
 Default for "Use translucency effects".
 
#define DEF_CHECK_FOR_UPDATES   false
 Default for "Check for updates".
 
#define DEF_UPDATE_CHECK_INTERVAL   30
 Default update check interval (in days)
 
#define DEF_FRACTIONAL_ACCURACY   2
 Default for "Accuracy of the fractional values".
 
#define DEF_RAND_MIN   1
 Default minimum for random numbers generation.
 
#define DEF_RAND_MAX   10
 Default maximum for random numbers generation.
 
#define DEF_FRACTIONAL_RANDOM   false
 Default for "Fractional random values".
 
#define DEF_SYMMETRIC_MODE   false
 Default for "Symmetric tasks mode".
 
#define DEF_GENERATE_GRAPH   true
 Default for "Generate solution graph".
 
#define DEF_GRAPH_IMAGE_FORMAT   "png"
 Default for "Save solution graph as".
 
#define DEF_HQ_GRAPH   false
 Default for "Draw solution graph in higher quality".
 
#define DEF_EMBED_GRAPH_INTO_HTML   false
 Default for "Embed solution graph into HTML".
 
#define DEF_GRAPH_WIDTH   4.5
 Default solution graph size in centimeters (HQ size is this size * HQ_FACTOR)
 
#define DEF_SHOW_MATRIX   true
 Default for "Show solution steps' matrices for every solution step".
 
#define DEF_USE_SHOW_MATRIX_LIMIT   true
 Default for "Show or hide solution steps' matrices based on number of cities in the task".
 
#define DEF_SHOW_MATRIX_LIMIT   15
 Default for "Maximum number of cities to show solution steps' matrices".
 
#define DEF_SCROLL_TO_END   false
 Default for "Scroll to the end of output after solving".
 
#define DEF_FONT_FACE   "DejaVu LGC Sans Mono"
 Default font face.
 
#define DEF_FONT_SIZE   10
 Default font size.
 
#define DEF_TEXT_COLOR   QApplication::palette().color(QPalette::Text)
 Default solution text color.
 
#define DEF_SELECTED_COLOR   "#008000"
 Default selected candidate color.
 
#define DEF_ALTERNATE_COLOR   "#A00000"
 Default alternate candidate color.
 
#define DEF_TABLE_COLOR   QApplication::palette().color(QPalette::AlternateBase)
 Default table border color.
 
#define DEF_PAGE_SIZE   QPrinter::A4
 Default page size for printing.
 
#define DEF_PAGE_ORIENTATION   QPrinter::Portrait
 Default page orientation for printing.
 
#define DEF_MARGIN_LEFT   25
 Default left page margin for printing.
 
#define DEF_MARGIN_TOP   15
 Default top page margin for printing.
 
#define DEF_MARGIN_RIGHT   DEF_MARGIN_TOP
 Default right page margin for printing.
 
#define DEF_MARGIN_BOTTOM   DEF_MARGIN_TOP
 Default bottom page margin for printing.
 

Detailed Description

Contains TSPSG defaults.

Author
Copyright © 2007-2016 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
Id
0c8813f 2016-04-18 23:45:08 +0200 Oleksii Serdiuk
URL
http://tspsg.info/

TSPSG: TSP Solver and Generator

This file is part of TSPSG.

TSPSG is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

TSPSG is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with TSPSG. If not, see http://www.gnu.org/licenses/.