NDEVR
API Documentation
SnapController::EditDimensionLockInformation

Holds information about a user-initiated dimension lock edit, including per-axis text and the currently active dimension and cursor position. More...

Collaboration diagram for SnapController::EditDimensionLockInformation:
[legend]

Public Member Functions

Stringtext ()
 Returns a reference to the text string for the currently active dimension.

Public Attributes

Vector< 3, Stringall_text
 Text values for each of the three axes.
uint04 cursor_position = Constant<uint04>::Invalid
 The cursor position within the text of the active dimension, or Invalid if unset.
uint01 dimension = Constant<uint01>::Invalid
 The axis dimension currently being edited (0=X, 1=Y, 2=Z), or Invalid if none.

Detailed Description

Holds information about a user-initiated dimension lock edit, including per-axis text and the currently active dimension and cursor position.


Definition at line 58 of file SnapController.h.

Member Function Documentation

◆ text()

String & SnapController::EditDimensionLockInformation::text ( )
inline

Returns a reference to the text string for the currently active dimension.


Returns
Reference to the active dimension's text string.

Definition at line 65 of file SnapController.h.

References all_text, and dimension.


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