Public Types | |
| enum | { BOTTOM_FIRST, TOP_FIRST } |
| enum | { TOP, BOTTOM } |
Public Member Functions | |
| OverlayConfig () | |
Static Public Member Functions | |
| static char * | mode_to_text (int mode) |
| static char * | direction_to_text (int direction) |
| static char * | output_to_text (int output_layer) |
Data Fields | |
| int | mode |
| int | direction |
| int | output_layer |
Definition at line 21 of file overlay.C.
| OverlayConfig::OverlayConfig | ( | ) |
Definition at line 148 of file overlay.C.
References BOTTOM_FIRST, direction, mode, output_layer, and TOP.
| char * OverlayConfig::mode_to_text | ( | int | mode | ) | [static] |
Definition at line 155 of file overlay.C.
Referenced by OverlayMode::create_objects(), OverlayMode::handle_event(), and Overlay::update_gui().
| char * OverlayConfig::direction_to_text | ( | int | direction | ) | [static] |
Definition at line 194 of file overlay.C.
References _, BOTTOM_FIRST, and TOP_FIRST.
Referenced by OverlayDirection::create_objects(), OverlayDirection::handle_event(), and Overlay::update_gui().
| char * OverlayConfig::output_to_text | ( | int | output_layer | ) | [static] |
Definition at line 204 of file overlay.C.
References _, BOTTOM, and TOP.
Referenced by OverlayOutput::create_objects(), OverlayOutput::handle_event(), and Overlay::update_gui().
1.5.5