ardour
Public Types | Public Member Functions | Private Attributes | List of all members
Gtkmm2ext::CellRendererPixbufMulti Class Reference

#include <cell_renderer_pixbuf_multi.h>

Inheritance diagram for Gtkmm2ext::CellRendererPixbufMulti:

Public Types

typedef sigc::signal< void,
const Glib::ustring & > 
SignalChanged
 

Public Member Functions

 CellRendererPixbufMulti ()
 
virtual ~CellRendererPixbufMulti ()
 
virtual void render_vfunc (const Glib::RefPtr< Gdk::Drawable > &window, Gtk::Widget &widget, const Gdk::Rectangle &background_area, const Gdk::Rectangle &cell_area, const Gdk::Rectangle &expose_area, Gtk::CellRendererState flags)
 
virtual void get_size_vfunc (Gtk::Widget &widget, const Gdk::Rectangle *cell_area, int *x_offset, int *y_offset, int *width, int *height) const
 
virtual bool activate_vfunc (GdkEvent *, Gtk::Widget &, const Glib::ustring &path, const Gdk::Rectangle &, const Gdk::Rectangle &, Gtk::CellRendererState)
 
Glib::PropertyProxy_Base _property_renderable ()
 
Glib::PropertyProxy< uint32_t > property_state ()
 
void set_pixbuf (uint32_t state, Glib::RefPtr< Gdk::Pixbuf > pixbuf)
 
SignalChangedsignal_changed ()
 

Private Attributes

Glib::Property< uint32_t > property_state_
 
std::map< uint32_t,
Glib::RefPtr< Gdk::Pixbuf > > 
_pixbufs
 
SignalChanged signal_changed_
 

Detailed Description

Definition at line 38 of file cell_renderer_pixbuf_multi.h.

Member Typedef Documentation

typedef sigc::signal<void, const Glib::ustring&> Gtkmm2ext::CellRendererPixbufMulti::SignalChanged

Definition at line 57 of file cell_renderer_pixbuf_multi.h.

Constructor & Destructor Documentation

CellRendererPixbufMulti::CellRendererPixbufMulti ( )

Definition at line 33 of file cell_renderer_pixbuf_multi.cc.

virtual Gtkmm2ext::CellRendererPixbufMulti::~CellRendererPixbufMulti ( )
inlinevirtual

Definition at line 43 of file cell_renderer_pixbuf_multi.h.

Member Function Documentation

Glib::PropertyProxy_Base CellRendererPixbufMulti::_property_renderable ( )

Definition at line 52 of file cell_renderer_pixbuf_multi.cc.

bool CellRendererPixbufMulti::activate_vfunc ( GdkEvent *  ,
Gtk::Widget &  ,
const Glib::ustring &  path,
const Gdk::Rectangle &  ,
const Gdk::Rectangle &  ,
Gtk::CellRendererState   
)
virtual

Definition at line 58 of file cell_renderer_pixbuf_multi.cc.

void CellRendererPixbufMulti::get_size_vfunc ( Gtk::Widget &  widget,
const Gdk::Rectangle *  cell_area,
int *  x_offset,
int *  y_offset,
int *  width,
int *  height 
) const
virtual

Definition at line 78 of file cell_renderer_pixbuf_multi.cc.

Glib::PropertyProxy< uint32_t > CellRendererPixbufMulti::property_state ( )

Definition at line 45 of file cell_renderer_pixbuf_multi.cc.

void CellRendererPixbufMulti::render_vfunc ( const Glib::RefPtr< Gdk::Drawable > &  window,
Gtk::Widget &  widget,
const Gdk::Rectangle &  background_area,
const Gdk::Rectangle &  cell_area,
const Gdk::Rectangle &  expose_area,
Gtk::CellRendererState  flags 
)
virtual

Definition at line 65 of file cell_renderer_pixbuf_multi.cc.

void CellRendererPixbufMulti::set_pixbuf ( uint32_t  state,
Glib::RefPtr< Gdk::Pixbuf >  pixbuf 
)

Definition at line 83 of file cell_renderer_pixbuf_multi.cc.

CellRendererPixbufMulti::SignalChanged & CellRendererPixbufMulti::signal_changed ( )

Definition at line 88 of file cell_renderer_pixbuf_multi.cc.

Member Data Documentation

std::map<uint32_t,Glib::RefPtr<Gdk::Pixbuf> > Gtkmm2ext::CellRendererPixbufMulti::_pixbufs
private

Definition at line 66 of file cell_renderer_pixbuf_multi.h.

Glib::Property<uint32_t> Gtkmm2ext::CellRendererPixbufMulti::property_state_
private

Definition at line 64 of file cell_renderer_pixbuf_multi.h.

SignalChanged Gtkmm2ext::CellRendererPixbufMulti::signal_changed_
private

Definition at line 70 of file cell_renderer_pixbuf_multi.h.


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