class CCL::AbstractDrawable

Overview

#include <idrawable.h>

class AbstractDrawable: public CCL::IDrawable
{
public:
    // methods

    virtual float CCL_API getOpacity () const;
    virtual void CCL_API takeOpacity ();
};

Inherited Members

public:
    // structs

    struct DrawArgs;

    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;
    virtual void CCL_API draw (const DrawArgs& args) = 0;
    virtual float CCL_API getOpacity () const = 0;
    virtual void CCL_API takeOpacity () = 0;

Detailed Documentation

Methods

virtual void CCL_API takeOpacity ()

take opacity from brush color or image mode, if possible