List of all members.
Constructor & Destructor Documentation
virtual Goocanvas::Style::~Style |
( |
) |
[virtual] |
Goocanvas::Style::Style |
( |
) |
[protected] |
Member Function Documentation
Copies the given Goo::CanvasStyle, by copying all of its properties.
Though the parent of the new style is left unset.
- Returns:
- A copy of the given Goo::CanvasStyle.
Gets the parent of the style.
- Returns:
- The parent of the given style, or
0
.
template <typename PropertyType >
void Goocanvas::Style::get_property |
( |
GQuark |
property_id, |
|
|
PropertyType & |
value |
|
) |
| const [inline] |
const GooCanvasStyle* Goocanvas::Style::gobj |
( |
) |
const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GooCanvasStyle* Goocanvas::Style::gobj |
( |
) |
[inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GooCanvasStyle* Goocanvas::Style::gobj_copy |
( |
) |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Sets the standard cairo fill options using the given style.
- Parameters:
-
- Returns:
true
if a paint source is set, or false
if the fill should be skipped.
Sets the parent of the style.
- Parameters:
-
template <typename PropertyType >
void Goocanvas::Style::set_property |
( |
GQuark |
property_id, |
|
|
const PropertyType & |
value |
|
) |
| [inline] |
Sets the standard cairo stroke options using the given style.
- Parameters:
-
- Returns:
true
if a paint source is set, or false
if the stroke should be skipped.
Friends And Related Function Documentation
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: