Public Types | |
| enum | { REPLACE, REPLACE_COMPONENTS, REPLACE_ALPHA } |
| enum | { TOP, BOTTOM } |
Public Member Functions | |
| RerouteConfig () | |
Static Public Member Functions | |
| static char * | operation_to_text (int operation) |
| static char * | output_to_text (int output_track) |
Data Fields | |
| int | operation |
| int | output_track |
Definition at line 21 of file reroute.C.
| anonymous enum |
| RerouteConfig::RerouteConfig | ( | ) |
| char * RerouteConfig::operation_to_text | ( | int | operation | ) | [static] |
Definition at line 133 of file reroute.C.
References _, REPLACE, REPLACE_ALPHA, and REPLACE_COMPONENTS.
Referenced by RerouteOperation::create_objects(), RerouteOperation::handle_event(), and Reroute::update_gui().
| char * RerouteConfig::output_to_text | ( | int | output_track | ) | [static] |
Definition at line 144 of file reroute.C.
References _, BOTTOM, and TOP.
Referenced by RerouteOutput::create_objects(), RerouteOutput::handle_event(), and Reroute::update_gui().
1.5.5