#include <table.h>
Inheritance diagram for Goocanvas::Table:
Public Member Functions | |
virtual | ~Table () |
GooCanvasTable * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasTable * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasTable * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::PropertyProxy< double > | _width () |
The requested width of the table. | |
Glib::PropertyProxy_ReadOnly< double > | _width () const |
The requested width of the table. | |
Glib::PropertyProxy< double > | _height () |
The requested height of the table. | |
Glib::PropertyProxy_ReadOnly< double > | _height () const |
The requested height of the table. | |
Glib::PropertyProxy< double > | _row_spacing () |
The default space between rows. | |
Glib::PropertyProxy_ReadOnly< double > | _row_spacing () const |
The default space between rows. | |
Glib::PropertyProxy< double > | _column_spacing () |
The default space between columns. | |
Glib::PropertyProxy_ReadOnly< double > | _column_spacing () const |
The default space between columns. | |
Glib::PropertyProxy< bool > | _homogeneous_rows () |
If all rows are the same height. | |
Glib::PropertyProxy_ReadOnly< bool > | _homogeneous_rows () const |
If all rows are the same height. | |
Glib::PropertyProxy< bool > | _homogeneous_columns () |
If all columns are the same width. | |
Glib::PropertyProxy_ReadOnly< bool > | _homogeneous_columns () const |
If all columns are the same width. | |
Static Public Member Functions | |
static Glib::RefPtr< Table > | create () |
Protected Member Functions | |
Table () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Goocanvas::Table > | wrap (GooCanvasTable *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::Table::~Table | ( | ) | [virtual] |
Goocanvas::Table::Table | ( | ) | [explicit, protected] |
GooCanvasTable* Goocanvas::Table::gobj | ( | ) | [inline] |
const GooCanvasTable* Goocanvas::Table::gobj | ( | ) | const [inline] |
GooCanvasTable* Goocanvas::Table::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::Group.
static Glib::RefPtr<Table> Goocanvas::Table::create | ( | ) | [static] |
Reimplemented from Goocanvas::Group.
Glib::PropertyProxy<double> Goocanvas::Table::_width | ( | ) |
The requested width of the table.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Table::_width | ( | ) | const |
The requested width of the table.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::Table::_height | ( | ) |
The requested height of the table.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Table::_height | ( | ) | const |
The requested height of the table.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::Table::_row_spacing | ( | ) |
The default space between rows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Table::_row_spacing | ( | ) | const |
The default space between rows.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::Table::_column_spacing | ( | ) |
The default space between columns.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Table::_column_spacing | ( | ) | const |
The default space between columns.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Goocanvas::Table::_homogeneous_rows | ( | ) |
If all rows are the same height.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Goocanvas::Table::_homogeneous_rows | ( | ) | const |
If all rows are the same height.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Goocanvas::Table::_homogeneous_columns | ( | ) |
If all columns are the same width.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Goocanvas::Table::_homogeneous_columns | ( | ) | const |
If all columns are the same width.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Goocanvas::Table > wrap | ( | GooCanvasTable * | object, | |
bool | take_copy = false | |||
) | [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. |