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

#include <dockdroparea.h>

Public Member Functions

 DockDropArea (Gtk::Widget *target=NULL)

Public Attributes

Gtk::Widget * target

Protected Member Functions

void drop_on (bool vertical, bool first, const Glib::RefPtr< Gdk::DragContext > &context, const Gtk::SelectionData &selection_data, guint time)
void drop_on_left (const Glib::RefPtr< Gdk::DragContext > &context, int, int, const Gtk::SelectionData &selection_data, guint, guint time)
void drop_on_right (const Glib::RefPtr< Gdk::DragContext > &context, int, int, const Gtk::SelectionData &selection_data, guint, guint time)
void drop_on_top (const Glib::RefPtr< Gdk::DragContext > &context, int, int, const Gtk::SelectionData &selection_data, guint, guint time)
void drop_on_bottom (const Glib::RefPtr< Gdk::DragContext > &context, int, int, const Gtk::SelectionData &selection_data, guint, guint time)

Constructor & Destructor Documentation

DockDropArea::DockDropArea ( Gtk::Widget *  target = NULL)

Member Function Documentation

void DockDropArea::drop_on ( bool  vertical,
bool  first,
const Glib::RefPtr< Gdk::DragContext > &  context,
const Gtk::SelectionData &  selection_data,
guint  time 
)
protected
void DockDropArea::drop_on_left ( const Glib::RefPtr< Gdk::DragContext > &  context,
int  ,
int  ,
const Gtk::SelectionData &  selection_data,
guint  ,
guint  time 
)
protected

References drop_on().

Referenced by DockDropArea().

void DockDropArea::drop_on_right ( const Glib::RefPtr< Gdk::DragContext > &  context,
int  ,
int  ,
const Gtk::SelectionData &  selection_data,
guint  ,
guint  time 
)
protected

References drop_on().

Referenced by DockDropArea().

void DockDropArea::drop_on_top ( const Glib::RefPtr< Gdk::DragContext > &  context,
int  ,
int  ,
const Gtk::SelectionData &  selection_data,
guint  ,
guint  time 
)
protected

References drop_on().

Referenced by DockDropArea().

void DockDropArea::drop_on_bottom ( const Glib::RefPtr< Gdk::DragContext > &  context,
int  ,
int  ,
const Gtk::SelectionData &  selection_data,
guint  ,
guint  time 
)
protected

References drop_on().

Referenced by DockDropArea().

Member Data Documentation

Gtk::Widget* studio::DockDropArea::target

Referenced by drop_on().


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