Class setup |
Introduction no help | setup Class Referencesetup class more... Public Member Functions
Public Attributes
Detailed DescriptionIn this call you can modifie the basic setup. Member Documentationstatic int setup::mouseViewmouse view The type of the mouse in the drawing windows can be set:
static int setup::showReportshow reports Situation when a report is shown automaticly.
static bool setup::showGridshow grid If true, a grid is painted in the drawing. static string setup::fontfont Path and file of the fontfile for text to polygon conversion static int setup::fontIterationfont iteration The iteration depth of bezier elements in fonts for convertion to polygons. The number of additional points can be calculated by (2^defaultBezierIteration)-1. static bool setup::displayCellNamecell names If true, the name of the cells are display in cellrefs. static bool setup::displayCellsdisplay cells If true, the complete cells are display in cellrefs. static int setup::depthOfCellrefsdepth of cellrefs The reference depth of the displayed cells. If is set to 0, all cellref are displayed. static void setup::setBackgroundColor(int red, int green, int blue)set the backgroundcolor The bachgroundcolor is set. Parameters:
static void setup::setMouseColor(int red, int green, int blue)set the mousecolor The mousecolor is set. The mousepoint is painted in this color. Parameters:
static void setup::setGridColor(int red, int green, int blue)set the gridcolor The gridcolor is set. The gridpoint are painted in this color. Parameters:
static void setup::setZeroColor(int red, int green, int blue)set the zerocolor The zerocolor is set. In the zerocolor the zeropoint of the coordinatessystem is painted. Parameters:
static void setup::setSelectColor(int red, int green, int blue)set the selectcolor The selectcolor is set. All select element/points are painted in this color. Parameters:
static void setup::setHighlightColor(int red, int green, int blue)set the highlightcolor The highlightcolor is set. The highlichtcolor is used in the select and deselect modes to highlight the element/point to be selected with a mouse click. Parameters:
static void setup::setHighlightBrush(int brush)set the highlightbrush The highlightbrush is set. The same brushes as for layer are possible static double setup::circularDefaultcircle default The angle pro point for conversion of circles to polygons. static int setup::defaultPathWidthpath width The default width of path elements. static int setup::defaultPathCappath cap The default cap of path elements.
static int setup::defaultTextPresentationtext presentation The presentation of text elements
static int setup::defaultTextWidthtext width The default width of text elements. static int setup::defaultBezierIterationbezier The iteration depth of bezier elements. The number of additional points can be calculated by (2^defaultBezierIteration)-1. static bool setup::cifSaveCirclecif circle If true, regular polygon are saved as circle in cif files. static bool setup::dxfSaveCircledxf circle If true, regular polygon are saved as circle in dxf files. static bool setup::oasisSaveCircleoasis circle If true, regular polygon are saved as circle in oasis files. static bool setup::oasisSaveCtrapezoidoasis Ctrapezoid If true, suitable polygon are saved as ctrapezoid in oasis files. static bool setup::oasisSaveTrapezoidoasis Trapezoid If true, suitable polygon are saved as trapezoid in oasis files. static int setup::gdsMaxPointsmaximal number of points The maximal number of points for polygons and path elements can be set. If elements have more points, they are splited during the gds save into two or more elements. The technical limit of the GDS file format is 8191. In early GDS versions this number was limited to 200 points. static bool setup::gdsPad2048gds padding If true, the length of stored gds files is extended to N*2048 Bytes by add 0 to the end of the file. Some tape storages and old system may need this opention to handle the files. static double setup::apLamdaAlliance physical format lamda value Landa value for the preview of the Alliance physical format. static double setup::tldLamdaLasi format lamda value Conversionfactor, if tld/tlc file are saved in lamda values. Value in µm. static bool setup::scrollDirectionscroll direction sets the scroll direction. static bool setup::defaultPolygonRemoveNotNeededPointsremove not needed points Points which have no effect in a polygon are removed. e.g. three point in a line, the middle point is removed. static bool setup::defaultPolygonFixSelfintersectingPolygonsfix selfintersection polygons Selfintersecting polygons (polygons where two boaderlines cross) are fixed automaticly. static int setup::paintEnginepaint engine The paint engine defines how the elements are displayed on the screen. Modifications will take affect after program restart.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
© 2008 Jürgen Thies