VR-Forces 4.0.4 Class Documentation
Public Types | Public Member Functions | Public Attributes
makVrv::DtGradientEditorInterface Class Reference

Abstract interface for gradient editor widgets. More...

Inheritance diagram for makVrv::DtGradientEditorInterface:
Inheritance graph
[legend]

List of all members.

Public Types

typedef std::vector< double > ControlPoint
typedef std::vector
< DtGradientEditorInterface::ControlPoint
Gradient

Public Member Functions

virtual ~DtGradientEditorInterface ()
 Virtual DTOR.
virtual void clearGradient ()=0
virtual void addControlPoint (double location, double red, double green, double blue, double alpha=1.0)=0
virtual void addControlPoint (DtGradientEditorInterface::ControlPoint cp)=0
virtual void setGradient (DtGradientEditorInterface::Gradient grad)=0
virtual const
DtGradientEditorInterface::Gradient 
gradient () const =0

Public Attributes

boost::signal< void(const
DtGradientEditorInterface::Gradient &)> 
signal_gradientChanged
 Signal emitted when the user changes the gradient.

Detailed Description

Abstract interface for gradient editor widgets.


Member Typedef Documentation


Constructor & Destructor Documentation

Virtual DTOR.


Member Function Documentation

virtual void makVrv::DtGradientEditorInterface::clearGradient ( ) [pure virtual]
virtual void makVrv::DtGradientEditorInterface::addControlPoint ( double  location,
double  red,
double  green,
double  blue,
double  alpha = 1.0 
) [pure virtual]

Member Data Documentation

Signal emitted when the user changes the gradient.

Connected to a slot in the logic.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)