Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ColorPicker Class Reference

#include <colorpicker.h>

Inheritance diagram for ColorPicker:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual Gdk_Color operator() (EntryRect const &er)
virtual ~ColorPicker ()

Constructor & Destructor Documentation

virtual ColorPicker::~ColorPicker   [inline, virtual]
 

00027    {}


Member Function Documentation

virtual Gdk_Color ColorPicker::operator() EntryRect const &    er [inline, virtual]
 

Reimplemented in GidColor, and AgeColor.

00021    {
00022       Gdk_Color color;
00023       er.setColor(color);
00024       return color;
00025    }


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:43:02 2003 for DuTree by doxygen1.2.18