Python Script Engine  8.3
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
GlsLinearScaleData Struct Reference

Public Attributes

bool active
 
bool useLineColor
 
unsigned int ticks
 
float startingOffset
 
float interval
 
float length
 
float thickness
 
GlsColor color
 

Detailed Description

Structure that stores a linear scale's parameters.

Member Data Documentation

◆ active

bool GlsLinearScaleData::active

True if this scale is active.

◆ color

GlsColor GlsLinearScaleData::color

Color to draw ticks if line color is not being used.

◆ interval

float GlsLinearScaleData::interval

Interval between ticks in degrees.

◆ length

float GlsLinearScaleData::length

Length of ticks in logical units.

◆ startingOffset

float GlsLinearScaleData::startingOffset

Start offset in logical units.

◆ thickness

float GlsLinearScaleData::thickness

Thickness of ticks in logical units.

◆ ticks

unsigned int GlsLinearScaleData::ticks

Number of ticks on this scale.

◆ useLineColor

bool GlsLinearScaleData::useLineColor

True if this scale draws with line color.


The documentation for this struct was generated from the following file: