#include <ETL/stringf>
#include "string.h"
#include "version.h"
#include <locale.h>
Go to the source code of this file.
Namespaces | |
| namespace | synfig |
Classes | |
| class | synfig::ChangeLocale |
| class | synfig::ProgressCallback |
| class | synfig::SuperCallback |
| class | synfig::SoftwareExpired |
| This class is thrown when the software timeout has been reached. More... | |
Defines | |
| #define | _(x) (x) |
| #define | N_(x) (x) |
| #define | SYNFIG_COPYRIGHT "Copyright (c) 2001-2005 Robert B. Quattlebaum Jr., Adrian Bentley" |
| #define | DEBUGPOINT() |
| #define | DEBUGINFO(x) |
| #define | CHECK_EXPIRE_TIME() while(0){ } |
Typedefs | |
| typedef ProgressCallback | synfig::ProgressManager |
Functions | |
| void | synfig::shutdown () |
| Shutdown the synfig environment. | |
| void | synfig::error (const char *format,...) |
| Reports an error. | |
| void | synfig::error (const String &str) |
| void | synfig::warning (const char *format,...) |
| Reports a warning. | |
| void | synfig::warning (const String &str) |
| void | synfig::info (const char *format,...) |
| Reports some information. | |
| void | synfig::info (const String &str) |
| #define _ | ( | x | ) | (x) |
| #define N_ | ( | x | ) | (x) |
| #define SYNFIG_COPYRIGHT "Copyright (c) 2001-2005 Robert B. Quattlebaum Jr., Adrian Bentley" |
| #define DEBUGPOINT | ( | ) |
| #define DEBUGINFO | ( | x | ) |
| #define CHECK_EXPIRE_TIME | ( | ) | while(0){ } |
1.5.3