synfig-core
1.0.3
|
Definitions for synfig tool. More...
#include <string>
#include <boost/smart_ptr.hpp>
#include <boost/filesystem.hpp>
Go to the source code of this file.
Classes | |
class | SynfigToolGeneralOptions |
Macros | |
#define | _(x) (x) |
#define | VERSION "unknown" |
#define | PACKAGE "synfig-tool" |
#define | DEFAULT_QUALITY 2 |
#define | VERBOSE_OUT(x) if (SynfigToolGeneralOptions::instance()->get_verbosity() >= (x)) std::cerr |
#define | SYNFIG_LICENSE "\** This package is free software; you can redistribute it and/or\n\** modify it under the terms of the GNU General Public License as\n\** published by the Free Software Foundation; either version 2 of\n\** the License, or (at your option) any later version.\n\**\n\** " |
Enumerations | |
enum | exit_code { SYNFIGTOOL_OK = 0, SYNFIGTOOL_FILENOTFOUND = 1, SYNFIGTOOL_BORED = 2, SYNFIGTOOL_HELP = 3, SYNFIGTOOL_UNKNOWNARGUMENT = 4, SYNFIGTOOL_UNKNOWNERROR = 5, SYNFIGTOOL_INVALIDTARGET = 6, SYNFIGTOOL_RENDERFAILURE = 7, SYNFIGTOOL_BLANK = 8, SYNFIGTOOL_BADVERSION = 9, SYNFIGTOOL_MISSINGARGUMENT = 10, SYNFIGTOOL_INVALIDJOB = 11, SYNFIGTOOL_INVALIDOUTPUT = 12 } |
Definitions for synfig tool.
$Id$
#define _ | ( | x | ) | (x) |
#define VERSION "unknown" |
Referenced by synfig::get_version(), print_usage(), and OptionsProcessor::process_info_options().
#define PACKAGE "synfig-tool" |
Referenced by OptionsProcessor::process_info_options().
#define DEFAULT_QUALITY 2 |
Referenced by OptionsProcessor::extract_job(), and main().
#define VERBOSE_OUT | ( | x | ) | if (SynfigToolGeneralOptions::instance()->get_verbosity() >= (x)) std::cerr |
#define SYNFIG_LICENSE "\** This package is free software; you can redistribute it and/or\n\** modify it under the terms of the GNU General Public License as\n\** published by the Free Software Foundation; either version 2 of\n\** the License, or (at your option) any later version.\n\**\n\** " |
Referenced by OptionsProcessor::process_info_options().
enum exit_code |