|
gdlmm
3.3.2
|


Public Member Functions | |
| virtual | ~DockMaster () |
| GdlDockMaster* | gobj () |
| Provides access to the underlying C GObject. | |
| const GdlDockMaster* | gobj () const |
| Provides access to the underlying C GObject. | |
| GdlDockMaster* | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| void | add (DockObject& object) |
| void | remove (DockObject& object) |
| Gdl::DockObject* | get_object (const Glib::ustring& nick_name) const |
| Gdl::DockObject* | get_controller () const |
| void | set_controller (DockObject& object) |
| Glib::PropertyProxy < Glib::ustring > | property_default_title () |
| Default title for newly created floating docks. | |
| Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_default_title () const |
| Default title for newly created floating docks. | |
| Glib::PropertyProxy< int > | property_locked () |
| If is set to 1, all the dock items bound to the master are locked; if it's 0, all are unlocked; -1 indicates inconsistency among the items. | |
| Glib::PropertyProxy_ReadOnly< int > | property_locked () const |
| If is set to 1, all the dock items bound to the master are locked; if it's 0, all are unlocked; -1 indicates inconsistency among the items. | |
| Glib::PropertyProxy < SwitcherStyle > | property_switcher_style () |
| Switcher buttons style. | |
| Glib::PropertyProxy_ReadOnly < SwitcherStyle > | property_switcher_style () const |
| Switcher buttons style. | |
| Glib::SignalProxy0< void > | signal_layout_changed () |
Public Member Functions inherited from Glib::Object | |
| void * | get_data (const QueryQuark &key) |
| void | set_data (const Quark &key, void *data) |
| void | set_data (const Quark &key, void *data, DestroyNotify notify) |
| void | remove_data (const QueryQuark &quark) |
| void * | steal_data (const QueryQuark &quark) |
| void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
| void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
| void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
| void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
| void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
| sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
| void | freeze_notify () |
| void | thaw_notify () |
| virtual void | reference () const |
| virtual void | unreference () const |
| GObject * | gobj () |
| const GObject * | gobj () const |
| GObject * | gobj_copy () const |
| Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) |
Public Member Functions inherited from Glib::ObjectBase | |
| void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
| void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
| void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
| void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
| void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
| sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) |
| void | freeze_notify () |
| void | thaw_notify () |
| GObject * | gobj () |
| const GObject * | gobj () const |
| GObject * | gobj_copy () const |
Public Member Functions inherited from sigc::trackable | |
| trackable (const trackable &src) | |
| trackable & | operator= (const trackable &src) |
| void | add_destroy_notify_callback (void *data, func_destroy_notify func) const |
| void | remove_destroy_notify_callback (void *data) const |
| void | notify_callbacks () |
Static Public Member Functions | |
| static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system. | |
| static Glib::RefPtr< DockMaster > | create () |
Protected Member Functions | |
| DockMaster () | |
| virtual void | on_layout_changed () |
| This is a default handler for the signal signal_layout_changed(). | |
Protected Member Functions inherited from Glib::Object | |
| Object () | |
| Object (const Glib::ConstructParams &construct_params) | |
| Object (GObject *castitem) | |
| virtual | ~Object () |
| ObjectBase () | |
| ObjectBase (const char *custom_type_name) | |
| ObjectBase (const std::type_info &custom_type_info) | |
| virtual | ~ObjectBase ()=0 |
| void | initialize (GObject *castitem) |
Protected Member Functions inherited from Glib::ObjectBase | |
| ObjectBase () | |
| ObjectBase (const char *custom_type_name) | |
| ObjectBase (const std::type_info &custom_type_info) | |
| void | initialize (GObject *castitem) |
Related Functions | |
(Note that these are not member functions.) | |
| Glib::RefPtr< Gdl::DockMaster > | wrap (GdlDockMaster* object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
Additional Inherited Members | |
Public Types inherited from Glib::Object | |
| typedef void(* | DestroyNotify )(gpointer data) |
|
virtual |
|
protected |
| void Gdl::DockMaster::add | ( | DockObject& | object | ) |
|
static |
| Gdl::DockObject* Gdl::DockMaster::get_controller | ( | ) | const |
| Gdl::DockObject* Gdl::DockMaster::get_object | ( | const Glib::ustring & | nick_name | ) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
| GdlDockMaster* Gdl::DockMaster::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
protectedvirtual |
This is a default handler for the signal signal_layout_changed().
| Glib::PropertyProxy< Glib::ustring > Gdl::DockMaster::property_default_title | ( | ) |
Default title for newly created floating docks.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< Glib::ustring > Gdl::DockMaster::property_default_title | ( | ) | const |
Default title for newly created floating docks.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< int > Gdl::DockMaster::property_locked | ( | ) |
If is set to 1, all the dock items bound to the master are locked; if it's 0, all are unlocked; -1 indicates inconsistency among the items.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< int > Gdl::DockMaster::property_locked | ( | ) | const |
If is set to 1, all the dock items bound to the master are locked; if it's 0, all are unlocked; -1 indicates inconsistency among the items.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy< SwitcherStyle > Gdl::DockMaster::property_switcher_style | ( | ) |
Switcher buttons style.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly< SwitcherStyle > Gdl::DockMaster::property_switcher_style | ( | ) | const |
Switcher buttons style.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| void Gdl::DockMaster::remove | ( | DockObject& | object | ) |
| void Gdl::DockMaster::set_controller | ( | DockObject& | object | ) |
| Glib::SignalProxy0< void > Gdl::DockMaster::signal_layout_changed | ( | ) |
void on_my_layout_changed()
|
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.2