synfig-studio  1.0.3
Macros | Functions
layertree.cpp File Reference

Template File. More...

#include "layertree.h"
#include "layerparamtreestore.h"
#include "cellrenderer/cellrenderer_value.h"
#include "cellrenderer/cellrenderer_timetrack.h"
#include <synfigapp/action.h>
#include <synfigapp/instance.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/paned.h>
#include "app.h"
#include "instance.h"
#include <gtkmm/treemodelsort.h>
#include <synfig/timepointcollect.h>
#include "general.h"

Macros

#define SMALL_BUTTON(button, stockid, tooltip)
#define NORMAL_BUTTON(button, stockid, tooltip)
#define NEW_SMALL_BUTTON(x, y, z)   Gtk::Button *SMALL_BUTTON(x,y,z)
#define NOT_IMPLEMENTED_SLOT   sigc::mem_fun(*reinterpret_cast<studio::CanvasViewUIInterface*>(get_ui_interface().get()),&studio::CanvasViewUIInterface::not_implemented)

Functions

static void __layer_grabber (const Gtk::TreeModel::iterator &iter, LayerTree::LayerList *ret)

Detailed Description

Template File.

$Id$

Macro Definition Documentation

#define SMALL_BUTTON (   button,
  stockid,
  tooltip 
)
Value:
button = manage(new class Gtk::Button()); \
icon=manage(new Gtk::Image(Gtk::StockID(stockid),iconsize)); \
button->add(*icon); \
button->set_tooltip_text(tooltip); \
icon->set_padding(0,0);\
icon->show(); \
button->set_relief(Gtk::RELIEF_NONE); \
button->show()

Referenced by studio::LayerTree::LayerTree().

#define NORMAL_BUTTON (   button,
  stockid,
  tooltip 
)
Value:
button = manage(new class Gtk::Button()); \
icon=manage(new Gtk::Image(Gtk::StockID(stockid),Gtk::ICON_SIZE_BUTTON)); \
button->add(*icon); \
button->set_tooltip_text(tooltip); \
icon->set_padding(0,0);\
icon->show(); \
/*button->set_relief(Gtk::RELIEF_NONE);*/ \
button->show()
#define NEW_SMALL_BUTTON (   x,
  y,
 
)    Gtk::Button *SMALL_BUTTON(x,y,z)
#define NOT_IMPLEMENTED_SLOT   sigc::mem_fun(*reinterpret_cast<studio::CanvasViewUIInterface*>(get_ui_interface().get()),&studio::CanvasViewUIInterface::not_implemented)

Function Documentation

static void __layer_grabber ( const Gtk::TreeModel::iterator &  iter,
LayerTree::LayerList ret 
)
inlinestatic