|
Guitarix
|
#include <gx_main_window.h>
Public Member Functions | |
| DragIcon (PluginUI &plugin, Glib::RefPtr< Gdk::DragContext > context, gx_system::CmdlineOptions &options, int xoff=0) | |
| ~DragIcon () | |
Private Types | |
| enum | { gradient_length = 60 } |
Private Member Functions | |
| bool | icon_draw (const Cairo::RefPtr< Cairo::Context > &cr) |
| void | create_drag_icon_pixbuf (const PluginUI &plugin, Glib::RefPtr< Gdk::Visual > rgba, gx_system::CmdlineOptions &options) |
| bool | window_draw (const Cairo::RefPtr< Cairo::Context > &cr, Gtk::OffscreenWindow &w) |
Private Attributes | |
| Gtk::Window * | window |
| Glib::RefPtr< Gdk::Pixbuf > | drag_icon_pixbuf |
Definition at line 250 of file gx_main_window.h.
|
private |
| Enumerator | |
|---|---|
| gradient_length | |
Definition at line 252 of file gx_main_window.h.
| DragIcon::DragIcon | ( | PluginUI & | plugin, |
| Glib::RefPtr< Gdk::DragContext > | context, | ||
| gx_system::CmdlineOptions & | options, | ||
| int | xoff = 0 |
||
| ) |
| DragIcon::~DragIcon | ( | ) |
|
private |
|
private |
|
private |
|
private |
Definition at line 254 of file gx_main_window.h.
|
private |
Definition at line 253 of file gx_main_window.h.