19 #ifndef OST_COLOR_OPS_COLOR_OP_HH
20 #define OST_COLOR_OPS_COLOR_OP_HH
36 namespace ost {
namespace gfx {
51 virtual bool CanApplyTo(
const GfxObjP& obj)
const;
52 virtual void ApplyTo(
GfxObjP& obj)
const;
54 virtual const String& GetName()
const;
60 virtual void SetSelection(
const String& selection);
61 virtual String GetSelection()
const;
66 virtual bool IsSelectionOnly()
const;
74 virtual void SetName(
const String& name);
boost::shared_ptr< GfxObj > GfxObjP
#define DLLEXPORT_OST_GFX