|
| | DockPlaceholder (DockPlaceholder&& src) noexcept |
| |
| DockPlaceholder& | operator= (DockPlaceholder&& src) noexcept |
| |
| | DockPlaceholder (const DockPlaceholder&)=delete |
| |
| DockPlaceholder& | operator= (const DockPlaceholder&)=delete |
| |
| | ~DockPlaceholder () noexcept override |
| |
| GdlDockPlaceholder* | gobj () |
| | Provides access to the underlying C GtkObject. More...
|
| |
| const GdlDockPlaceholder* | gobj () const |
| | Provides access to the underlying C GtkObject. More...
|
| |
| | DockPlaceholder (const Glib::ustring name, const DockObject& object, DockPlacement position=static_cast< DockPlacement >(DOCK_NONE), bool sticky=true) |
| |
| void | attach (DockObject& object) |
| |
| Glib::PropertyProxy_ReadOnly< bool > | property_floating () const |
| | Whether the placeholder is standing in for a floating toplevel dock. More...
|
| |
| Glib::PropertyProxy_ReadOnly< int > | property_floatx () const |
| | X coordinate for dock when floating. More...
|
| |
| Glib::PropertyProxy_ReadOnly< int > | property_floaty () const |
| | Y coordinate for dock when floating. More...
|
| |
| Glib::PropertyProxy< int > | property_height () |
| | Height for the widget when it's attached to the placeholder. More...
|
| |
| Glib::PropertyProxy_ReadOnly< int > | property_height () const |
| | Height for the widget when it's attached to the placeholder. More...
|
| |
| Glib::PropertyProxy< int > | property_width () |
| | Width for the widget when it's attached to the placeholder. More...
|
| |
| Glib::PropertyProxy_ReadOnly< int > | property_width () const |
| | Width for the widget when it's attached to the placeholder. More...
|
| |
| Glib::PropertyProxy< DockObject*> | property_host () |
| | The dock object this placeholder is attached to. More...
|
| |
| Glib::PropertyProxy_ReadOnly< DockObject*> | property_host () const |
| | The dock object this placeholder is attached to. More...
|
| |
| Glib::PropertyProxy< DockPlacement > | property_next_placement () |
| | The position an item will be docked to our host if a request is made to dock to us. More...
|
| |
| Glib::PropertyProxy_ReadOnly< DockPlacement > | property_next_placement () const |
| | The position an item will be docked to our host if a request is made to dock to us. More...
|
| |
| Glib::PropertyProxy_ReadOnly< bool > | property_sticky () const |
| | Whether the placeholder will stick to its host or move up the hierarchy when the host is redocked. More...
|
| |
| | 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 () |
| |