synfig-studio  1.0.3
Public Types | Public Member Functions | Public Attributes | List of all members
studio::LayerGroupTree Class Reference

#include <layergrouptree.h>

Public Types

typedef std::list
< synfig::Layer::Handle > 
LayerList

Public Member Functions

 LayerGroupTree ()
 ~LayerGroupTree ()
Glib::RefPtr< LayerGroupTreeStoreget_model ()
sigc::signal< void,
etl::handle< synfig::Layer > > & 
signal_popup_layer_menu ()
void set_model (Glib::RefPtr< LayerGroupTreeStore > layer_group_tree_store_)
void set_editable (bool x=true)
bool get_editable () const
std::list< synfig::String > get_selected_groups () const
LayerList get_selected_layers () const

Public Attributes

LayerGroupTreeStore::Model model

Member Typedef Documentation

typedef std::list<synfig::Layer::Handle> studio::LayerGroupTree::LayerList

Constructor & Destructor Documentation

LayerGroupTree::LayerGroupTree ( )
LayerGroupTree::~LayerGroupTree ( )

Member Function Documentation

Glib::RefPtr<LayerGroupTreeStore> studio::LayerGroupTree::get_model ( )
inline
sigc::signal<void,etl::handle<synfig::Layer> >& studio::LayerGroupTree::signal_popup_layer_menu ( )
inline
void LayerGroupTree::set_model ( Glib::RefPtr< LayerGroupTreeStore layer_group_tree_store_)
void LayerGroupTree::set_editable ( bool  x = true)
bool studio::LayerGroupTree::get_editable ( ) const
inline
std::list< synfig::String > LayerGroupTree::get_selected_groups ( ) const
LayerGroupTree::LayerList LayerGroupTree::get_selected_layers ( ) const

Member Data Documentation

LayerGroupTreeStore::Model studio::LayerGroupTree::model

The documentation for this class was generated from the following files: