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

#include <historytreestore.h>

Public Member Functions

 Model ()

Public Attributes

Gtk::TreeModelColumn
< etl::handle
< synfigapp::Action::Undoable > > 
action
Gtk::TreeModelColumn
< Glib::ustring > 
name
Gtk::TreeModelColumn
< Glib::RefPtr< Gdk::Pixbuf > > 
icon
Gtk::TreeModelColumn< bool > is_active
Gtk::TreeModelColumn< bool > is_undo
Gtk::TreeModelColumn< bool > is_redo
Gtk::TreeModelColumn
< Glib::ustring > 
canvas_id
Gtk::TreeModelColumn
< synfig::Canvas::Handle > 
canvas

Constructor & Destructor Documentation

studio::HistoryTreeStore::Model::Model ( )
inline

Member Data Documentation

Gtk::TreeModelColumn<etl::handle<synfigapp::Action::Undoable> > studio::HistoryTreeStore::Model::action
Gtk::TreeModelColumn<Glib::ustring> studio::HistoryTreeStore::Model::name
Gtk::TreeModelColumn<Glib::RefPtr<Gdk::Pixbuf> > studio::HistoryTreeStore::Model::icon

Referenced by Model().

Gtk::TreeModelColumn<bool> studio::HistoryTreeStore::Model::is_active
Gtk::TreeModelColumn<bool> studio::HistoryTreeStore::Model::is_undo
Gtk::TreeModelColumn<bool> studio::HistoryTreeStore::Model::is_redo
Gtk::TreeModelColumn<Glib::ustring> studio::HistoryTreeStore::Model::canvas_id
Gtk::TreeModelColumn<synfig::Canvas::Handle> studio::HistoryTreeStore::Model::canvas

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