|
gdlmm
3.7.3
|


Public Member Functions | |
| DockItem (DockItem&& src) noexcept | |
| DockItem& | operator= (DockItem&& src) noexcept |
| DockItem (const DockItem&)=delete | |
| DockItem& | operator= (const DockItem&)=delete |
| ~DockItem () noexcept override | |
| GdlDockItem* | gobj () |
| Provides access to the underlying C GtkObject. More... | |
| const GdlDockItem* | gobj () const |
| Provides access to the underlying C GtkObject. More... | |
| DockItem (const Glib::ustring& name, const Glib::ustring& long_name, DockItemBehavior behavior=static_cast< DockItemBehavior >(DOCK_ITEM_BEH_NORMAL)) | |
| DockItem (const Glib::ustring& name, const Glib::ustring& long_name, const Gtk::StockID& stock_id, DockItemBehavior behavior=static_cast< DockItemBehavior >(DOCK_ITEM_BEH_NORMAL)) | |
| void | dock_to (DockItem& target, DockPlacement position=static_cast< DockPlacement >(DOCK_NONE), int docking_param=-1) |
| void | dock_floating (int docking_param=-1) |
| void | set_orientation (Gtk::Orientation orientation) |
| Gtk::Widget* | get_tablabel () const |
| void | set_tablabel (Gtk::Widget& tablabel) |
| Gtk::Widget* | get_grip () const |
| void | hide_grip () |
| void | show_grip () |
| void | notify_selected () |
| void | bind (Gtk::Widget&dock) |
| void | unbind () |
| void | hide_item () |
| void | iconify_item () |
| void | show_item () |
| void | lock () |
| void | unlock () |
| void | set_default_position (DockObject& reference) |
| void | preferred_size (Gtk::Requisition& req) |
| Glib::PropertyProxy< DockItemBehavior > | property_behavior () |
| General behavior for the dock item (i.e. More... | |
| Glib::PropertyProxy_ReadOnly< DockItemBehavior > | property_behavior () const |
| General behavior for the dock item (i.e. More... | |
| Glib::PropertyProxy< bool > | property_locked () |
| If set, the dock item cannot be dragged around and it doesn't show a grip. More... | |
| Glib::PropertyProxy_ReadOnly< bool > | property_locked () const |
| If set, the dock item cannot be dragged around and it doesn't show a grip. More... | |
| Glib::PropertyProxy< Gtk::Orientation > | property_orientation () |
| Orientation of the docking item. More... | |
| Glib::PropertyProxy_ReadOnly< Gtk::Orientation > | property_orientation () const |
| Orientation of the docking item. More... | |
| Glib::PropertyProxy< int > | property_preferred_height () |
| Preferred height for the dock item. More... | |
| Glib::PropertyProxy_ReadOnly< int > | property_preferred_height () const |
| Preferred height for the dock item. More... | |
| Glib::PropertyProxy< int > | property_preferred_width () |
| Preferred width for the dock item. More... | |
| Glib::PropertyProxy_ReadOnly< int > | property_preferred_width () const |
| Preferred width for the dock item. More... | |
| Glib::PropertyProxy< bool > | property_resize () |
| If set, the dock item can be resized when docked in a GtkPanel widget. More... | |
| Glib::PropertyProxy_ReadOnly< bool > | property_resize () const |
| If set, the dock item can be resized when docked in a GtkPanel widget. More... | |
| Glib::SignalProxy< void > | signal_dock_drag_begin () |
| Glib::SignalProxy< void, bool > | signal_dock_drag_end () |
| Glib::SignalProxy< void, const Glib::RefPtr< Gdk::Device >&, int, int > | signal_dock_drag_motion () |
| Glib::SignalProxy< void > | signal_selected () |
Public Member Functions inherited from Gdl::DockObject | |
| DockObject (DockObject&& src) noexcept | |
| DockObject& | operator= (DockObject&& src) noexcept |
| DockObject (const DockObject&)=delete | |
| DockObject& | operator= (const DockObject&)=delete |
| ~DockObject () noexcept override | |
| GdlDockObject* | gobj () |
| Provides access to the underlying C GtkObject. More... | |
| const GdlDockObject* | gobj () const |
| Provides access to the underlying C GtkObject. More... | |
| bool | is_compound () const |
| void | detach (bool recursive=true) |
| DockObject* | get_parent_object () const |
| void | freeze () |
| void | thaw () |
| void | reduce () |
| template<class OtherType > | |
| void | dock (DockObject& requestor, const OtherType& other_data, DockPlacement position=static_cast< DockPlacement >(DOCK_NONE)) |
| void | dock (DockObject& requestor, DockPlacement position=static_cast< DockPlacement >(DOCK_NONE)) |
| void | bind (const Glib::RefPtr< DockMaster >& master) |
| void | unbind () |
| bool | is_bound () const |
| template<class OtherType > | |
| bool | reorder (DockObject& child, const OtherType& other_data, DockPlacement new_position=static_cast< DockPlacement >(DOCK_NONE)) |
| bool | reorder (DockObject& child, DockPlacement new_position=static_cast< DockPlacement >(DOCK_NONE)) |
| void | present (DockObject& child) |
| bool | child_placement (DockObject& child, DockPlacement placement=static_cast< DockPlacement >(DOCK_NONE)) |
| bool | is_automatic () |
| void | set_manual () |
| Glib::RefPtr< DockMaster > | get_master () |
| Glib::PropertyProxy< Glib::ustring > | property_long_name () |
| Human readable name for the dock object. More... | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_long_name () const |
| Human readable name for the dock object. More... | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_name () const |
| Unique name for identifying the dock object. More... | |
| Glib::PropertyProxy< Glib::RefPtr< DockMaster > > | property_master () |
| Dock master this dock object is bound to. More... | |
| Glib::PropertyProxy_ReadOnly< Glib::RefPtr< DockMaster > > | property_master () const |
| Dock master this dock object is bound to. More... | |
| Glib::PropertyProxy< Glib::ustring > | property_stock_id () |
| Stock icon for the dock object. More... | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_stock_id () const |
| Stock icon for the dock object. More... | |
| Glib::SignalProxy< void, bool > | signal_detach () |
| Glib::SignalProxy< void, DockObject&, DockPlacement, const Glib::ValueBase*> | signal_dock () |
Static Public Member Functions | |
| static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system. More... | |
Static Public Member Functions inherited from Gdl::DockObject | |
| static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system. More... | |
Protected Member Functions | |
| virtual void | on_dock_drag_begin () |
| This is a default handler for the signal signal_dock_drag_begin(). More... | |
| virtual void | on_dock_drag_end (bool cancel) |
| This is a default handler for the signal signal_dock_drag_end(). More... | |
| virtual void | on_dock_drag_motion (const Glib::RefPtr< Gdk::Device >& device, int x, int y) |
| This is a default handler for the signal signal_dock_drag_motion(). More... | |
Protected Member Functions inherited from Gdl::DockObject | |
| DockObject () | |
| void | dock (DockObject& requestor, const Glib::ValueBase& other_data, DockPlacement position=static_cast< DockPlacement >(DOCK_NONE)) |
| bool | reorder (DockObject& child, const Glib::ValueBase& other_data, DockPlacement new_position=static_cast< DockPlacement >(DOCK_NONE)) |
Related Functions | |
(Note that these are not member functions.) | |
| Gdl::DockItem* | wrap (GdlDockItem* object, bool take_copy=false) |
| A Glib::wrap() method for this object. More... | |
Related Functions inherited from Gdl::DockObject | |
| Gdl::DockObject* | wrap (GdlDockObject* object, bool take_copy=false) |
| A Glib::wrap() method for this object. More... | |
|
noexcept |
|
delete |
|
overridenoexcept |
| Gdl::DockItem::DockItem | ( | const Glib::ustring & | name, |
| const Glib::ustring & | long_name, | ||
| DockItemBehavior | behavior = static_cast< DockItemBehavior >(DOCK_ITEM_BEH_NORMAL) |
||
| ) |
| Gdl::DockItem::DockItem | ( | const Glib::ustring & | name, |
| const Glib::ustring & | long_name, | ||
| const Gtk::StockID & | stock_id, | ||
| DockItemBehavior | behavior = static_cast< DockItemBehavior >(DOCK_ITEM_BEH_NORMAL) |
||
| ) |
| void Gdl::DockItem::bind | ( | Gtk::Widget & | dock | ) |
| void Gdl::DockItem::dock_floating | ( | int | docking_param = -1 | ) |
| void Gdl::DockItem::dock_to | ( | DockItem& | target, |
| DockPlacement | position = static_cast< DockPlacement >(DOCK_NONE), |
||
| int | docking_param = -1 |
||
| ) |
| Gtk::Widget* Gdl::DockItem::get_grip | ( | ) | const |
| Gtk::Widget* Gdl::DockItem::get_tablabel | ( | ) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GtkObject.
|
inline |
Provides access to the underlying C GtkObject.
| void Gdl::DockItem::hide_grip | ( | ) |
| void Gdl::DockItem::hide_item | ( | ) |
| void Gdl::DockItem::iconify_item | ( | ) |
| void Gdl::DockItem::lock | ( | ) |
| void Gdl::DockItem::notify_selected | ( | ) |
|
protectedvirtual |
This is a default handler for the signal signal_dock_drag_begin().
|
protectedvirtual |
This is a default handler for the signal signal_dock_drag_end().
|
protectedvirtual |
This is a default handler for the signal signal_dock_drag_motion().
| void Gdl::DockItem::preferred_size | ( | Gtk::Requisition & | req | ) |
| Glib::PropertyProxy< DockItemBehavior > Gdl::DockItem::property_behavior | ( | ) |
General behavior for the dock item (i.e.
whether it can float, if it's locked, etc.).
| Glib::PropertyProxy_ReadOnly< DockItemBehavior > Gdl::DockItem::property_behavior | ( | ) | const |
General behavior for the dock item (i.e.
whether it can float, if it's locked, etc.).
| Glib::PropertyProxy< bool > Gdl::DockItem::property_locked | ( | ) |
If set, the dock item cannot be dragged around and it doesn't show a grip.
| Glib::PropertyProxy_ReadOnly< bool > Gdl::DockItem::property_locked | ( | ) | const |
If set, the dock item cannot be dragged around and it doesn't show a grip.
| Glib::PropertyProxy< Gtk::Orientation > Gdl::DockItem::property_orientation | ( | ) |
Orientation of the docking item.
| Glib::PropertyProxy_ReadOnly< Gtk::Orientation > Gdl::DockItem::property_orientation | ( | ) | const |
Orientation of the docking item.
| Glib::PropertyProxy< int > Gdl::DockItem::property_preferred_height | ( | ) |
Preferred height for the dock item.
| Glib::PropertyProxy_ReadOnly< int > Gdl::DockItem::property_preferred_height | ( | ) | const |
Preferred height for the dock item.
| Glib::PropertyProxy< int > Gdl::DockItem::property_preferred_width | ( | ) |
Preferred width for the dock item.
| Glib::PropertyProxy_ReadOnly< int > Gdl::DockItem::property_preferred_width | ( | ) | const |
Preferred width for the dock item.
| Glib::PropertyProxy< bool > Gdl::DockItem::property_resize | ( | ) |
If set, the dock item can be resized when docked in a GtkPanel widget.
| Glib::PropertyProxy_ReadOnly< bool > Gdl::DockItem::property_resize | ( | ) | const |
If set, the dock item can be resized when docked in a GtkPanel widget.
| void Gdl::DockItem::set_default_position | ( | DockObject& | reference | ) |
| void Gdl::DockItem::set_orientation | ( | Gtk::Orientation | orientation | ) |
| void Gdl::DockItem::set_tablabel | ( | Gtk::Widget & | tablabel | ) |
| void Gdl::DockItem::show_grip | ( | ) |
| void Gdl::DockItem::show_item | ( | ) |
| Glib::SignalProxy< void > Gdl::DockItem::signal_dock_drag_begin | ( | ) |
void on_my_dock_drag_begin()Flags: Run First
| Glib::SignalProxy< void,bool > Gdl::DockItem::signal_dock_drag_end | ( | ) |
void on_my_dock_drag_end(bool cancel)Flags: Run First
| Glib::SignalProxy< void,const Glib::RefPtr<Gdk::Device>&,int,int > Gdl::DockItem::signal_dock_drag_motion | ( | ) |
void on_my_dock_drag_motion(const Glib::RefPtr<Gdk::Device>& device, int x, int y)Flags: Run First
| Glib::SignalProxy< void > Gdl::DockItem::signal_selected | ( | ) |
void on_my_selected()Flags: Run First
| void Gdl::DockItem::unbind | ( | ) |
| void Gdl::DockItem::unlock | ( | ) |
|
related |
A Glib::wrap() method for this object.
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
1.8.13