synfig-core
1.0.3
|
#include <definitions.h>
Public Member Functions | |
boost::filesystem::path | get_binary_path () const |
size_t | get_threads () const |
void | set_threads (size_t threads) |
int | get_verbosity () const |
void | set_verbosity (int verbosity) |
bool | should_be_quiet () const |
void | set_should_be_quiet (bool be_quiet) |
bool | should_print_benchmarks () const |
void | set_should_print_benchmarks (bool print_benchmarks) |
Static Public Member Functions | |
static void | create_singleton_instance (const char *argv0) |
static SynfigToolGeneralOptions * | instance () |
|
static |
exception | in case the instance already existed |
Referenced by main().
|
static |
References _, and SYNFIGTOOL_UNKNOWNERROR.
Referenced by RenderProgress::amount_complete(), main(), print_usage(), process_job(), OptionsProcessor::process_settings_options(), and setup_job().
boost::filesystem::path SynfigToolGeneralOptions::get_binary_path | ( | ) | const |
Referenced by main(), and print_usage().
size_t SynfigToolGeneralOptions::get_threads | ( | ) | const |
Referenced by OptionsProcessor::process_settings_options().
void SynfigToolGeneralOptions::set_threads | ( | size_t | threads | ) |
Referenced by OptionsProcessor::process_settings_options().
int SynfigToolGeneralOptions::get_verbosity | ( | ) | const |
Referenced by OptionsProcessor::process_settings_options().
void SynfigToolGeneralOptions::set_verbosity | ( | int | verbosity | ) |
Referenced by OptionsProcessor::process_settings_options().
bool SynfigToolGeneralOptions::should_be_quiet | ( | ) | const |
void SynfigToolGeneralOptions::set_should_be_quiet | ( | bool | be_quiet | ) |
Referenced by OptionsProcessor::process_settings_options().
bool SynfigToolGeneralOptions::should_print_benchmarks | ( | ) | const |
Referenced by process_job().
void SynfigToolGeneralOptions::set_should_print_benchmarks | ( | bool | print_benchmarks | ) |
Referenced by OptionsProcessor::process_settings_options().