BRL-CAD
Loading...
Searching...
No Matches
rt_edit_opt_desc Struct Reference

#include <edit.h>

Collaboration diagram for rt_edit_opt_desc:
[legend]

Data Fields

const charname
 
const charlabel
 
const chardesc
 
int type
 

Detailed Description

Describes a dynamically toggleable option for a primitive.

Definition at line 627 of file edit.h.

Field Documentation

◆ name

const char* name

machine-readable id, e.g. "raw_mode"

Definition at line 628 of file edit.h.

◆ label

const char* label

human-readable widget label

Definition at line 629 of file edit.h.

◆ desc

const char* desc

description of option behavior

Definition at line 630 of file edit.h.

◆ type

int type

RT_EDIT_PARAM_* type code

Definition at line 631 of file edit.h.


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