Inherits Object.
|
| static GType | get_type () |
| | Get the GType for this class, for use with the underlying GObject type system. More...
|
| |
| static Glib::RefPtr< DockMaster > | create () |
| |
|
(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. More...
|
| |
◆ DockMaster() [1/2]
◆ ~DockMaster()
| Gdl::DockMaster::~DockMaster |
( |
| ) |
|
|
overridenoexcept |
◆ DockMaster() [2/2]
| Gdl::DockMaster::DockMaster |
( |
| ) |
|
|
protected |
◆ add()
◆ create()
| static Glib::RefPtr<DockMaster> Gdl::DockMaster::create |
( |
| ) |
|
|
static |
◆ get_controller()
◆ get_object()
| Gdl::DockObject* Gdl::DockMaster::get_object |
( |
const Glib::ustring & |
nick_name | ) |
const |
◆ get_type()
| static GType Gdl::DockMaster::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ gobj() [1/2]
| GdlDockMaster* Gdl::DockMaster::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GObject.
◆ gobj() [2/2]
| const GdlDockMaster* Gdl::DockMaster::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GObject.
◆ gobj_copy()
| 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.
◆ on_layout_changed()
| virtual void Gdl::DockMaster::on_layout_changed |
( |
| ) |
|
|
protectedvirtual |
◆ operator=()
◆ property_default_title() [1/2]
| Glib::PropertyProxy< Glib::ustring > Gdl::DockMaster::property_default_title |
( |
| ) |
|
Default title for newly created floating docks.
- 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.
◆ property_default_title() [2/2]
| Glib::PropertyProxy_ReadOnly< Glib::ustring > Gdl::DockMaster::property_default_title |
( |
| ) |
const |
Default title for newly created floating docks.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
◆ property_locked() [1/2]
| 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.
- 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.
◆ property_locked() [2/2]
| 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.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
◆ property_switcher_style() [1/2]
| Glib::PropertyProxy< SwitcherStyle > Gdl::DockMaster::property_switcher_style |
( |
| ) |
|
Switcher buttons style.
- 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.
◆ property_switcher_style() [2/2]
| Glib::PropertyProxy_ReadOnly< SwitcherStyle > Gdl::DockMaster::property_switcher_style |
( |
| ) |
const |
Switcher buttons style.
- Returns
- A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
◆ remove()
| void Gdl::DockMaster::remove |
( |
DockObject& |
object | ) |
|
◆ set_controller()
| void Gdl::DockMaster::set_controller |
( |
DockObject& |
object | ) |
|
◆ signal_layout_changed()
| Glib::SignalProxy< void > Gdl::DockMaster::signal_layout_changed |
( |
| ) |
|
- Slot Prototype:
void on_my_layout_changed()
Flags: Run Last
◆ wrap()
| Glib::RefPtr< Gdl::DockMaster > wrap |
( |
GdlDockMaster * |
object, |
|
|
bool |
take_copy = false |
|
) |
| |
|
related |
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: