Inheritance diagram for Geo::Raster::Layer:

Public Member Functions | |
Public Functions | |
| retval | registration () |
| Returns the dialogs and commands implemented by this layer class. | |
Classes | |
| class | Dialogs |
| class | Dialogs |
| class | Dialogs |
| retval Geo::Raster::Layer::registration | ( | ) |
Returns the dialogs and commands implemented by this layer class.
The dialogs is an object of a subclass of Gtk2::Ex::Geo::DialogMaster. The commands is a reference to a command hash. The keys of the command hash are top-level commands for the GUI. The value of the command is a reference to a hash, which has keys: nr, text, tip, pos, and sub. The 'sub' is a reference to a subroutine, which is executed when the user executes the command. The commands are currently implemented as buttons in Gtk2::Ex::Geo::Glue.
Reimplemented from Gtk2::Ex::Geo::Layer.
1.4.7