synfig-core  1.0.3
Classes | Macros | Enumerations
definitions.h File Reference

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
}

Detailed Description

Definitions for synfig tool.

$Id$

Macro Definition Documentation

#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\** "

Enumeration Type Documentation

enum exit_code
Enumerator:
SYNFIGTOOL_OK 
SYNFIGTOOL_FILENOTFOUND 
SYNFIGTOOL_BORED 
SYNFIGTOOL_HELP 
SYNFIGTOOL_UNKNOWNARGUMENT 
SYNFIGTOOL_UNKNOWNERROR 
SYNFIGTOOL_INVALIDTARGET 
SYNFIGTOOL_RENDERFAILURE 
SYNFIGTOOL_BLANK 
SYNFIGTOOL_BADVERSION 
SYNFIGTOOL_MISSINGARGUMENT 
SYNFIGTOOL_INVALIDJOB 
SYNFIGTOOL_INVALIDOUTPUT