|
| virtual | ~DockObject () |
| |
| GdlDockObject* | gobj () |
| | Provides access to the underlying C GtkObject.
|
| |
| const GdlDockObject* | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| |
| 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.
|
| |
Glib::PropertyProxy_ReadOnly
< Glib::ustring > | property_long_name () const |
| | Human readable name for the dock object.
|
| |
Glib::PropertyProxy_ReadOnly
< Glib::ustring > | property_name () const |
| | Unique name for identifying the dock object.
|
| |
Glib::PropertyProxy
< Glib::RefPtr< DockMaster > > | property_master () |
| | Dock master this dock object is bound to.
|
| |
Glib::PropertyProxy_ReadOnly
< Glib::RefPtr< DockMaster > > | property_master () const |
| | Dock master this dock object is bound to.
|
| |
Glib::PropertyProxy
< Glib::ustring > | property_stock_id () |
| | Stock icon for the dock object.
|
| |
Glib::PropertyProxy_ReadOnly
< Glib::ustring > | property_stock_id () const |
| | Stock icon for the dock object.
|
| |
| Glib::SignalProxy1< void, bool > | signal_detach () |
| |
Glib::SignalProxy3< void,
DockObject&, DockPlacement,
const Glib::ValueBase* > | signal_dock () |
| |
|
| static GType | get_type () |
| | Get the GType for this class, for use with the underlying GObject type system.
|
| |
| virtual Gdl::DockObject::~DockObject |
( |
| ) |
|
|
virtual |
| Gdl::DockObject::DockObject |
( |
| ) |
|
|
protected |
| void Gdl::DockObject::detach |
( |
bool |
recursive = true | ) |
|
template <class OtherType >
| void Gdl::DockObject::freeze |
( |
| ) |
|
| DockObject* Gdl::DockObject::get_parent_object |
( |
| ) |
const |
| static GType Gdl::DockObject::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
| GdlDockObject* Gdl::DockObject::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GtkObject.
| const GdlDockObject* Gdl::DockObject::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GtkObject.
| bool Gdl::DockObject::is_automatic |
( |
| ) |
|
| bool Gdl::DockObject::is_bound |
( |
| ) |
const |
| bool Gdl::DockObject::is_compound |
( |
| ) |
const |
| void Gdl::DockObject::present |
( |
DockObject& |
child | ) |
|
Human readable name for the dock object.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.
Human readable name for the dock object.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
Dock master this dock object is bound to.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.
Dock master this dock object is bound to.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
Unique name for identifying the dock object.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
Stock icon for the dock object.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.
Stock icon for the dock object.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
| void Gdl::DockObject::reduce |
( |
| ) |
|
template <class OtherType >
| void Gdl::DockObject::set_manual |
( |
| ) |
|
- Slot Prototype:
void on_my_detach(bool arg1)
| void Gdl::DockObject::thaw |
( |
| ) |
|
| void Gdl::DockObject::unbind |
( |
| ) |
|
A Glib::wrap() method for this object.
- Parameters
-
| 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. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: