Include dependency graph for startup.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | options |
Functions | |
| void | print_version (void) |
| void | print_banner (void) |
| void | print_usage (const char *progname) |
| bool | parse_command_line (struct options *options, int argc, char **argv) |
| struct options |
| Data Fields | ||
|---|---|---|
| mpfr_t | centerx | |
| mpfr_t | centery | |
| char * | file_to_load | |
| bool | geometry | |
| int | height | |
| bool | help | |
| bool | interactive | |
| enum log_level_t | log_level | |
| int | max_blob | |
| double | max_glitch | |
| bool | oneshot | |
| bool | overhead | |
| mpfr_t | radius | |
| bool | render_de | |
| bool | series_approx | |
| double | sharpness | |
| bool | show_glitches | |
| bool | size | |
| int | slice | |
| bool | tile | |
| int | tile_height | |
| int | tile_width | |
| double | timeout | |
| bool | version | |
| bool | view_supplied | |
| double | weight | |
| int | width | |
| int | win_height | |
| int | win_width | |
| bool | zoom | |
| int | zoom_frames | |
| bool parse_command_line | ( | struct options * | options, |
| int | argc, | ||
| char ** | argv | ||
| ) |
Definition at line 77 of file startup.c.
References options::centerx, options::centery, options::file_to_load, options::geometry, options::height, options::help, options::interactive, LOG_DEBUG, LOG_ERROR, LOG_FATAL, LOG_INFO, options::log_level, log_message, LOG_NOTICE, LOG_WARN, max(), options::max_blob, options::max_glitch, min(), NEXT, NEXT2, O, options::oneshot, options::overhead, precision_for_radius(), options::radius, options::render_de, options::series_approx, options::sharpness, options::show_glitches, options::size, options::slice, SLICE_MAX, options::tile, options::tile_height, options::tile_width, options::timeout, options::version, options::view_supplied, options::weight, options::width, options::win_height, options::win_width, options::zoom, and options::zoom_frames.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| void print_banner | ( | void | ) |
Definition at line 22 of file startup.c.
References LOG_INFO, log_message, and mightymandel_version.
Referenced by main().
Here is the caller graph for this function:| void print_usage | ( | const char * | progname | ) |
| void print_version | ( | void | ) |
Definition at line 18 of file startup.c.
References mightymandel_version.
Referenced by main().
Here is the caller graph for this function: