synfig-studio
1.0.3
|
#include <main.h>
Public Member Functions | |
Main (const synfig::String &basepath, synfig::ProgressCallback *cb=0) | |
~Main () | |
const etl::reference_counter & | ref_count () const |
Static Public Member Functions | |
static const synfig::Color & | get_outline_color () |
static const synfig::Color & | get_fill_color () |
static const synfig::Gradient & | get_gradient () |
static const synfig::Distance & | get_bline_width () |
static synfig::Waypoint::Interpolation | get_interpolation () |
static void | set_interpolation (synfig::Waypoint::Interpolation x) |
static void | set_bline_width (synfig::Distance x) |
static void | set_outline_color (synfig::Color color) |
static void | set_fill_color (synfig::Color color) |
static void | set_gradient (synfig::Gradient gradient) |
static void | set_gradient_default_colors () |
static void | color_swap () |
static synfig::Color::BlendMethod | get_blend_method () |
static sigc::signal< void > & | signal_interpolation_changed () |
static InputDevice::Handle | add_input_device (const synfig::String id_, InputDevice::Type type_=InputDevice::TYPE_MOUSE) |
static InputDevice::Handle | find_input_device (const synfig::String id_) |
static InputDevice::Handle | select_input_device (const synfig::String id_) |
static bool | select_input_device (InputDevice::Handle input_device) |
static InputDevice::Handle | get_selected_input_device () |
static void | set_state (synfig::String state) |
static Settings & | settings () |
static sigc::signal< void > & | signal_outline_color_changed () |
static sigc::signal< void > & | signal_fill_color_changed () |
static sigc::signal< void > & | signal_gradient_changed () |
static sigc::signal< void > & | signal_bline_width_changed () |
static synfig::String | get_user_app_directory () |
synfigapp::Main::Main | ( | const synfig::String & | basepath, |
synfig::ProgressCallback * | cb = 0 |
||
) |
synfigapp::Main::~Main | ( | ) |
|
inline |
|
static |
References outline_.
Referenced by synfigapp::CanvasInterface::apply_layer_param_defaults(), and synfigapp::Action::ColorSet::set_param().
|
static |
References fill_.
Referenced by synfigapp::CanvasInterface::apply_layer_param_defaults(), and synfigapp::Action::ColorSet::set_param().
|
static |
References gradient_.
Referenced by synfigapp::CanvasInterface::apply_layer_param_defaults(), and synfigapp::Action::GradientSet::set_param().
|
static |
References bline_width_.
Referenced by synfigapp::CanvasInterface::apply_layer_param_defaults().
|
static |
References interpolation_.
Referenced by synfigapp::Action::ValueDescSet::prepare().
|
static |
References interpolation_.
|
static |
References bline_width_, and selected_input_device_.
Referenced by studio::App::App(), and Main().
|
static |
References fill_, gradient_, gradient_default_colors_, outline_, and selected_input_device_.
Referenced by Main().
|
static |
References fill_, gradient_, gradient_default_colors_, outline_, and selected_input_device_.
Referenced by Main().
|
static |
References gradient_, and gradient_default_colors_.
|
static |
References fill_, gradient_, gradient_default_colors_, and outline_.
Referenced by Main().
|
static |
References fill_, gradient_, gradient_default_colors_, outline_, and selected_input_device_.
|
static |
Referenced by synfigapp::CanvasInterface::apply_layer_param_defaults().
|
static |
References signal_interpolation_changed_.
|
static |
References input_devices_.
Referenced by studio::DeviceTracker::DeviceTracker().
|
static |
References input_devices_.
Referenced by studio::DeviceTracker::load_preferences(), and studio::DeviceTracker::save_preferences().
|
static |
Referenced by studio::DeviceTracker::DeviceTracker().
|
static |
References selected_input_device_.
|
static |
References selected_input_device_.
Referenced by studio::App::App().
|
static |
References selected_input_device_.
Referenced by studio::Dock_Toolbox::set_active_state().
|
static |
|
static |
References signal_outline_color_changed_.
Referenced by studio::Widget_Defaults::Widget_Defaults().
|
static |
References signal_fill_color_changed_.
Referenced by studio::Widget_Defaults::Widget_Defaults().
|
static |
References signal_gradient_changed_.
Referenced by studio::Widget_Defaults::Widget_Defaults().
|
static |
References signal_bline_width_changed_.
Referenced by studio::Widget_Defaults::Widget_Defaults().
|
static |
References SYNFIG_USER_APP_DIR.
Referenced by studio::App::App(), studio::IPC::fifo_path(), studio::App::get_config_file(), studio::AutoRecover::get_shadow_directory(), and synfigapp::PluginLauncher::PluginLauncher().