Om  1.0.0
A universal framework for multimedia simulation
Public Attributes | List of all members
om::graphics::gui::objects::ColorField::Delegate Class Reference

A class that contains function objects that recieve color field events. More...

#include <omGraphicsGUIColorField.h>

Public Attributes

Function< void(ColorField &)> edit
 A function object that is called whenever the color of a color field is edited by the user. More...
 
UserData data
 An object that stores an opaque pointer to delegate data. More...
 

Detailed Description

A class that contains function objects that recieve color field events.

Member Data Documentation

Function<void ( ColorField& )> om::graphics::gui::objects::ColorField::Delegate::edit

A function object that is called whenever the color of a color field is edited by the user.

UserData om::graphics::gui::objects::ColorField::Delegate::data

An object that stores an opaque pointer to delegate data.


The documentation for this class was generated from the following file: