#include <compview.h>
Public Member Functions | |
CompView () | |
~CompView () | |
etl::loose_handle < studio::Instance > | get_selected_instance () |
etl::loose_handle< synfig::Canvas > | get_selected_canvas () |
etl::loose_handle < studio::CanvasView > | get_selected_canvas_view () |
void | set_selected_instance (etl::loose_handle< studio::Instance > x) |
void | set_selected_instance_signal (etl::handle< studio::Instance > x) |
void | new_instance (etl::handle< studio::Instance > x) |
void | delete_instance (etl::handle< studio::Instance > x) |
void | refresh_instances () |
bool | close () |
CompView::CompView | ( | ) |
CompView::~CompView | ( | ) |
etl::loose_handle<studio::Instance> studio::CompView::get_selected_instance | ( | ) | [inline] |
Referenced by get_selected_canvas_view().
etl::loose_handle< synfig::Canvas > CompView::get_selected_canvas | ( | ) |
etl::loose_handle< studio::CanvasView > CompView::get_selected_canvas_view | ( | ) |
References get_selected_canvas(), and get_selected_instance().
void CompView::set_selected_instance | ( | etl::loose_handle< studio::Instance > | x | ) |
References studio::App::instance_list, and studio::App::shutdown_in_progress.
Referenced by delete_instance(), new_instance(), and set_selected_instance_signal().
void CompView::set_selected_instance_signal | ( | etl::handle< studio::Instance > | x | ) |
void CompView::new_instance | ( | etl::handle< studio::Instance > | x | ) |
References refresh_instances(), studio::App::set_selected_instance(), set_selected_instance(), and studio::App::shutdown_in_progress.
Referenced by CompView().
void CompView::delete_instance | ( | etl::handle< studio::Instance > | x | ) |
References refresh_instances(), set_selected_instance(), and studio::App::shutdown_in_progress.
Referenced by CompView().
void CompView::refresh_instances | ( | ) |
References studio::App::instance_list, studio::App::set_selected_instance(), and studio::App::shutdown_in_progress.
Referenced by delete_instance(), and new_instance().
bool CompView::close | ( | ) |
Referenced by CompView().