#include <entity_view_color_op.hh>
Inherits ost::gfx::GradientColorOp.
Public Member Functions | |
| EntityViewColorOp () | |
| EntityViewColorOp (const String &property, const gfx::Gradient &gradient, float minv, float maxv, const mol::EntityView &ev) | |
| EntityViewColorOp (int mask, const String &property, const gfx::Gradient &gradient, float minv, float maxv, const mol::EntityView &ev) | |
| virtual bool | CanApplyTo (const GfxObjP &obj) const |
| virtual void | ApplyTo (GfxObjP &obj) const |
| virtual void | SetSelection (const String &selection) |
| virtual void | SetEntityView (const mol::EntityView &ev) |
| virtual const mol::EntityView & | GetEntityView () const |
| virtual void | ToInfo (info::InfoGroup &group) const |
Static Public Member Functions | |
| static gfx::EntityViewColorOp | FromInfo (info::InfoGroup &group) |
Definition at line 37 of file entity_view_color_op.hh.
| EntityViewColorOp | ( | const String & | property, | |
| const gfx::Gradient & | gradient, | |||
| float | minv, | |||
| float | maxv, | |||
| const mol::EntityView & | ev | |||
| ) |
| EntityViewColorOp | ( | int | mask, | |
| const String & | property, | |||
| const gfx::Gradient & | gradient, | |||
| float | minv, | |||
| float | maxv, | |||
| const mol::EntityView & | ev | |||
| ) |
| static gfx::EntityViewColorOp FromInfo | ( | info::InfoGroup & | group | ) | [static] |
Reimplemented from GradientColorOp.
| virtual const mol::EntityView& GetEntityView | ( | ) | const [virtual] |
| virtual void SetEntityView | ( | const mol::EntityView & | ev | ) | [virtual] |
| virtual void ToInfo | ( | info::InfoGroup & | group | ) | const [virtual] |
Reimplemented from GradientColorOp.
1.5.8