#include <cell_renderer_pixbuf_multi.h>
|
typedef sigc::signal< void, const Glib::ustring & > | SignalChanged |
|
|
| 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) |
|
SignalChanged & | signal_changed () |
|
◆ SignalChanged
◆ CellRendererPixbufMulti()
Gtkmm2ext::CellRendererPixbufMulti::CellRendererPixbufMulti |
( |
| ) |
|
◆ ~CellRendererPixbufMulti()
virtual Gtkmm2ext::CellRendererPixbufMulti::~CellRendererPixbufMulti |
( |
| ) |
|
|
inlinevirtual |
◆ _property_renderable()
Glib::PropertyProxy_Base Gtkmm2ext::CellRendererPixbufMulti::_property_renderable |
( |
| ) |
|
◆ activate_vfunc()
virtual bool Gtkmm2ext::CellRendererPixbufMulti::activate_vfunc |
( |
GdkEvent * |
, |
|
|
Gtk::Widget & |
, |
|
|
const Glib::ustring & |
path, |
|
|
const Gdk::Rectangle & |
, |
|
|
const Gdk::Rectangle & |
, |
|
|
Gtk::CellRendererState |
|
|
) |
| |
|
virtual |
◆ get_size_vfunc()
virtual void Gtkmm2ext::CellRendererPixbufMulti::get_size_vfunc |
( |
Gtk::Widget & |
widget, |
|
|
const Gdk::Rectangle * |
cell_area, |
|
|
int * |
x_offset, |
|
|
int * |
y_offset, |
|
|
int * |
width, |
|
|
int * |
height |
|
) |
| const |
|
virtual |
◆ property_state()
Glib::PropertyProxy<uint32_t> Gtkmm2ext::CellRendererPixbufMulti::property_state |
( |
| ) |
|
◆ render_vfunc()
virtual void Gtkmm2ext::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 |
◆ set_pixbuf()
void Gtkmm2ext::CellRendererPixbufMulti::set_pixbuf |
( |
uint32_t |
state, |
|
|
Glib::RefPtr< Gdk::Pixbuf > |
pixbuf |
|
) |
| |
◆ signal_changed()
SignalChanged& Gtkmm2ext::CellRendererPixbufMulti::signal_changed |
( |
| ) |
|
◆ _pixbufs
std::map<uint32_t,Glib::RefPtr<Gdk::Pixbuf> > Gtkmm2ext::CellRendererPixbufMulti::_pixbufs |
|
private |
◆ property_state_
Glib::Property<uint32_t> Gtkmm2ext::CellRendererPixbufMulti::property_state_ |
|
private |
◆ signal_changed_
SignalChanged Gtkmm2ext::CellRendererPixbufMulti::signal_changed_ |
|
private |
The documentation for this class was generated from the following file: