#include <gx_main_window.h>
|
bool | drag_highlight_draw (const Cairo::RefPtr< Cairo::Context > &, int y0) |
|
void | find_index (int x, int y, string *before, int *ypos) |
|
bool | check_targets (const std::vector< std::string > &tgts1, const std::vector< std::string > &tgts2) |
|
virtual bool | on_drag_motion (const Glib::RefPtr< Gdk::DragContext > &context, int x, int y, guint timestamp) |
|
virtual void | on_drag_leave (const Glib::RefPtr< Gdk::DragContext > &context, guint timestamp) |
|
virtual void | on_drag_data_received (const Glib::RefPtr< Gdk::DragContext > &context, int x, int y, const Gtk::SelectionData &data, guint info, guint timestamp) |
|
virtual void | on_add (Widget *ch) |
|
bool | scroll_timeout () |
|
bool | scrollother_timeout () |
|
Definition at line 358 of file gx_main_window.h.
◆ rackbox_const_list
◆ rackbox_list
◆ RackContainer()
RackContainer::RackContainer |
( |
PluginDict & |
plugin_dict | ) |
|
◆ add()
void RackContainer::add |
( |
RackBox & |
r, |
|
|
int |
pos = -1 |
|
) |
| |
◆ change_child_count()
void RackContainer::change_child_count |
( |
int |
n | ) |
|
|
inline |
◆ check_targets()
bool RackContainer::check_targets |
( |
const std::vector< std::string > & |
tgts1, |
|
|
const std::vector< std::string > & |
tgts2 |
|
) |
| |
|
private |
◆ drag_highlight_draw()
bool RackContainer::drag_highlight_draw |
( |
const Cairo::RefPtr< Cairo::Context > & |
, |
|
|
int |
y0 |
|
) |
| |
|
private |
◆ ensure_visible()
void RackContainer::ensure_visible |
( |
RackBox & |
child | ) |
|
◆ find_index()
void RackContainer::find_index |
( |
int |
x, |
|
|
int |
y, |
|
|
string * |
before, |
|
|
int * |
ypos |
|
) |
| |
|
private |
◆ get_children() [1/2]
◆ get_children() [2/2]
◆ on_add()
virtual void RackContainer::on_add |
( |
Widget * |
ch | ) |
|
|
privatevirtual |
◆ on_drag_data_received()
virtual void RackContainer::on_drag_data_received |
( |
const Glib::RefPtr< Gdk::DragContext > & |
context, |
|
|
int |
x, |
|
|
int |
y, |
|
|
const Gtk::SelectionData & |
data, |
|
|
guint |
info, |
|
|
guint |
timestamp |
|
) |
| |
|
privatevirtual |
◆ on_drag_leave()
virtual void RackContainer::on_drag_leave |
( |
const Glib::RefPtr< Gdk::DragContext > & |
context, |
|
|
guint |
timestamp |
|
) |
| |
|
privatevirtual |
◆ on_drag_motion()
virtual bool RackContainer::on_drag_motion |
( |
const Glib::RefPtr< Gdk::DragContext > & |
context, |
|
|
int |
x, |
|
|
int |
y, |
|
|
guint |
timestamp |
|
) |
| |
|
privatevirtual |
◆ renumber()
void RackContainer::renumber |
( |
| ) |
|
◆ reorder()
void RackContainer::reorder |
( |
const std::string & |
name, |
|
|
const std::string & |
before |
|
) |
| |
|
inline |
◆ scroll_timeout()
bool RackContainer::scroll_timeout |
( |
| ) |
|
|
private |
◆ scrollother_timeout()
bool RackContainer::scrollother_timeout |
( |
| ) |
|
|
private |
◆ set_child_count()
void RackContainer::set_child_count |
( |
int |
n | ) |
|
◆ set_list_targets()
void RackContainer::set_list_targets |
( |
const std::vector< Gtk::TargetEntry > & |
listTargets, |
|
|
const std::vector< std::string > & |
targets_, |
|
|
const std::vector< std::string > & |
othertargets_ |
|
) |
| |
◆ stop_at_bottom()
double RackContainer::stop_at_bottom |
( |
double |
off, |
|
|
double |
step_size, |
|
|
double |
pagesize |
|
) |
| |
◆ stop_at_top()
double RackContainer::stop_at_top |
( |
double |
off, |
|
|
double |
step_size |
|
) |
| |
◆ autoscroll_connection
sigc::connection RackContainer::autoscroll_connection |
|
private |
◆ count
◆ highlight_connection
sigc::connection RackContainer::highlight_connection |
|
private |
◆ in_drag
int RackContainer::in_drag |
|
private |
◆ othertargets
std::vector<std::string> RackContainer::othertargets |
|
private |
◆ plugin_dict
◆ targets
std::vector<std::string> RackContainer::targets |
|
private |
The documentation for this class was generated from the following file: