synfig-core  1.0.3
Macros | Functions
synfig/main.cpp File Reference
#include <iostream>
#include "version.h"
#include "general.h"
#include "module.h"
#include <cstdlib>
#include <ltdl.h>
#include <glibmm.h>
#include <stdexcept>
#include <sys/stat.h>
#include <unistd.h>
#include "target.h"
#include <ETL/stringf>
#include "cairolistimporter.h"
#include "listimporter.h"
#include "cairoimporter.h"
#include "color.h"
#include "vector.h"
#include <fstream>
#include <time.h>
#include "layer.h"
#include "valuenode.h"
#include "soundprocessor.h"
#include "main.h"
#include "loadcanvas.h"
#include "guid.h"
#include "mutex.h"

Macros

#define PATH_MAX   4096
#define MODULE_LIST_FILENAME   "synfig_modules.cfg"

Functions

static etl::reference_counter synfig_ref_count_ (0)
static void broken_pipe_signal (int)
bool retrieve_modules_to_load (String filename, std::list< String > &modules_to_load)
static const String current_time ()

Detailed Description

Todo:
This needs to be documented further.

$Id$

Macro Definition Documentation

#define PATH_MAX   4096

Referenced by synfig::get_binary_path().

#define MODULE_LIST_FILENAME   "synfig_modules.cfg"

Referenced by synfig::Main::Main().

Function Documentation

static etl::reference_counter synfig_ref_count_ ( )
static
static void broken_pipe_signal ( int  )
static

References synfig::warning().

Referenced by synfig::Main::Main().

bool retrieve_modules_to_load ( String  filename,
std::list< String > &  modules_to_load 
)

Referenced by synfig::Main::Main().

static const String current_time ( )
static