Model Railroad System 2.2.2
|
Code to support the various graphics packages. More...
Functions | |
_ROPI2 (name1, name2, op) | |
A variable trace to enforce the read-only-ness of PI2. More... | |
_ROPI (name1, name2, op) | |
A variable trace to enforce the read-only-ness of PI. More... | |
DegreesToRadians (degrees) | |
Function to convert from degrees to radians. More... | |
RadiansToDegrees (rads) | |
Function to convert from radians to degrees. More... | |
VerifyDoubleMethod () | |
Snit macro defining a validate method for doubles. More... | |
VerifyBooleanMethod () | |
Snit macro defining a validate method for booleans. More... | |
VerifyIntegerMethod () | |
Snit macro defining a validate method integers. More... | |
VerifyOrientationHVMethod () | |
Snit macro defining a validate method for orientation (horizontal or vertical). More... | |
VerifyColorMethod () | |
Snit macro defining a validate method for colors. More... | |
Variables | |
PI2 | |
Variable containing ![]() | |
PI | |
Variable containing ![]() | |
Code to support the various graphics packages.
Namespace where all of the graphics support code lives.
grsupport 2.0
|
private |
A variable trace to enforce the read-only-ness of PI.
|
private |
A variable trace to enforce the read-only-ness of PI2.
GRSupport::DegreesToRadians | ( | degrees | ) |
Function to convert from degrees to radians.
degrees | Value to convert to radians. |
GRSupport::RadiansToDegrees | ( | rads | ) |
Function to convert from radians to degrees.
rads | Value to convert to degrees. |
GRSupport::VerifyBooleanMethod | ( | ) |
Snit macro defining a validate method for booleans.
GRSupport::VerifyColorMethod | ( | ) |
Snit macro defining a validate method for colors.
GRSupport::VerifyDoubleMethod | ( | ) |
Snit macro defining a validate method for doubles.
GRSupport::VerifyIntegerMethod | ( | ) |
Snit macro defining a validate method integers.
GRSupport::VerifyOrientationHVMethod | ( | ) |
Snit macro defining a validate method for orientation (horizontal or vertical).
GRSupport::PI |
Variable containing .
This variable is read-only.
GRSupport::PI2 |
Variable containing .
This variable is read-only.