The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Gtk2::Ex::MindMapView::Content - Base class for content objects.

VERSION

This document describes Gtk2::Ex::MindMapView::Content version 0.0.1

SYNOPSIS

use base 'Gtk2::Ex::MindMapView::Content';

DESCRIPTION

This module is internal to Gtk2::Ex::MindMapView. It is the base class for objects that show content and offers several classes that are to be overidden.

INTERFACE

Properties

'group' (Gnome2::Canvas::Group)

The group on which the content is drawn.

'x' (double)

The x-coordinate of the upper left corner of the content bounding box.

'y' (double)

The y-coordinate of the upper left corner of the content bounding box.

'width' (double)

The width of the content bounding box.

'height' (double)

The height of the content bounding box.

'min_width' (double)

The minimum width of the content.

'min_height' (double)

The minimum height of the content.

Methods

new(group=>$group, ...)

Instantiate a content object. You must provide the Gnome2::Canvas::Group on which this content is to place itself.

content_get_image()

This method must be overridden. It is used to instantiate Gnome2::Canvas::Item content.

content_set_x($value)

This method must be overridden. It sets the value of the content x coordinate.

content_set_y($value)

This method must be overridden. It sets the value of the content y coordinate.

content_set_width($value)

This method must be overridden. It sets the value of the content width.

content_set_height($value)

This method must be overridden. It sets the value of the content height.

content_set_param($name, $value)

This method may optionally be overridden to pass values to the object created by content_get_image.

get('name')

Return the value of a property.

set(name=>$value

This method is used to set the value of a property.

get_min_height

Returns the minimum height for a Gtk2::Ex::MindMapView::Content

get_min_width

Returns the minimum width for a Gtk2::Ex::MindMapView::Content

reparent($group)

Assign this content item to another Gnome2::Canvas::Group.

DIAGNOSTICS

None.

DEPENDENCIES

None.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-gtk2-ex-mindmapview@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

James Muir <hemlock@vtlink.net>

LICENCE AND COPYRIGHT

Copyright (c) 2006, James Muir <hemlock@vtlink.net>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

DISCLAIMER OF WARRANTY

BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.