class CCL::EditItemIndicator::ItemDrawable
class ItemDrawable: public CCL::SolidDrawable { public: // classes class DrawItem; // construction ItemDrawable (const SolidBrush& brush); // methods void updateItems (const ObjectList& items, EditModel& model, EditView& view); void getBoundingBox (Rect& boundingBox); void CCL_API draw (const DrawArgs& args); };
Inherited Members
public: // structs struct DrawArgs; // fields IDrawable; // 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; Unknown& operator = (const Unknown&); unsigned int getRetainCount () const; virtual void CCL_API draw (const DrawArgs& args) = 0; virtual float CCL_API getOpacity () const = 0; virtual void CCL_API takeOpacity () = 0; PROPERTY_OBJECT (SolidBrush, brush, Brush); virtual void CCL_API draw (const DrawArgs& args); virtual float CCL_API getOpacity () const; virtual void CCL_API takeOpacity ();