Inherits Object.
|
(Note that these are not member functions.)
|
Glib::RefPtr< Gdl::DockLayout > | wrap (GdlDockLayout* object, bool take_copy=false) |
| A Glib::wrap() method for this object. More...
|
|
virtual Gdl::DockLayout::~DockLayout |
( |
| ) |
|
|
virtual |
Gdl::DockLayout::DockLayout |
( |
Dock& |
dock | ) |
|
|
protected |
void Gdl::DockLayout::attach |
( |
const Glib::RefPtr< DockMaster >& |
master | ) |
|
void Gdl::DockLayout::delete_layout |
( |
const Glib::ustring & |
name | ) |
|
std::vector<Glib::ustring> Gdl::DockLayout::get_layouts |
( |
bool |
include_default | ) |
|
static GType Gdl::DockLayout::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
GdlDockLayout* Gdl::DockLayout::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GObject.
const GdlDockLayout* Gdl::DockLayout::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GObject.
GdlDockLayout* Gdl::DockLayout::gobj_copy |
( |
| ) |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
bool Gdl::DockLayout::is_dirty |
( |
| ) |
const |
bool Gdl::DockLayout::load_from_file |
( |
const std::string & |
filename | ) |
|
bool Gdl::DockLayout::load_layout |
( |
const Glib::ustring & |
name | ) |
|
Glib::PropertyProxy_ReadOnly< bool > Gdl::DockLayout::property_dirty |
( |
| ) |
const |
True if the layouts have changed and need to be saved to a file.
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.
Glib::PropertyProxy< Glib::RefPtr<DockMaster> > Gdl::DockLayout::property_master |
( |
| ) |
|
GdlDockMaster or GdlDockObject object which the layout object is attached 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.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<DockMaster> > Gdl::DockLayout::property_master |
( |
| ) |
const |
GdlDockMaster or GdlDockObject object which the layout object is attached 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.
void Gdl::DockLayout::save_layout |
( |
const Glib::ustring & |
name | ) |
|
bool Gdl::DockLayout::save_to_file |
( |
const std::string & |
filename | ) |
|
Glib::RefPtr< Gdl::DockLayout > wrap |
( |
GdlDockLayout * |
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: